aboutsummaryrefslogtreecommitdiffstats
path: root/net
diff options
context:
space:
mode:
authormva <mva@FreeBSD.org>2014-06-14 18:34:03 +0800
committermva <mva@FreeBSD.org>2014-06-14 18:34:03 +0800
commit88671f316ff08b2cfdbcb4efed2049c7f6d98cc6 (patch)
treeb88f4b03f796def965b5424bf857d6e798d8278f /net
parentbfc2ad77fcc7a0cf21ba5d3fe334f1f8798caa22 (diff)
downloadfreebsd-ports-gnome-88671f316ff08b2cfdbcb4efed2049c7f6d98cc6.tar.gz
freebsd-ports-gnome-88671f316ff08b2cfdbcb4efed2049c7f6d98cc6.tar.zst
freebsd-ports-gnome-88671f316ff08b2cfdbcb4efed2049c7f6d98cc6.zip
- Remove easy_install dependency
- Convert to PYDISTUTILS_AUTOPLIST - Bump PORTREVISION to enforce a cleanup for the easy_install references With hat: python@ Approved by: portmgr (implicit)
Diffstat (limited to 'net')
-rw-r--r--net/py-ec2-cli-tools/Makefile4
-rw-r--r--net/py-ec2-cli-tools/pkg-plist7
2 files changed, 3 insertions, 8 deletions
diff --git a/net/py-ec2-cli-tools/Makefile b/net/py-ec2-cli-tools/Makefile
index 29b606e2d7a7..d30280117e17 100644
--- a/net/py-ec2-cli-tools/Makefile
+++ b/net/py-ec2-cli-tools/Makefile
@@ -3,6 +3,7 @@
PORTNAME= ec2-cli-tools
PORTVERSION= 1.5
+PORTREVISION= 1
CATEGORIES= net python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@@ -16,7 +17,8 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}boto>=1.0:${PORTSDIR}/devel/py-boto \
bash>=0:${PORTSDIR}/shells/bash
USE_PYTHON= yes
-USE_PYDISTUTILS= easy_install
+USE_PYDISTUTILS= yes
+PYDISTUTILS_AUTOPLIST= yes
USES= shebangfix
SHEBANG_FILES= bin/ec2getsnaps bin/ec2hostcache bin/ec2ssh
diff --git a/net/py-ec2-cli-tools/pkg-plist b/net/py-ec2-cli-tools/pkg-plist
deleted file mode 100644
index 73fa1ffd288d..000000000000
--- a/net/py-ec2-cli-tools/pkg-plist
+++ /dev/null
@@ -1,7 +0,0 @@
-%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%
-bin/ec2getsnaps
-bin/ec2host
-bin/ec2hostcache
-bin/ec2ssh
-bin/ec2sshproxy
-bin/ec2who