mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-21 00:25:50 +00:00
- 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)
This commit is contained in:
parent
9e56b671c8
commit
b9d2342fc7
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=357761
@ -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
|
||||
|
||||
|
@ -1,7 +0,0 @@
|
||||
%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%
|
||||
bin/ec2getsnaps
|
||||
bin/ec2host
|
||||
bin/ec2hostcache
|
||||
bin/ec2ssh
|
||||
bin/ec2sshproxy
|
||||
bin/ec2who
|
Loading…
Reference in New Issue
Block a user