mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-24 00:45:52 +00:00
- 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
9097ea3cc4
commit
c0b8b9ab8e
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=357755
@ -3,6 +3,7 @@
|
||||
|
||||
PORTNAME= graphillion
|
||||
PORTVERSION= 0.94
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= math python
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
|
||||
@ -13,16 +14,13 @@ LICENSE= MIT
|
||||
|
||||
USE_GITHUB= yes
|
||||
USE_PYTHON= yes
|
||||
USE_PYDISTUTILS= easy_install
|
||||
USE_PYDISTUTILS= yes
|
||||
PYDISTUTILS_AUTOPLIST= yes
|
||||
|
||||
GH_ACCOUNT= takemaru
|
||||
GH_TAGNAME= v${PORTVERSION}
|
||||
GH_COMMIT= 2c77c8d
|
||||
|
||||
PYDISTUTILS_AUTOPLIST= yes
|
||||
PYDISTUTILS_PKGNAME= Graphillion
|
||||
PYEASYINSTALL_ARCHDEP= yes
|
||||
|
||||
regression-test: build
|
||||
@cd ${WRKSRC} && ${PYTHON_CMD} ${PYSETUP} test
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user