pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

*: py-gevent now supports py-3.x



Module Name:	pkgsrc-wip
Committed By:	Thomas Klausner <wiz%NetBSD.org@localhost>
Pushed By:	wiz
Date:		Sat Jul 15 19:55:46 2017 +0200
Changeset:	7885bdf69c0ce9faa75bfdd9abcd3e22b1a8b73b

Modified Files:
	py-goless/Makefile
	py-locustio/Makefile
	py-restkit/Makefile

Log Message:
*: py-gevent now supports py-3.x

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=7885bdf69c0ce9faa75bfdd9abcd3e22b1a8b73b

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 py-goless/Makefile   | 2 --
 py-locustio/Makefile | 2 --
 py-restkit/Makefile  | 2 +-
 3 files changed, 1 insertion(+), 5 deletions(-)

diffs:
diff --git a/py-goless/Makefile b/py-goless/Makefile
index b3b102a132..0078e02956 100644
--- a/py-goless/Makefile
+++ b/py-goless/Makefile
@@ -14,7 +14,5 @@ DEPENDS+=	${PYPKGPREFIX}-gevent>=1.0.2:../../net/py-gevent
 
 USE_LANGUAGES=	# none
 
-PYTHON_VERSIONS_INCOMPATIBLE=	34 35 36 # py-gevent
-
 .include "../../lang/python/egg.mk"
 .include "../../mk/bsd.pkg.mk"
diff --git a/py-locustio/Makefile b/py-locustio/Makefile
index 4a165eb2c2..02fa8d1f91 100644
--- a/py-locustio/Makefile
+++ b/py-locustio/Makefile
@@ -17,8 +17,6 @@ DEPENDS+=	${PYPKGPREFIX}-msgpack>=0.4.2:../../devel/py-msgpack
 
 USE_LANGUAGES=	# none
 
-PYTHON_VERSIONS_INCOMPATIBLE=	34 35 36 # py-gevent
-
 post-install:
 	${MV} ${DESTDIR}${PREFIX}/bin/locust \
 		${DESTDIR}${PREFIX}/bin/locust-${PYVERSSUFFIX}
diff --git a/py-restkit/Makefile b/py-restkit/Makefile
index 77701c1ac9..50bff15153 100644
--- a/py-restkit/Makefile
+++ b/py-restkit/Makefile
@@ -24,7 +24,7 @@ REPLACE_PYTHON+=	restkit/contrib/webob_api.py
 DOCDIR=			share/doc/${PKGBASE:S/${PYPKGPREFIX}/py/1}
 INSTALLATION_DIRS+=	${DOCDIR}
 
-PYTHON_VERSIONS_INCOMPATIBLE=	34 35 36 # py-socketpool, py-gevent
+PYTHON_VERSIONS_INCOMPATIBLE=	34 35 36 # py-socketpool
 
 post-install:
 	${INSTALL_DATA} ${DESTDIR}${PREFIX}/restkit/README.rst \


Home | Main Index | Thread Index | Old Index