aboutsummaryrefslogtreecommitdiffstats
path: root/net
diff options
context:
space:
mode:
authorRuslan Makhmatkhanov <rm@FreeBSD.org>2015-06-23 03:52:35 +0800
committerRuslan Makhmatkhanov <rm@FreeBSD.org>2015-06-23 03:52:35 +0800
commitdc16e56f7c031de316490be0dc3e8ee408a443a2 (patch)
tree16811563f10ae8838763816fcd4d08584b403612 /net
parentc9066f6ae06ec1956d55ab359dc03383f400316d (diff)
downloadfreebsd-ports-gnome-dc16e56f7c031de316490be0dc3e8ee408a443a2.tar.gz
freebsd-ports-gnome-dc16e56f7c031de316490be0dc3e8ee408a443a2.tar.zst
freebsd-ports-gnome-dc16e56f7c031de316490be0dc3e8ee408a443a2.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.
Diffstat (limited to 'net')
-rw-r--r--net/py-soappy-devel/Makefile11
1 files changed, 6 insertions, 5 deletions
diff --git a/net/py-soappy-devel/Makefile b/net/py-soappy-devel/Makefile
index 3c84e6cba7db..2bf4e4131358 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.*