forked from Lainports/freebsd-ports
- Remove easy_install dependency
- Bump PORTREVISION to enforce a cleanup for the easy_install references With hat: python@ Approved by: portmgr (implicit)
This commit is contained in:
parent
18f3cc7038
commit
24432b214c
1 changed files with 3 additions and 2 deletions
|
|
@ -3,6 +3,7 @@
|
|||
|
||||
PORTNAME= keyring
|
||||
PORTVERSION= 3.2.1
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= security python
|
||||
MASTER_SITES= CHEESESHOP
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
|
|
@ -17,8 +18,8 @@ BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytest-runner>0:${PORTSDIR}/devel/py-pytes
|
|||
LATEST_LINK= py-${PORTNAME}
|
||||
|
||||
USES= zip
|
||||
USE_PYTHON= yes
|
||||
USE_PYDISTUTILS= easy_install
|
||||
USE_PYTHON= yes
|
||||
USE_PYDISTUTILS= yes
|
||||
PYDISTUTILS_AUTOPLIST= yes
|
||||
|
||||
OPTIONS_DEFINE= CRYPT_FILE GNOME_KEYRING KDE_KWALLET KEYCZAR PYFS \
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue