Date: Sun, 15 Jun 2014 08:23:19 +0000 (UTC) From: Marcus von Appen <mva@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r357837 - head/science/py-obspy Message-ID: <201406150823.s5F8NJnm000935@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201406150823.s5F8NJnm000935>