pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/net/py-kombu py-amqp works with python-3.x, as does this.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/aeafb4156a17
branches:  trunk
changeset: 629705:aeafb4156a17
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Sun Jan 26 08:46:00 2014 +0000

description:
py-amqp works with python-3.x, as does this.

diffstat:

 net/py-kombu/Makefile |  10 +++-------
 1 files changed, 3 insertions(+), 7 deletions(-)

diffs (32 lines):

diff -r 9e3af3fe82ef -r aeafb4156a17 net/py-kombu/Makefile
--- a/net/py-kombu/Makefile     Sun Jan 26 08:45:04 2014 +0000
+++ b/net/py-kombu/Makefile     Sun Jan 26 08:46:00 2014 +0000
@@ -1,25 +1,21 @@
-# $NetBSD: Makefile,v 1.3 2014/01/02 04:49:16 dholland Exp $
-#
+# $NetBSD: Makefile,v 1.4 2014/01/26 08:46:00 wiz Exp $
 
 DISTNAME=      kombu-3.0.8
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    net
 MASTER_SITES=  https://pypi.python.org/packages/source/k/kombu/
-FETCH_USING=   curl
 
 MAINTAINER=    rodent%NetBSD.org@localhost
 HOMEPAGE=      http://kombu.readthedocs.org/
 COMMENT=       Messaging framework for Python
 LICENSE=       modified-bsd
 
+DEPENDS+=      ${PYPKGPREFIX}-amqp>=1.3.3:../../net/py-amqp
+
 USE_LANGUAGES= # none
 
-PYTHON_VERSIONS_ACCEPTED=      27 26
-# py-amqp does not currently support py33; disable for now
-#PYTHON_VERSIONS_ACCEPTED+=    33
 REPLACE_PYTHON+=       kombu/tests/test_serialization.py
 
-DEPENDS+=      ${PYPKGPREFIX}-amqp>=1.3.3:../../net/py-amqp
 .include "../../lang/python/application.mk"
 .include "../../lang/python/egg.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index