diff options
author | wen <wen@FreeBSD.org> | 2013-06-01 22:09:58 +0800 |
---|---|---|
committer | wen <wen@FreeBSD.org> | 2013-06-01 22:09:58 +0800 |
commit | a067d1fe4ca77b86eeb7cdc751efe1835ae9095d (patch) | |
tree | 5e4432ed61a22ed2514c9edad8be870e7a6bc466 | |
parent | dea5457473a41dd7fc9e47eb8e57d4f2f6afe992 (diff) | |
download | freebsd-ports-gnome-a067d1fe4ca77b86eeb7cdc751efe1835ae9095d.tar.gz freebsd-ports-gnome-a067d1fe4ca77b86eeb7cdc751efe1835ae9095d.tar.zst freebsd-ports-gnome-a067d1fe4ca77b86eeb7cdc751efe1835ae9095d.zip |
- Update to 0.7.3
- Trim Makefile headers
- Update COMMENT and WWW line
-rw-r--r-- | math/py-apgl/Makefile | 10 | ||||
-rw-r--r-- | math/py-apgl/distinfo | 4 | ||||
-rw-r--r-- | math/py-apgl/pkg-descr | 2 | ||||
-rw-r--r-- | math/py-apgl/pkg-plist | 3 |
4 files changed, 9 insertions, 10 deletions
diff --git a/math/py-apgl/Makefile b/math/py-apgl/Makefile index 7e9b717066c0..5eae1c4b8eb5 100644 --- a/math/py-apgl/Makefile +++ b/math/py-apgl/Makefile @@ -1,18 +1,14 @@ -# New ports collection makefile for: py-apgl -# Date created: Oct 28, 2010 -# Whom: Wen Heping <wenheping@gmail.com> -# +# Created by: Wen Heping <wenheping@gmail.com> # $FreeBSD$ -# PORTNAME= apgl -PORTVERSION= 0.7.1 +PORTVERSION= 0.7.3 CATEGORIES= math python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= wen@FreeBSD.org -COMMENT= A fast python graph library with some machine learning features +COMMENT= Fast python graph library with some machine learning features BUILD_DEPENDS= ${PYNUMPY} \ ${PYTHON_PKGNAMEPREFIX}scipy>0.7.0:${PORTSDIR}/science/py-scipy diff --git a/math/py-apgl/distinfo b/math/py-apgl/distinfo index 00bb5423f9c9..852be867f110 100644 --- a/math/py-apgl/distinfo +++ b/math/py-apgl/distinfo @@ -1,2 +1,2 @@ -SHA256 (apgl-0.7.1.tar.gz) = 33a00b675f7fd85a1362f637635f7e40b1ee6d08038925b315d88d35fa51b1d2 -SIZE (apgl-0.7.1.tar.gz) = 107734 +SHA256 (apgl-0.7.3.tar.gz) = 002704349606024cb399d0707a2f148c0913062bc58560a6076ed0c818ac0a47 +SIZE (apgl-0.7.3.tar.gz) = 120234 diff --git a/math/py-apgl/pkg-descr b/math/py-apgl/pkg-descr index 299520cecbf3..c73170a36ceb 100644 --- a/math/py-apgl/pkg-descr +++ b/math/py-apgl/pkg-descr @@ -13,4 +13,4 @@ Dijkstras algorithm wrappers for LibSVM, and some mlpy learning algorithms * Unit tested using the Python unittest framework -WWW: http://packages.python.org/apgl/ +WWW: http://packages.python.org/apgl/ diff --git a/math/py-apgl/pkg-plist b/math/py-apgl/pkg-plist index 3274a5c9dd7a..c6613586cb25 100644 --- a/math/py-apgl/pkg-plist +++ b/math/py-apgl/pkg-plist @@ -106,6 +106,9 @@ %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/apgl/graph/AbstractVertexList.py %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/apgl/graph/AbstractVertexList.pyc %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/apgl/graph/AbstractVertexList.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/apgl/graph/Benchmark.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/apgl/graph/Benchmark.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/apgl/graph/Benchmark.pyo %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/apgl/graph/DenseGraph.py %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/apgl/graph/DenseGraph.pyc %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/apgl/graph/DenseGraph.pyo |