diff options
author | wiz <wiz@pkgsrc.org> | 2016-07-09 13:03:30 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2016-07-09 13:03:30 +0000 |
commit | 73a050fbf4b1aba6dbcff75747e1766c48b302b6 (patch) | |
tree | 473944cd20a247c446b37ecb6fe2c4802cb044cd /filesystems | |
parent | 6724f0d53dfe6d56f8a0809e2414e88e0a55ab96 (diff) | |
download | pkgsrc-73a050fbf4b1aba6dbcff75747e1766c48b302b6.tar.gz |
Remove python33: adapt all packages that refer to it.
Diffstat (limited to 'filesystems')
-rw-r--r-- | filesystems/fuse-gmailfs/Makefile | 4 | ||||
-rw-r--r-- | filesystems/fuse-pcachefs/Makefile | 4 | ||||
-rw-r--r-- | filesystems/fuse-wikipediafs/Makefile | 4 | ||||
-rw-r--r-- | filesystems/glusterfs/Makefile | 4 | ||||
-rw-r--r-- | filesystems/py-filesystem/Makefile | 4 | ||||
-rw-r--r-- | filesystems/py-fuse-bindings/Makefile | 4 | ||||
-rw-r--r-- | filesystems/tahoe-lafs/Makefile | 5 |
7 files changed, 14 insertions, 15 deletions
diff --git a/filesystems/fuse-gmailfs/Makefile b/filesystems/fuse-gmailfs/Makefile index be214eadc97..f5f1000d61b 100644 --- a/filesystems/fuse-gmailfs/Makefile +++ b/filesystems/fuse-gmailfs/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.11 2015/12/05 21:25:42 adam Exp $ +# $NetBSD: Makefile,v 1.12 2016/07/09 13:03:47 wiz 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= 33 34 35 # py-fuse-bindings +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 # 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 3f34fca4ba2..de685637aa7 100644 --- a/filesystems/fuse-pcachefs/Makefile +++ b/filesystems/fuse-pcachefs/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1 2016/02/05 21:01:46 jmmv Exp $ +# $NetBSD: Makefile,v 1.2 2016/07/09 13:03:47 wiz 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= 33 34 35 # py-fuse-bindings +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 # 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 1e286030bd3..e387cd3801d 100644 --- a/filesystems/fuse-wikipediafs/Makefile +++ b/filesystems/fuse-wikipediafs/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.16 2016/04/15 14:28:08 mef Exp $ +# $NetBSD: Makefile,v 1.17 2016/07/09 13:03:47 wiz 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= 33 34 35 # py-fuse-bindings +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 # py-fuse-bindings EGG_NAME= wikipediafs-0.0.0 SUBST_CLASSES+= config diff --git a/filesystems/glusterfs/Makefile b/filesystems/glusterfs/Makefile index 54b04f50bb8..c1825a56b28 100644 --- a/filesystems/glusterfs/Makefile +++ b/filesystems/glusterfs/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.67 2016/06/16 04:01:02 manu Exp $ +# $NetBSD: Makefile,v 1.68 2016/07/09 13:03:47 wiz Exp $ DISTNAME= glusterfs-3.8.0 #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= 33 34 # only 2.x supported as of 3.6.0 +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 # only 2.x supported as of 3.6.0 REPLACE_PYTHON+= contrib/ipaddr-py/ipaddr.py REPLACE_PYTHON+= extras/ganesha/scripts/generate-epoch.py diff --git a/filesystems/py-filesystem/Makefile b/filesystems/py-filesystem/Makefile index 74d17bdf1dd..c7f3fbb7744 100644 --- a/filesystems/py-filesystem/Makefile +++ b/filesystems/py-filesystem/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.10 2015/12/05 21:25:42 adam Exp $ +# $NetBSD: Makefile,v 1.11 2016/07/09 13:03:47 wiz 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= 33 34 35 # not yet ported as of 0.4.0 +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 # 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 715a10daffd..b113a55c85d 100644 --- a/filesystems/py-fuse-bindings/Makefile +++ b/filesystems/py-fuse-bindings/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.12 2015/12/05 21:25:42 adam Exp $ +# $NetBSD: Makefile,v 1.13 2016/07/09 13:03:47 wiz 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= 33 34 35 # not yet ported as of 0.2.1 +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 # 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 77241019993..ab12f0ef1c5 100644 --- a/filesystems/tahoe-lafs/Makefile +++ b/filesystems/tahoe-lafs/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.31 2016/02/21 22:21:37 wiz Exp $ +# $NetBSD: Makefile,v 1.32 2016/07/09 13:03:47 wiz Exp $ VERSION= 1.10.2 DISTNAME= allmydata-tahoe-${VERSION} @@ -45,8 +45,7 @@ DEPENDS+= ${PYPKGPREFIX}-OpenSSL>=0.13:../../security/py-OpenSSL DEPENDS+= ${PYPKGPREFIX}-nevow>=0.11.1:../../www/py-nevow DEPENDS+= ${PYPKGPREFIX}-service_identity-[0-9]*:../../security/py-service_identity -PYTHON_VERSIONS_INCOMPATIBLE= 33 34 35 # py-twisted, py-xml via py-nevow, py-zbase32, py-cryptopp -PYTHON_VERSIONS_INCOMPATIBLE+= 33 # not supported by py-service_identity>=16.0.0 +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 # py-twisted, py-xml via py-nevow, py-zbase32, py-cryptopp # Note that there is an upstream (inherited from setuptools) bug # https://tahoe-lafs.org/trac/tahoe-lafs/ticket/1258#comment:29 that |