diff options
author | rm <rm@FreeBSD.org> | 2015-06-23 03:52:35 +0800 |
---|---|---|
committer | rm <rm@FreeBSD.org> | 2015-06-23 03:52:35 +0800 |
commit | b02611209445fb9a853a5cea79ba62340c8ea767 (patch) | |
tree | 16811563f10ae8838763816fcd4d08584b403612 | |
parent | aafd39acb40036fb70c1dda4ad0404ec18db999f (diff) | |
download | freebsd-ports-graphics-b02611209445fb9a853a5cea79ba62340c8ea767.tar.gz freebsd-ports-graphics-b02611209445fb9a853a5cea79ba62340c8ea767.tar.zst freebsd-ports-graphics-b02611209445fb9a853a5cea79ba62340c8ea767.zip |
net/py-soappy-devel: drop dependency on py-xml
py-xml dependency has been eliminated upstream since version 0.10.3, so remove
it from the port too. While here, do some clean up: add NO_ARCH, limit python
version to 2.x, modernize dependency on py-fpconst. Bump PORTREVISION to chase
dependencies update.
-rw-r--r-- | net/py-soappy-devel/Makefile | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/net/py-soappy-devel/Makefile b/net/py-soappy-devel/Makefile index 3c84e6cba7d..2bf4e413135 100644 --- a/net/py-soappy-devel/Makefile +++ b/net/py-soappy-devel/Makefile @@ -3,6 +3,7 @@ PORTNAME= soappy PORTVERSION= 0.12.0 +PORTREVISION= 1 CATEGORIES= net python MASTER_SITES= SF/pywebsvcs/SOAP.py/${PORTVERSION}_rc1 PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -12,12 +13,12 @@ DISTNAME= SOAPpy-${PORTVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= SOAP implementation -BUILD_DEPENDS= ${PYTHON_SITELIBDIR}/fpconst.py:${PORTSDIR}/math/py-fpconst -RUN_DEPENDS:= ${PYXML} \ - ${BUILD_DEPENDS} +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}fpconst>0:${PORTSDIR}/math/py-fpconst +RUN_DEPENDS:= ${BUILD_DEPENDS} -USES= python -USE_PYTHON= distutils autoplist +NO_ARCH= yes +USES= python:2 +USE_PYTHON= autoplist distutils CONFLICTS= py*-soappy-0.11.* |