diff options
author | lwhsu <lwhsu@FreeBSD.org> | 2008-01-09 15:09:21 +0800 |
---|---|---|
committer | lwhsu <lwhsu@FreeBSD.org> | 2008-01-09 15:09:21 +0800 |
commit | 6c58d44624dfc9a2be274fb17fda422abed1c93c (patch) | |
tree | 96703414552db3909c6fdd9711d2813e4f43fe77 | |
parent | 157716663d3e2ae42c11de79bc01804425371476 (diff) | |
download | freebsd-ports-gnome-6c58d44624dfc9a2be274fb17fda422abed1c93c.tar.gz freebsd-ports-gnome-6c58d44624dfc9a2be274fb17fda422abed1c93c.tar.zst freebsd-ports-gnome-6c58d44624dfc9a2be274fb17fda422abed1c93c.zip |
- Update to 0.4.5
-rw-r--r-- | math/py-igraph/Makefile | 2 | ||||
-rw-r--r-- | math/py-igraph/distinfo | 6 | ||||
-rw-r--r-- | math/py-igraph/pkg-plist | 6 |
3 files changed, 10 insertions, 4 deletions
diff --git a/math/py-igraph/Makefile b/math/py-igraph/Makefile index 4edb3fe7a585..8d10b24d5c6e 100644 --- a/math/py-igraph/Makefile +++ b/math/py-igraph/Makefile @@ -6,7 +6,7 @@ # PORTNAME= igraph -PORTVERSION= 0.4.1 +PORTVERSION= 0.4.5 CATEGORIES= math python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/math/py-igraph/distinfo b/math/py-igraph/distinfo index 29ccf8611f8e..229249ace3cb 100644 --- a/math/py-igraph/distinfo +++ b/math/py-igraph/distinfo @@ -1,3 +1,3 @@ -MD5 (igraph-0.4.1.tar.gz) = 98ff1e3e5ba6c08eb45b2f6a848d9be6 -SHA256 (igraph-0.4.1.tar.gz) = a9b18778f898a77df22e00ed3424d1da047bba3d16134b1789d63163c502daff -SIZE (igraph-0.4.1.tar.gz) = 477620 +MD5 (igraph-0.4.5.tar.gz) = 0cac31e94e0d44cb2ffd5dea5d9ac695 +SHA256 (igraph-0.4.5.tar.gz) = cffa653310b041c8e5d0a538af55f505813d285de023a6d9179cdc8dfc2238f2 +SIZE (igraph-0.4.5.tar.gz) = 487142 diff --git a/math/py-igraph/pkg-plist b/math/py-igraph/pkg-plist index 2b7866186a2e..d08919f5de11 100644 --- a/math/py-igraph/pkg-plist +++ b/math/py-igraph/pkg-plist @@ -12,6 +12,9 @@ bin/igraph %%PYTHON_SITELIBDIR%%/igraph/clustering.pyc %%PYTHON_SITELIBDIR%%/igraph/clustering.pyo %%PYTHON_SITELIBDIR%%/igraph/core.so +%%PYTHON_SITELIBDIR%%/igraph/layout.py +%%PYTHON_SITELIBDIR%%/igraph/layout.pyc +%%PYTHON_SITELIBDIR%%/igraph/layout.pyo %%PYTHON_SITELIBDIR%%/igraph/statistics.py %%PYTHON_SITELIBDIR%%/igraph/statistics.pyc %%PYTHON_SITELIBDIR%%/igraph/statistics.pyo @@ -39,6 +42,9 @@ bin/igraph %%PYTHON_SITELIBDIR%%/igraph/test/games.py %%PYTHON_SITELIBDIR%%/igraph/test/games.pyc %%PYTHON_SITELIBDIR%%/igraph/test/games.pyo +%%PYTHON_SITELIBDIR%%/igraph/test/layouts.py +%%PYTHON_SITELIBDIR%%/igraph/test/layouts.pyc +%%PYTHON_SITELIBDIR%%/igraph/test/layouts.pyo %%PYTHON_SITELIBDIR%%/igraph/test/operators.py %%PYTHON_SITELIBDIR%%/igraph/test/operators.pyc %%PYTHON_SITELIBDIR%%/igraph/test/operators.pyo |