Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 27 Apr 2014 01:59:47 +0000 (UTC)
From:      Steve Wills <swills@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r352389 - head/biology/py-biopython
Message-ID:  <201404270159.s3R1xlhk068086@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@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>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201404270159.s3R1xlhk068086>