svn commit: r350339 - head/math/py-apgl
Wen Heping
wen at FreeBSD.org
Sun Apr 6 07:04:44 UTC 2014
Author: wen
Date: Sun Apr 6 07:04:43 2014
New Revision: 350339
URL: http://svnweb.freebsd.org/changeset/ports/350339
QAT: https://qat.redports.org/buildarchive/r350339/
Log:
- Update to 0.8.0
- Stage support
- Convert to PYDISTUTILS_AUTOPLIST
- Add LICENSE
Deleted:
head/math/py-apgl/pkg-plist
Modified:
head/math/py-apgl/Makefile
head/math/py-apgl/distinfo
Modified: head/math/py-apgl/Makefile
==============================================================================
--- head/math/py-apgl/Makefile Sun Apr 6 05:51:57 2014 (r350338)
+++ head/math/py-apgl/Makefile Sun Apr 6 07:04:43 2014 (r350339)
@@ -2,8 +2,7 @@
# $FreeBSD$
PORTNAME= apgl
-PORTVERSION= 0.7.3
-PORTREVISION= 2
+PORTVERSION= 0.8.0
CATEGORIES= math python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@@ -11,12 +10,14 @@ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= wen at FreeBSD.org
COMMENT= Fast python graph library with some machine learning features
+LICENSE= GPLv3
+
BUILD_DEPENDS= ${PYNUMPY} \
${PYTHON_PKGNAMEPREFIX}scipy>0.7.0:${PORTSDIR}/science/py-scipy
RUN_DEPENDS:= ${BUILD_DEPENDS}
USE_PYTHON= yes
-USE_PYDISTUTILS= easy_install
+USE_PYDISTUTILS= yes
+PYDISTUTILS_AUTOPLIST= yes
-NO_STAGE= yes
.include <bsd.port.mk>
Modified: head/math/py-apgl/distinfo
==============================================================================
--- head/math/py-apgl/distinfo Sun Apr 6 05:51:57 2014 (r350338)
+++ head/math/py-apgl/distinfo Sun Apr 6 07:04:43 2014 (r350339)
@@ -1,2 +1,2 @@
-SHA256 (apgl-0.7.3.tar.gz) = 002704349606024cb399d0707a2f148c0913062bc58560a6076ed0c818ac0a47
-SIZE (apgl-0.7.3.tar.gz) = 120234
+SHA256 (apgl-0.8.0.tar.gz) = 24b9499051b107c2fce8a0c97f4a2cd11064c97ec4f65f479d38f6241818ad78
+SIZE (apgl-0.8.0.tar.gz) = 110110
More information about the svn-ports-head
mailing list