aboutsummaryrefslogtreecommitdiffstats
path: root/net/py-novaclient
diff options
context:
space:
mode:
authoramdmi3 <amdmi3@FreeBSD.org>2016-02-05 23:21:13 +0800
committeramdmi3 <amdmi3@FreeBSD.org>2016-02-05 23:21:13 +0800
commiteda7f7db269dbad2334535e0fc9f80f38ba36976 (patch)
tree444a10cde3e02553417b83aacd4c0fe072784912 /net/py-novaclient
parentfbd734b98c188647c02a4d83880211a661aba632 (diff)
downloadfreebsd-ports-gnome-eda7f7db269dbad2334535e0fc9f80f38ba36976.tar.gz
freebsd-ports-gnome-eda7f7db269dbad2334535e0fc9f80f38ba36976.tar.zst
freebsd-ports-gnome-eda7f7db269dbad2334535e0fc9f80f38ba36976.zip
- Fix shebangs
- Add NO_ARCH Approved by: portmgr blanket MFH: 2016Q1 (blanket)
Diffstat (limited to 'net/py-novaclient')
-rw-r--r--net/py-novaclient/Makefile7
1 files changed, 5 insertions, 2 deletions
diff --git a/net/py-novaclient/Makefile b/net/py-novaclient/Makefile
index 34abebffca66..36522e4a89a6 100644
--- a/net/py-novaclient/Makefile
+++ b/net/py-novaclient/Makefile
@@ -2,7 +2,8 @@
# $FreeBSD$
PORTNAME= novaclient
-PORTVERSION= 3.2.0
+PORTVERSION= 3.2.0
+PORTREVISION= 1
CATEGORIES= net python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@@ -23,8 +24,10 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}argparse>=0:${PORTSDIR}/devel/py-argparse \
${PYTHON_PKGNAMEPREFIX}simplejson>=2.2.0:${PORTSDIR}/devel/py-simplejson \
${PYTHON_PKGNAMEPREFIX}six>=1.9.0:${PORTSDIR}/devel/py-six
-USES= python
+USES= python shebangfix
+SHEBANG_FILES= novaclient/tests/functional/hooks/post_test_hook.sh
USE_PYTHON= distutils autoplist noegginfo
+NO_ARCH= yes
post-patch:
@${REINPLACE_CMD} -e 's,install_requires.*,,' ${WRKSRC}/setup.py