net-im/py-nbxmpp: remove dependency on twisted

Remove dependency on twisted, because it is not used anymore
and let it build with python3 after that.
Bump PORTREVISION to chase dependency change
This commit is contained in:
Ruslan Makhmatkhanov 2015-07-27 06:55:33 +00:00
parent bd0dea3771
commit efd9a1a7d1
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=392967

View File

@ -2,6 +2,7 @@
PORTNAME= nbxmpp
PORTVERSION= 0.5.3
PORTREVISION= 1
CATEGORIES= net-im devel python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@ -15,7 +16,7 @@ LICENSE_FILE= ${WRKSRC}/COPYING
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}openssl>0:${PORTSDIR}/security/py-openssl
NO_ARCH= yes
USES= python:2 twisted:run
USES= python
USE_PYTHON= autoplist distutils
.include <bsd.port.mk>