summaryrefslogtreecommitdiff
path: root/filesystems
diff options
context:
space:
mode:
authoradam <adam@pkgsrc.org>2019-09-02 13:19:35 +0000
committeradam <adam@pkgsrc.org>2019-09-02 13:19:35 +0000
commit77e07989540405e14ae0f3af5dc2d76d75532797 (patch)
tree698d3960598fa1d41f5a80411323ce184dbefe95 /filesystems
parentf192c1899e81d80dcbf1d6471f89cfd621b11e84 (diff)
downloadpkgsrc-77e07989540405e14ae0f3af5dc2d76d75532797.tar.gz
Changed PYTHON_VERSIONS_INCOMPATIBLE to PYTHON_VERSIONS_ACCEPTED; needed for future Python 3.8
Diffstat (limited to 'filesystems')
-rw-r--r--filesystems/fuse-gmailfs/Makefile4
-rw-r--r--filesystems/fuse-pcachefs/Makefile4
-rw-r--r--filesystems/fuse-wikipediafs/Makefile4
-rw-r--r--filesystems/glusterfs/Makefile4
-rw-r--r--filesystems/ori/Makefile4
-rw-r--r--filesystems/py-fuse-bindings/Makefile4
-rw-r--r--filesystems/tahoe-lafs/Makefile4
7 files changed, 14 insertions, 14 deletions
diff --git a/filesystems/fuse-gmailfs/Makefile b/filesystems/fuse-gmailfs/Makefile
index 3a819505f56..13d306451d2 100644
--- a/filesystems/fuse-gmailfs/Makefile
+++ b/filesystems/fuse-gmailfs/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.19 2019/05/23 19:23:00 rillig Exp $
+# $NetBSD: Makefile,v 1.20 2019/09/02 13:20:21 adam Exp $
DISTNAME= gmailfs-0.7.2
PKGREVISION= 4
@@ -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= 36 37 # py-fuse-bindings
+PYTHON_VERSIONS_ACCEPTED= 27 # 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 76ab6f85f9f..67cf3815b96 100644
--- a/filesystems/fuse-pcachefs/Makefile
+++ b/filesystems/fuse-pcachefs/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.6 2019/04/26 13:13:56 maya Exp $
+# $NetBSD: Makefile,v 1.7 2019/09/02 13:20:21 adam Exp $
#
DISTNAME= fuse-pcachefs-0.0.20160203
@@ -16,7 +16,7 @@ LICENSE= apache-2.0
BUILD_DEPENDS+= ${PYPKGPREFIX}-setuptools-[0-9]*:../../devel/py-setuptools
EGG_NAME= pCacheFS-0.2
-PYTHON_VERSIONS_INCOMPATIBLE= 36 37 # py-fuse-bindings
+PYTHON_VERSIONS_ACCEPTED= 27 # 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 8eeaecc8cd8..18d3a47e9f7 100644
--- a/filesystems/fuse-wikipediafs/Makefile
+++ b/filesystems/fuse-wikipediafs/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.22 2019/04/26 13:13:56 maya Exp $
+# $NetBSD: Makefile,v 1.23 2019/09/02 13:20:22 adam Exp $
DISTNAME= wikipediafs-0.4
PKGNAME= fuse-${DISTNAME}
@@ -11,7 +11,7 @@ HOMEPAGE= http://wikipediafs.sourceforge.net/
COMMENT= FUSE filesystem for accessing the wikipedia
LICENSE= gnu-gpl-v2
-PYTHON_VERSIONS_INCOMPATIBLE= 36 37 # py-fuse-bindings
+PYTHON_VERSIONS_ACCEPTED= 27 # py-fuse-bindings
EGG_NAME= wikipediafs-0.0.0
SUBST_CLASSES+= config
diff --git a/filesystems/glusterfs/Makefile b/filesystems/glusterfs/Makefile
index c3ad23adbbe..490b1d27926 100644
--- a/filesystems/glusterfs/Makefile
+++ b/filesystems/glusterfs/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.90 2019/04/26 13:13:57 maya Exp $
+# $NetBSD: Makefile,v 1.91 2019/09/02 13:20:21 adam Exp $
DISTNAME= glusterfs-3.12.8
PKGREVISION= 4
@@ -21,7 +21,7 @@ CONFIGURE_ARGS+= --localstatedir=${VARBASE}
# Only libfl.a is available, and libtool wants libfl.so
MAKE_FLAGS+= LEXLIB=""
-PYTHON_VERSIONS_INCOMPATIBLE= 36 37 # only 2.x supported as of 3.8.x
+PYTHON_VERSIONS_ACCEPTED= 27 # 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/ori/Makefile b/filesystems/ori/Makefile
index bb502e73c10..79a9d469ad1 100644
--- a/filesystems/ori/Makefile
+++ b/filesystems/ori/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.7 2019/04/26 13:13:57 maya Exp $
+# $NetBSD: Makefile,v 1.8 2019/09/02 13:20:22 adam Exp $
DISTNAME= ori-0.8.1
PKGREVISION= 2
@@ -14,7 +14,7 @@ LICENSE= isc
USE_LANGUAGES= c c++
USE_TOOLS+= pkg-config
-PYTHON_VERSIONS_INCOMPATIBLE= 36 37 # python2 SCons files
+PYTHON_VERSIONS_ACCEPTED= 27 # python2 SCons files
SUBST_CLASSES+= man
SUBST_SED.man+= -e "s,share/man,${PKGMANDIR},"
diff --git a/filesystems/py-fuse-bindings/Makefile b/filesystems/py-fuse-bindings/Makefile
index deb4eb6e35b..a29ba3b7152 100644
--- a/filesystems/py-fuse-bindings/Makefile
+++ b/filesystems/py-fuse-bindings/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.18 2019/04/26 14:12:38 maya Exp $
+# $NetBSD: Makefile,v 1.19 2019/09/02 13:20:22 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= 36 37 # not yet ported as of 0.2.1
+PYTHON_VERSIONS_ACCEPTED= 27 # 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 2e24179207b..775bf790c69 100644
--- a/filesystems/tahoe-lafs/Makefile
+++ b/filesystems/tahoe-lafs/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.38 2019/04/26 13:13:57 maya Exp $
+# $NetBSD: Makefile,v 1.39 2019/09/02 13:20:22 adam Exp $
DISTNAME= tahoe-lafs-1.12.1
PKGREVISION= 1
@@ -40,7 +40,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= 36 37 # py-xml via py-nevow, py-zbase32, py-cryptopp, py-darcsver
+PYTHON_VERSIONS_ACCEPTED= 27 # 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