From 3445d075bebfeeda915b20c358b79af5b9db8895 Mon Sep 17 00:00:00 2001 From: adam Date: Tue, 3 Jul 2018 05:03:01 +0000 Subject: extend PYTHON_VERSIONS_ for Python 3.7 --- filesystems/fuse-gmailfs/Makefile | 4 ++-- filesystems/fuse-pcachefs/Makefile | 4 ++-- filesystems/fuse-wikipediafs/Makefile | 4 ++-- filesystems/glusterfs/Makefile | 4 ++-- filesystems/py-filesystem/Makefile | 4 ++-- filesystems/py-fuse-bindings/Makefile | 4 ++-- filesystems/tahoe-lafs/Makefile | 4 ++-- 7 files changed, 14 insertions(+), 14 deletions(-) (limited to 'filesystems') diff --git a/filesystems/fuse-gmailfs/Makefile b/filesystems/fuse-gmailfs/Makefile index bbd4bb4ea16..72f83c9c796 100644 --- a/filesystems/fuse-gmailfs/Makefile +++ b/filesystems/fuse-gmailfs/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.14 2017/08/01 17:40:11 wiz Exp $ +# $NetBSD: Makefile,v 1.15 2018/07/03 05:03:16 adam Exp $ DISTNAME= gmailfs-0.7.2 PKGREVISION= 3 @@ -12,7 +12,7 @@ COMMENT= FUSE filesystem which uses Google mail for free space NO_BUILD= yes REPLACE_PYTHON= gmailfs.py mount.gmailfs -PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # py-fuse-bindings +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 37 # py-fuse-bindings CONF_FILES= ${PREFIX}/share/examples/gmailfs/gmailfs.conf \ ${PKG_SYSCONFDIR}/gmailfs.conf diff --git a/filesystems/fuse-pcachefs/Makefile b/filesystems/fuse-pcachefs/Makefile index 7c4ed2ff7c1..bf593c402cc 100644 --- a/filesystems/fuse-pcachefs/Makefile +++ b/filesystems/fuse-pcachefs/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2017/01/01 14:43:39 wiz Exp $ +# $NetBSD: Makefile,v 1.4 2018/07/03 05:03:16 adam Exp $ # DISTNAME= fuse-pcachefs-0.0.20160203 @@ -15,7 +15,7 @@ LICENSE= apache-2.0 BUILD_DEPENDS+= ${PYPKGPREFIX}-setuptools-[0-9]*:../../devel/py-setuptools EGG_NAME= pCacheFS-0.2 -PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # py-fuse-bindings +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 37 # py-fuse-bindings .include "../../filesystems/py-fuse-bindings/buildlink3.mk" .include "../../lang/python/distutils.mk" diff --git a/filesystems/fuse-wikipediafs/Makefile b/filesystems/fuse-wikipediafs/Makefile index 993516882cf..6a4072d4236 100644 --- a/filesystems/fuse-wikipediafs/Makefile +++ b/filesystems/fuse-wikipediafs/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.18 2017/01/01 14:43:39 wiz Exp $ +# $NetBSD: Makefile,v 1.19 2018/07/03 05:03:16 adam Exp $ DISTNAME= wikipediafs-0.4 PKGNAME= fuse-${DISTNAME} @@ -10,7 +10,7 @@ HOMEPAGE= http://wikipediafs.sourceforge.net/ COMMENT= FUSE filesystem for accessing the wikipedia LICENSE= gnu-gpl-v2 -PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # py-fuse-bindings +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 37 # py-fuse-bindings EGG_NAME= wikipediafs-0.0.0 SUBST_CLASSES+= config diff --git a/filesystems/glusterfs/Makefile b/filesystems/glusterfs/Makefile index 3a8f33f4e5a..aeb24b5e7f2 100644 --- a/filesystems/glusterfs/Makefile +++ b/filesystems/glusterfs/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.84 2018/04/19 02:49:04 manu Exp $ +# $NetBSD: Makefile,v 1.85 2018/07/03 05:03:16 adam Exp $ DISTNAME= glusterfs-3.12.8 #PKGREVISION= 1 @@ -21,7 +21,7 @@ CONFIGURE_ARGS+= --localstatedir=${VARBASE} # Only libfl.a is available, and libtool wants libfl.so MAKE_FLAGS+= LEXLIB="" -PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # only 2.x supported as of 3.8.x +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 37 # only 2.x supported as of 3.8.x REPLACE_PYTHON+= contrib/ipaddr-py/ipaddr.py REPLACE_PYTHON+= events/src/glustereventsd.py diff --git a/filesystems/py-filesystem/Makefile b/filesystems/py-filesystem/Makefile index 92c51fdb4a8..d44866905f6 100644 --- a/filesystems/py-filesystem/Makefile +++ b/filesystems/py-filesystem/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.13 2017/09/04 18:55:08 wiz Exp $ +# $NetBSD: Makefile,v 1.14 2018/07/03 05:03:16 adam Exp $ VERSION= 0.4.0 DISTNAME= fs-${VERSION} @@ -15,7 +15,7 @@ LICENSE= modified-bsd USE_LANGUAGES= # none PYTHON_SELF_CONFLICT= yes -PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # not yet ported as of 0.4.0 +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 37 # not yet ported as of 0.4.0 .include "../../lang/python/distutils.mk" .include "../../mk/bsd.pkg.mk" diff --git a/filesystems/py-fuse-bindings/Makefile b/filesystems/py-fuse-bindings/Makefile index d7c54c7c3c0..bd2c227efcf 100644 --- a/filesystems/py-fuse-bindings/Makefile +++ b/filesystems/py-fuse-bindings/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.15 2017/09/08 06:23:13 wiz Exp $ +# $NetBSD: Makefile,v 1.16 2018/07/03 05:03:16 adam Exp $ VERSION= 0.2.1 DISTNAME= fuse-python-${VERSION} @@ -15,7 +15,7 @@ PYDISTUTILSPKG= yes PY_PATCHLIST= yes USE_TOOLS+= pkg-config -PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # not yet ported as of 0.2.1 +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 37 # not yet ported as of 0.2.1 INSTALLATION_DIRS= share/examples/fuse-python diff --git a/filesystems/tahoe-lafs/Makefile b/filesystems/tahoe-lafs/Makefile index 1ef4cb22465..f8d3f9275b1 100644 --- a/filesystems/tahoe-lafs/Makefile +++ b/filesystems/tahoe-lafs/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.35 2017/02/14 10:26:28 wiz Exp $ +# $NetBSD: Makefile,v 1.36 2018/07/03 05:03:16 adam Exp $ DISTNAME= tahoe-lafs-1.12.1 CATEGORIES= filesystems @@ -39,7 +39,7 @@ DEPENDS+= ${PYPKGPREFIX}-nevow>=0.11.1:../../www/py-nevow DEPENDS+= ${PYPKGPREFIX}-service_identity-[0-9]*:../../security/py-service_identity DEPENDS+= ${PYPKGPREFIX}-yaml>=3.11:../../textproc/py-yaml -PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # py-xml via py-nevow, py-zbase32, py-cryptopp, py-darcsver +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 37 # py-xml via py-nevow, py-zbase32, py-cryptopp, py-darcsver # Note that there is an upstream (inherited from setuptools) bug # https://tahoe-lafs.org/trac/tahoe-lafs/ticket/1258#comment:29 that -- cgit v1.2.3