diff options
author | wiz <wiz@pkgsrc.org> | 2014-05-09 07:36:53 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2014-05-09 07:36:53 +0000 |
commit | 32e3777c0483c942db7d33c0514dde781322fe36 (patch) | |
tree | 5e055948d6bf3908006c42aff77eac3ac020d198 /filesystems | |
parent | dabc97757de5c7e532f1c54535ae41f78f5ff9b4 (diff) | |
download | pkgsrc-32e3777c0483c942db7d33c0514dde781322fe36.tar.gz |
Mark packages that are not ready for python-3.3 also not ready for 3.4,
until proven otherwise.
Diffstat (limited to 'filesystems')
-rw-r--r-- | filesystems/fuse-gmailfs/Makefile | 4 | ||||
-rw-r--r-- | filesystems/fuse-wikipediafs/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 |
5 files changed, 10 insertions, 10 deletions
diff --git a/filesystems/fuse-gmailfs/Makefile b/filesystems/fuse-gmailfs/Makefile index 84558e6dcb2..4d33d7a9855 100644 --- a/filesystems/fuse-gmailfs/Makefile +++ b/filesystems/fuse-gmailfs/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.9 2014/01/25 10:45:18 wiz Exp $ +# $NetBSD: Makefile,v 1.10 2014/05/09 07:37:05 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 # py-fuse-bindings +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # py-fuse-bindings CONF_FILES= ${PREFIX}/share/examples/gmailfs/gmailfs.conf \ ${PKG_SYSCONFDIR}/gmailfs.conf diff --git a/filesystems/fuse-wikipediafs/Makefile b/filesystems/fuse-wikipediafs/Makefile index 6b98ee64b80..8af794d043a 100644 --- a/filesystems/fuse-wikipediafs/Makefile +++ b/filesystems/fuse-wikipediafs/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.13 2014/01/22 07:19:45 wiz Exp $ +# $NetBSD: Makefile,v 1.14 2014/05/09 07:37:05 wiz Exp $ DISTNAME= wikipediafs-0.3 PKGNAME= fuse-${DISTNAME} @@ -10,7 +10,7 @@ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://wikipediafs.sourceforge.net/ COMMENT= FUSE filesystem for accessing the wikipedia -PYTHON_VERSIONS_INCOMPATIBLE= 33 # py-fuse-bindings +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # py-fuse-bindings EGG_NAME= wikipediafs-0.1 SUBST_CLASSES+= config diff --git a/filesystems/py-filesystem/Makefile b/filesystems/py-filesystem/Makefile index 6fddc7ed28b..2ec0e3300a9 100644 --- a/filesystems/py-filesystem/Makefile +++ b/filesystems/py-filesystem/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.8 2014/01/25 10:30:07 wiz Exp $ +# $NetBSD: Makefile,v 1.9 2014/05/09 07:37:05 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 # not yet ported as of 0.4.0 +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # 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 d737f15659e..a1982355f89 100644 --- a/filesystems/py-fuse-bindings/Makefile +++ b/filesystems/py-fuse-bindings/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.9 2014/01/25 10:30:07 wiz Exp $ +# $NetBSD: Makefile,v 1.10 2014/05/09 07:37:05 wiz Exp $ VERSION= 0.2.1 DISTNAME= fuse-python-${VERSION} @@ -16,7 +16,7 @@ PYDISTUTILSPKG= yes PY_PATCHLIST= yes USE_TOOLS+= pkg-config -PYTHON_VERSIONS_INCOMPATIBLE= 33 # not yet ported as of 0.2.1 +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # 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 dcfb72168ef..bfb8e394167 100644 --- a/filesystems/tahoe-lafs/Makefile +++ b/filesystems/tahoe-lafs/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.21 2014/01/27 18:41:12 wiz Exp $ +# $NetBSD: Makefile,v 1.22 2014/05/09 07:37:05 wiz Exp $ VERSION= 1.10.0 PKGREVISION= 2 @@ -44,7 +44,7 @@ DEPENDS+= ${PYPKGPREFIX}-cryptopp-[0-9]*:../../security/py-cryptopp DEPENDS+= ${PYPKGPREFIX}-OpenSSL-[0-9]*:../../security/py-OpenSSL DEPENDS+= ${PYPKGPREFIX}-nevow-[0-9]*:../../www/py-nevow -PYTHON_VERSIONS_INCOMPATIBLE= 33 # py-twisted, py-xml via py-nevow, py-zbase32, py-cryptopp +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # 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 |