diff options
author | wiz <wiz@pkgsrc.org> | 2017-01-01 14:43:22 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2017-01-01 14:43:22 +0000 |
commit | d9cd52ca4f7d2f437462e137076da25e25647437 (patch) | |
tree | 6f510156548caacca7fb56a561c073c3aafcb9b7 /filesystems | |
parent | bb6aab2f58f81bc7205abbd391e485390b223225 (diff) | |
download | pkgsrc-d9cd52ca4f7d2f437462e137076da25e25647437.tar.gz |
Add python-3.6 to incompatible versions.
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 | 4 |
7 files changed, 14 insertions, 14 deletions
diff --git a/filesystems/fuse-gmailfs/Makefile b/filesystems/fuse-gmailfs/Makefile index f5f1000d61b..707a00c76b8 100644 --- a/filesystems/fuse-gmailfs/Makefile +++ b/filesystems/fuse-gmailfs/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.12 2016/07/09 13:03:47 wiz Exp $ +# $NetBSD: Makefile,v 1.13 2017/01/01 14:43:39 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= 34 35 # py-fuse-bindings +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # 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 de685637aa7..7c4ed2ff7c1 100644 --- a/filesystems/fuse-pcachefs/Makefile +++ b/filesystems/fuse-pcachefs/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2016/07/09 13:03:47 wiz Exp $ +# $NetBSD: Makefile,v 1.3 2017/01/01 14:43:39 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= 34 35 # py-fuse-bindings +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # 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 e387cd3801d..993516882cf 100644 --- a/filesystems/fuse-wikipediafs/Makefile +++ b/filesystems/fuse-wikipediafs/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.17 2016/07/09 13:03:47 wiz Exp $ +# $NetBSD: Makefile,v 1.18 2017/01/01 14:43:39 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= 34 35 # py-fuse-bindings +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # py-fuse-bindings EGG_NAME= wikipediafs-0.0.0 SUBST_CLASSES+= config diff --git a/filesystems/glusterfs/Makefile b/filesystems/glusterfs/Makefile index 081c2f14dee..a618b8a081f 100644 --- a/filesystems/glusterfs/Makefile +++ b/filesystems/glusterfs/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.73 2016/12/04 05:17:27 ryoon Exp $ +# $NetBSD: Makefile,v 1.74 2017/01/01 14:43:39 wiz Exp $ DISTNAME= glusterfs-3.8.5 #PKGREVISION= 1 @@ -22,7 +22,7 @@ CONFIGURE_ARGS+= --localstatedir=${VARBASE} # Only libfl.a is available, and libtool wants libfl.so MAKE_FLAGS+= LEXLIB="" -PYTHON_VERSIONS_INCOMPATIBLE= 34 35 # only 2.x supported as of 3.6.0 +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # 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 c7f3fbb7744..3aa0e1d24ab 100644 --- a/filesystems/py-filesystem/Makefile +++ b/filesystems/py-filesystem/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.11 2016/07/09 13:03:47 wiz Exp $ +# $NetBSD: Makefile,v 1.12 2017/01/01 14:43:39 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= 34 35 # not yet ported as of 0.4.0 +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # 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 b113a55c85d..569e27bfe59 100644 --- a/filesystems/py-fuse-bindings/Makefile +++ b/filesystems/py-fuse-bindings/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.13 2016/07/09 13:03:47 wiz Exp $ +# $NetBSD: Makefile,v 1.14 2017/01/01 14:43:39 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= 34 35 # not yet ported as of 0.2.1 +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # 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 ab12f0ef1c5..1c3252d2917 100644 --- a/filesystems/tahoe-lafs/Makefile +++ b/filesystems/tahoe-lafs/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.32 2016/07/09 13:03:47 wiz Exp $ +# $NetBSD: Makefile,v 1.33 2017/01/01 14:43:39 wiz Exp $ VERSION= 1.10.2 DISTNAME= allmydata-tahoe-${VERSION} @@ -45,7 +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= 34 35 # py-twisted, py-xml via py-nevow, py-zbase32, py-cryptopp +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # 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 |