diff options
author | wiz <wiz@pkgsrc.org> | 2017-02-14 10:26:27 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2017-02-14 10:26:27 +0000 |
commit | b5c8cbdee8e7dbf7d7867c2791c3b2a2bc4d836d (patch) | |
tree | 7041fcb57eb7cfa4d17ca9511496bbb44ed54ed3 /net/py-txamqp/Makefile | |
parent | 408d8065cdb751b791e5c9dcdd8d4163fcf42731 (diff) | |
download | pkgsrc-b5c8cbdee8e7dbf7d7867c2791c3b2a2bc4d836d.tar.gz |
Update python 3.x status after py-twisted now supports 3.x.
Diffstat (limited to 'net/py-txamqp/Makefile')
-rw-r--r-- | net/py-txamqp/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/net/py-txamqp/Makefile b/net/py-txamqp/Makefile index 5a3e2b05f0b..f47b0298e84 100644 --- a/net/py-txamqp/Makefile +++ b/net/py-txamqp/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2017/01/01 14:43:52 wiz Exp $ +# $NetBSD: Makefile,v 1.4 2017/02/14 10:26:29 wiz Exp $ DISTNAME= python-txamqp_0.3.orig PKGNAME= ${PYPKGPREFIX}-txamqp-0.3 @@ -12,11 +12,12 @@ LICENSE= apache-2.0 DEPENDS+= ${PYPKGPREFIX}-twisted-[0-9]*:../../net/py-twisted +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # as of 0.3 + USE_LANGUAGES= # none WRKSRC= ${WRKDIR}/python-txamqp-0.3 EGG_NAME= txAMQP-${PKGVERSION_NOREV} -PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # py-twisted .include "../../lang/python/distutils.mk" .include "../../mk/bsd.pkg.mk" |