summaryrefslogtreecommitdiff
path: root/net/exabgp
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2014-01-23 16:50:06 +0000
committerwiz <wiz@pkgsrc.org>2014-01-23 16:50:06 +0000
commit7b90d0dca9f5a3c8d4c38ddee165cc9310ddd28b (patch)
tree5d4c60a35ba1d61ebd3795767804b475d481e247 /net/exabgp
parented4b844013a3ca341f10aca9ef73f916de2d6f10 (diff)
downloadpkgsrc-7b90d0dca9f5a3c8d4c38ddee165cc9310ddd28b.tar.gz
Convert to distutils.mk. Mark as not for python-3.x.
Bump PKGREVISION.
Diffstat (limited to 'net/exabgp')
-rw-r--r--net/exabgp/Makefile12
-rw-r--r--net/exabgp/PLIST3
2 files changed, 7 insertions, 8 deletions
diff --git a/net/exabgp/Makefile b/net/exabgp/Makefile
index ba5db61f169..8f585966a7b 100644
--- a/net/exabgp/Makefile
+++ b/net/exabgp/Makefile
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.2 2013/12/24 11:21:55 pettai Exp $
+# $NetBSD: Makefile,v 1.3 2014/01/23 16:50:06 wiz Exp $
DISTNAME= exabgp-exabgp-3.2.19
PKGNAME= exabgp-3.2.19
+PKGREVISION= 1
CATEGORIES= net
MASTER_SITES= -https://github.com/Exa-Networks/exabgp/tarball/3.2.19
@@ -10,8 +11,6 @@ HOMEPAGE= https://github.com/Exa-Networks/exabgp/
COMMENT= ExaBGP is a userspace BGP daemon written in python
LICENSE= modified-bsd
-FETCH_USING= curl
-
WRKSRC= ${WRKDIR}/Exa-Networks-exabgp-d1b60dd
USE_TOOLS+= perl:run
@@ -29,9 +28,8 @@ REPLACE_PYTHON+= etc/exabgp/processes/read-write.py
REPLACE_PYTHON+= etc/exabgp/processes/tcp-server
REPLACE_PYTHON+= etc/exabgp/processes/syslog-1.py
-PYDISTUTILSPKG= yes
-
-PYSETUP= setup.py
+EGG_NAME= ${PKGNAME_NOREV}
+PYTHON_VERSIONS_INCOMPATIBLE= 33 # not yet ported as of 3.2.19
USE_LANGUAGES= # none
@@ -41,6 +39,6 @@ post-install:
${LN} -s ${DESTDIR}${PREFIX}/bin/exabgp/exabgp \
${DESTDIR}${PREFIX}/sbin/
-.include "../../lang/python/extension.mk"
+.include "../../lang/python/distutils.mk"
.include "../../lang/python/application.mk"
.include "../../mk/bsd.pkg.mk"
diff --git a/net/exabgp/PLIST b/net/exabgp/PLIST
index 2d22c2379e6..b38253053f9 100644
--- a/net/exabgp/PLIST
+++ b/net/exabgp/PLIST
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.2 2013/12/25 14:59:10 pettai Exp $
+@comment $NetBSD: PLIST,v 1.3 2014/01/23 16:50:06 wiz Exp $
bin/exabgp/dynamic-1.pl
bin/exabgp/dynamic-1.sh
bin/exabgp/exabgp
@@ -8,6 +8,7 @@ bin/exabgp/syslog-1.py
bin/exabgp/tcp-server
bin/exabgp/watchdog-1.pl
bin/exabgp/watchdog-1.sh
+${PYSITELIB}/${EGG_FILE}
${PYSITELIB}/exabgp/__init__.py
${PYSITELIB}/exabgp/__init__.pyc
${PYSITELIB}/exabgp/__init__.pyo