mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-21 00:25:50 +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
45d2a6020d
commit
2882803ebf
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=357837
@ -3,6 +3,7 @@
|
||||
|
||||
PORTNAME= obspy
|
||||
PORTVERSION= 0.9.2
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= science python
|
||||
MASTER_SITES= CHEESESHOP
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
@ -23,9 +24,8 @@ RUN_DEPENDS:= ${BUILD_DEPENDS}
|
||||
USES= fortran zip
|
||||
USE_LDCONFIG= yes
|
||||
USE_PYTHON= yes
|
||||
USE_PYDISTUTILS= easy_install
|
||||
USE_PYDISTUTILS= yes
|
||||
PYDISTUTILS_AUTOPLIST= yes
|
||||
PYEASYINSTALL_ARCHDEP= yes
|
||||
|
||||
post-patch:
|
||||
${REINPLACE_CMD} -e "s#FC#${FC}#g" ${WRKSRC}/setup.py
|
||||
|
Loading…
Reference in New Issue
Block a user