diff options
author | Li-Wen Hsu <lwhsu@FreeBSD.org> | 2007-06-01 13:25:02 +0000 |
---|---|---|
committer | Li-Wen Hsu <lwhsu@FreeBSD.org> | 2007-06-01 13:25:02 +0000 |
commit | 9780f4d72ef7b765b16b5e6b224f4a0f421a6ab1 (patch) | |
tree | 05524f255367413cf1c9b0b1eba31c979d22dbfc /math | |
parent | 3cc0b3998253301f05815e946c53a2cd70773f95 (diff) |
Notes
Diffstat (limited to 'math')
-rw-r--r-- | math/py-igraph/Makefile | 6 | ||||
-rw-r--r-- | math/py-igraph/distinfo | 6 | ||||
-rw-r--r-- | math/py-igraph/pkg-plist | 14 |
3 files changed, 20 insertions, 6 deletions
diff --git a/math/py-igraph/Makefile b/math/py-igraph/Makefile index 539ac471bf16..4edb3fe7a585 100644 --- a/math/py-igraph/Makefile +++ b/math/py-igraph/Makefile @@ -6,9 +6,9 @@ # PORTNAME= igraph -PORTVERSION= 0.3.3 +PORTVERSION= 0.4.1 CATEGORIES= math python -MASTER_SITES= http://cheeseshop.python.org/packages/source/i/igraph/ +MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= lwhsu@FreeBSD.org @@ -16,7 +16,7 @@ COMMENT= High performance graph data structures and algorithms LIB_DEPENDS= xml2.5:${PORTSDIR}/textproc/libxml2 -USE_PYTHON= 2.4+ +USE_PYTHON= yes USE_PYDISTUTILS= yes .include <bsd.port.mk> diff --git a/math/py-igraph/distinfo b/math/py-igraph/distinfo index d1e6b9f99d86..29ccf8611f8e 100644 --- a/math/py-igraph/distinfo +++ b/math/py-igraph/distinfo @@ -1,3 +1,3 @@ -MD5 (igraph-0.3.3.tar.gz) = 45aa93bb97123623602bed1a98853cd7 -SHA256 (igraph-0.3.3.tar.gz) = eed5e3e4145b69fa7460f39a02745fd5d2db0df4daba68fe9f92484bb3773cac -SIZE (igraph-0.3.3.tar.gz) = 367721 +MD5 (igraph-0.4.1.tar.gz) = 98ff1e3e5ba6c08eb45b2f6a848d9be6 +SHA256 (igraph-0.4.1.tar.gz) = a9b18778f898a77df22e00ed3424d1da047bba3d16134b1789d63163c502daff +SIZE (igraph-0.4.1.tar.gz) = 477620 diff --git a/math/py-igraph/pkg-plist b/math/py-igraph/pkg-plist index 889ee27cd358..2b7866186a2e 100644 --- a/math/py-igraph/pkg-plist +++ b/math/py-igraph/pkg-plist @@ -1,7 +1,20 @@ +bin/igraph %%PYTHON_SITELIBDIR%%/igraph/__init__.py %%PYTHON_SITELIBDIR%%/igraph/__init__.pyc %%PYTHON_SITELIBDIR%%/igraph/__init__.pyo +%%PYTHON_SITELIBDIR%%/igraph/app/__init__.py +%%PYTHON_SITELIBDIR%%/igraph/app/__init__.pyc +%%PYTHON_SITELIBDIR%%/igraph/app/__init__.pyo +%%PYTHON_SITELIBDIR%%/igraph/app/shell.py +%%PYTHON_SITELIBDIR%%/igraph/app/shell.pyc +%%PYTHON_SITELIBDIR%%/igraph/app/shell.pyo +%%PYTHON_SITELIBDIR%%/igraph/clustering.py +%%PYTHON_SITELIBDIR%%/igraph/clustering.pyc +%%PYTHON_SITELIBDIR%%/igraph/clustering.pyo %%PYTHON_SITELIBDIR%%/igraph/core.so +%%PYTHON_SITELIBDIR%%/igraph/statistics.py +%%PYTHON_SITELIBDIR%%/igraph/statistics.pyc +%%PYTHON_SITELIBDIR%%/igraph/statistics.pyo %%PYTHON_SITELIBDIR%%/igraph/test/__init__.py %%PYTHON_SITELIBDIR%%/igraph/test/__init__.pyc %%PYTHON_SITELIBDIR%%/igraph/test/__init__.pyo @@ -36,4 +49,5 @@ %%PYTHON_SITELIBDIR%%/igraph/test/structural.pyc %%PYTHON_SITELIBDIR%%/igraph/test/structural.pyo @dirrm %%PYTHON_SITELIBDIR%%/igraph/test +@dirrm %%PYTHON_SITELIBDIR%%/igraph/app @dirrm %%PYTHON_SITELIBDIR%%/igraph |