pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
*: update compatible python versions after py-twisted supports 3.x
Module Name: pkgsrc-wip
Committed By: Thomas Klausner <wiz%NetBSD.org@localhost>
Pushed By: wiz
Date: Tue Feb 14 11:00:55 2017 +0100
Changeset: dc76c106daf8c6ca83d10005ed41be9be74f6e35
Modified Files:
freevo/Makefile
gfeedline/Makefile
postr/Makefile
py-CalendarServer/Makefile
py-PythonDirector/Makefile
py-jabber-aimt/Makefile
py-jabber-icqt/Makefile
py-kivy/Makefile
py-moksha-hub/Makefile
py-txdbus/Makefile
spade/Makefile
Log Message:
*: update compatible python versions after py-twisted supports 3.x
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=dc76c106daf8c6ca83d10005ed41be9be74f6e35
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
freevo/Makefile | 2 +-
gfeedline/Makefile | 2 +-
postr/Makefile | 2 +-
py-CalendarServer/Makefile | 2 +-
py-PythonDirector/Makefile | 2 +-
py-jabber-aimt/Makefile | 2 +-
py-jabber-icqt/Makefile | 2 +-
py-kivy/Makefile | 2 +-
py-moksha-hub/Makefile | 2 --
py-txdbus/Makefile | 2 +-
spade/Makefile | 2 +-
11 files changed, 10 insertions(+), 12 deletions(-)
diffs:
diff --git a/freevo/Makefile b/freevo/Makefile
index 7529311ae3..9a88628fd2 100644
--- a/freevo/Makefile
+++ b/freevo/Makefile
@@ -19,7 +19,7 @@ DEPENDS+= ${PYPKGPREFIX}-beautifulsoup-[0-9]*:../../www/py-beautifulsoup
PYDISTUTILSPKG= yes
-PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # py-beautifulsoup, py-mxDateTime, py-imaging, py-twisted, py-elementtree, py-xml
+PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # py-beautifulsoup, py-mxDateTime, py-imaging, py-elementtree, py-xml
USE_PKGLOCALEDIR= yes
CHECK_PORTABILITY_SKIP+= boot/freevo
diff --git a/gfeedline/Makefile b/gfeedline/Makefile
index 32813d2f1c..c4e861033d 100644
--- a/gfeedline/Makefile
+++ b/gfeedline/Makefile
@@ -20,7 +20,7 @@ DEPENDS+= ${PYPKGPREFIX}-xdg-[0-9]*:../../devel/py-xdg
DEPENDS+= ${PYPKGPREFIX}-distutils-extra-[0-9]*:../../wip/py-distutils-extra
PYTHON_VERSIONED_DEPENDENCIES= dateutil
-PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # py-beautifulsoup, py-gobject, py-twisted
+PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # py-beautifulsoup, py-gobject
USE_LANGUAGES= # none
NO_BUILD= YES
diff --git a/postr/Makefile b/postr/Makefile
index 0650b97d8d..ee0c0f230c 100644
--- a/postr/Makefile
+++ b/postr/Makefile
@@ -15,7 +15,7 @@ DEPENDS+= ${PYPKGPREFIX}-twisted-[0-9]*:../../net/py-twisted
USE_LANGUAGES= # none
PYDISTUTILSPKG= yes
-PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # py-ORBit via py-gnome2, py-gobject, py-twisted, py-elementtree
+PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # py-ORBit via py-gnome2, py-gobject, py-elementtree
.include "../../databases/py-bsddb3/buildlink3.mk"
.include "../../devel/pango/buildlink3.mk"
diff --git a/py-CalendarServer/Makefile b/py-CalendarServer/Makefile
index f0f4845f75..b6bc49eaf5 100644
--- a/py-CalendarServer/Makefile
+++ b/py-CalendarServer/Makefile
@@ -39,7 +39,7 @@ DEPENDS+= subversion-base-[0-9]*:../../devel/subversion-base
PYTHON_VERSIONED_DEPENDENCIES= dateutil
-PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # py-twisted, py-xml via py-nevow, py-psutil, py-Kerberos, py-ldap
+PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # py-xml via py-nevow, py-psutil, py-Kerberos, py-ldap
USE_TOOLS+= bash:run
diff --git a/py-PythonDirector/Makefile b/py-PythonDirector/Makefile
index 0ec3fb1a36..a4fdfdd98d 100644
--- a/py-PythonDirector/Makefile
+++ b/py-PythonDirector/Makefile
@@ -15,7 +15,7 @@ DEPENDS+= ${PYPKGPREFIX}-m2crypto>=0.13:../../security/py-m2crypto
PY_PATCHPLIST= yes
PYDISTUTILSPKG= yes
-PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # py-m2crypto, py-twisted
+PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # py-m2crypto
USE_LANGUAGES= # none
.include "../../lang/python/extension.mk"
diff --git a/py-jabber-aimt/Makefile b/py-jabber-aimt/Makefile
index 772cf12706..a27796922c 100644
--- a/py-jabber-aimt/Makefile
+++ b/py-jabber-aimt/Makefile
@@ -29,7 +29,7 @@ REPLACE_PYTHON+= PyAIMt.py
REPLACE_PYTHON+= tools/infodump.py
REPLACE_PYTHON+= tools/managessi.py
REPLACE_PYTHON+= tools/migrate.py
-PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # py-imaging, py-twisted
+PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # py-imaging
# always include bsd.prefs.mk before any .if or .ifdef statements
.include "../../mk/bsd.prefs.mk"
diff --git a/py-jabber-icqt/Makefile b/py-jabber-icqt/Makefile
index 308e7a9355..5fc34bf1a2 100644
--- a/py-jabber-icqt/Makefile
+++ b/py-jabber-icqt/Makefile
@@ -38,7 +38,7 @@ REPLACE_PYTHON+= PyICQt.py
REPLACE_PYTHON+= tools/infodump.py
REPLACE_PYTHON+= tools/managessi.py
REPLACE_PYTHON+= tools/migrate.py
-PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # py-imaging, py-twisted
+PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # py-imaging
TRANSPORTDIR= ${JABBER_TRANSDIR}/pyicqt
diff --git a/py-kivy/Makefile b/py-kivy/Makefile
index 991797612f..f7ba6ee053 100644
--- a/py-kivy/Makefile
+++ b/py-kivy/Makefile
@@ -20,7 +20,7 @@ DEPENDS+= ${PYPKGPREFIX}-enchant>=1.6.5:../../textproc/py-enchant
USE_LANGUAGES= c
PYDISTUTILSPKG= yes
-PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # py-multiprocessing, py-imaging, py-gstreamer0.10, py-gobject, py-twisted
+PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # py-multiprocessing, py-imaging, py-gstreamer0.10, py-gobject
.include "../../devel/py-cython/buildlink3.mk"
.include "../../devel/py-game/buildlink3.mk"
diff --git a/py-moksha-hub/Makefile b/py-moksha-hub/Makefile
index 9d457603aa..25210011b8 100644
--- a/py-moksha-hub/Makefile
+++ b/py-moksha-hub/Makefile
@@ -16,8 +16,6 @@ DEPENDS+= ${PYPKGPREFIX}-txWS>=0.9.1:../../wip/py-txWS
DEPENDS+= ${PYPKGPREFIX}-txZMQ>=0.7.3:../../wip/py-txZMQ
DEPENDS+= ${PYPKGPREFIX}-moksha-common>=1.2.3:../../wip/py-moksha-common
-PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # py-twisted
-
USE_LANGUAGES= # none
.include "../../lang/python/egg.mk"
diff --git a/py-txdbus/Makefile b/py-txdbus/Makefile
index 845c7086ab..a52d9b9b77 100644
--- a/py-txdbus/Makefile
+++ b/py-txdbus/Makefile
@@ -14,7 +14,7 @@ DEPENDS+= ${PYPKGPREFIX}-twisted>=13.1.0:../../net/py-twisted
USE_LANGUAGES= # none
-PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # py-twisted
+PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # not ported as of 1.0.8
.include "../../lang/python/egg.mk"
.include "../../mk/bsd.pkg.mk"
diff --git a/spade/Makefile b/spade/Makefile
index a472dc438b..b79a567f30 100644
--- a/spade/Makefile
+++ b/spade/Makefile
@@ -20,7 +20,7 @@ DEPENDS+= jython>=2.5.1:../../wip/jython
WRKSRC= ${WRKDIR}/spade
-PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # py-m2crypto, py-twisted
+PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # py-m2crypto
SUBST_CLASSES+= paths
SUBST_STAGE.paths= pre-configure
Home |
Main Index |
Thread Index |
Old Index