svn commit: r342428 - in head/science/py-pupynere: . files

Kubilay Kocak koobs at FreeBSD.org
Mon Feb 3 11:35:54 UTC 2014


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 at 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>


More information about the svn-ports-head mailing list