svn commit: r352389 - head/biology/py-biopython

Steve Wills swills at FreeBSD.org
Sun Apr 27 01:59:48 UTC 2014


Author: swills
Date: Sun Apr 27 01:59:47 2014
New Revision: 352389
URL: http://svnweb.freebsd.org/changeset/ports/352389
QAT: https://qat.redports.org/buildarchive/r352389/

Log:
  - Stage
  - Drop easy_install
  - Use auto pkg-plist
  - Delete pkg-plist
  
  PR:		ports/188818
  Submitted by:	Bartek Rutkowski <ports at robakdesign.com>
  Approved by:	portmgr@ (blanket)

Deleted:
  head/biology/py-biopython/pkg-plist
Modified:
  head/biology/py-biopython/Makefile

Modified: head/biology/py-biopython/Makefile
==============================================================================
--- head/biology/py-biopython/Makefile	Sun Apr 27 00:40:18 2014	(r352388)
+++ head/biology/py-biopython/Makefile	Sun Apr 27 01:59:47 2014	(r352389)
@@ -15,12 +15,11 @@ BUILD_DEPENDS=	${PYNUMPY}
 RUN_DEPENDS=	${PYNUMPY}
 
 USE_PYTHON=	2
-USE_PYDISTUTILS=	easy_install
-PYEASYINSTALL_ARCHDEP=	yes
+USE_PYDISTUTILS=	yes
+PYDISTUTILS_AUTOPLIST=	yes
 
 .if !defined(WITHOUT_REPORTLAB)
 RUN_DEPENDS+=	${PYTHON_PKGNAMEPREFIX}reportlab1>0:${PORTSDIR}/print/py-reportlab1
 .endif
 
-NO_STAGE=	yes
 .include <bsd.port.mk>


More information about the svn-ports-all mailing list