pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Inverted rule for the accepted Python versions.
Module Name: pkgsrc-wip
Committed By: Daniel Oelschlegel <amoibos%gmail.com@localhost>
Pushed By: amoibos
Date: Tue Nov 29 00:08:44 2016 +0000
Changeset: feb4c40237db85be0e729839e2f6513f483e97f2
Modified Files:
seafile-ccnet/Makefile
seafile-daemon/Makefile
seafile-libsearpc/Makefile
Log Message:
Inverted rule for the accepted Python versions.
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=feb4c40237db85be0e729839e2f6513f483e97f2
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
seafile-ccnet/Makefile | 2 +-
seafile-daemon/Makefile | 2 +-
seafile-libsearpc/Makefile | 3 +--
3 files changed, 3 insertions(+), 4 deletions(-)
diffs:
diff --git a/seafile-ccnet/Makefile b/seafile-ccnet/Makefile
index bb8c83e..094c34f 100644
--- a/seafile-ccnet/Makefile
+++ b/seafile-ccnet/Makefile
@@ -22,7 +22,7 @@ USE_TOOLS+= pkg-config gmake aclocal autoheader automake autoconf
PY_PATCHPLIST= yes
-PYTHON_VERSIONS_INCOMPATIBLE= 30 31 32 33 34 35 36 37
+PYTHON_VERSIONS_ACCEPTED= 27
DEPENDS+= libsearpc-3.0{,nb*}:../../wip/seafile-libsearpc
diff --git a/seafile-daemon/Makefile b/seafile-daemon/Makefile
index 590c70f..1abb1cf 100644
--- a/seafile-daemon/Makefile
+++ b/seafile-daemon/Makefile
@@ -25,7 +25,7 @@ USE_LANGUAGES+= c c++
USE_TOOLS+= pkg-config automake aclocal autoheader autoconf gmake
PY_PATCHPLIST= yes
-PYTHON_VERSIONS_INCOMPATIBLE= 30 31 32 33 34 35 36 37
+PYTHON_VERSIONS_ACCEPTED= 27
CONFIGURE_ARGS+= --disable-fuse \
diff --git a/seafile-libsearpc/Makefile b/seafile-libsearpc/Makefile
index 8711385..54cff48 100644
--- a/seafile-libsearpc/Makefile
+++ b/seafile-libsearpc/Makefile
@@ -24,8 +24,7 @@ DEPENDS+= ${PYPKGPREFIX}-simplejson-[0-9]*:../../converters/py-simplejson
PY_PATCHPLIST= yes
-
-PYTHON_VERSIONS_INCOMPATIBLE= 30 31 32 33 34 35 36 37
+PYTHON_VERSIONS_ACCEPTED= 27
SUBST_CLASSES+= python
SUBST_STAGE.python= pre-configure
Home |
Main Index |
Thread Index |
Old Index