svn commit: r357837 - head/science/py-obspy
Marcus von Appen
mva at FreeBSD.org
Sun Jun 15 08:23:19 UTC 2014
Author: mva
Date: Sun Jun 15 08:23:19 2014
New Revision: 357837
URL: http://svnweb.freebsd.org/changeset/ports/357837
QAT: https://qat.redports.org/buildarchive/r357837/
Log:
- Remove easy_install dependency
- Bump PORTREVISION to enforce a cleanup for the easy_install references
With hat: python@
Approved by: portmgr (implicit)
Modified:
head/science/py-obspy/Makefile
Modified: head/science/py-obspy/Makefile
==============================================================================
--- head/science/py-obspy/Makefile Sun Jun 15 08:11:21 2014 (r357836)
+++ head/science/py-obspy/Makefile Sun Jun 15 08:23:19 2014 (r357837)
@@ -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
More information about the svn-ports-all
mailing list