Date: Mon, 3 Feb 2014 11:35:54 +0000 (UTC) From: Kubilay Kocak <koobs@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r342428 - in head/science/py-pupynere: . files Message-ID: <201402031135.s13BZsee051381@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: koobs Date: Mon Feb 3 11:35:53 2014 New Revision: 342428 URL: http://svnweb.freebsd.org/changeset/ports/342428 QAT: https://qat.redports.org/buildarchive/r342428/ Log: science/py-pupynere: Modernise: Enable STAGE, AUTOPLIST and more - Stagify - Use PYDISTUTILS_AUTOPLIST, remove pkg-plist - Kill easy_install with fire! - Remove patch to setup.py PR: ports/186366 Submitted by: Johannes Jost Meixner <xmj@chaot.net> Deleted: head/science/py-pupynere/files/ head/science/py-pupynere/pkg-plist Modified: head/science/py-pupynere/Makefile Modified: head/science/py-pupynere/Makefile ============================================================================== --- head/science/py-pupynere/Makefile Mon Feb 3 11:32:14 2014 (r342427) +++ head/science/py-pupynere/Makefile Mon Feb 3 11:35:53 2014 (r342428) @@ -3,7 +3,7 @@ PORTNAME= pupynere PORTVERSION= 1.0.15 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= science python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -14,11 +14,10 @@ COMMENT= Python module for reading and w LICENSE= MIT BUILD_DEPENDS= ${PYNUMPY} -RUN_DEPENDS= ${PYNUMPY} +RUN_DEPENDS:= ${BUILD_DEPENDS} USE_PYTHON= 2 -USE_PYDISTUTILS= easy_install -PYDISTUTILS_NOEGGINFO= yes +USE_PYDISTUTILS= yes +PYDISTUTILS_AUTOPLIST= yes -NO_STAGE= yes .include <bsd.port.mk>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201402031135.s13BZsee051381>