diff options
author | koobs <koobs@FreeBSD.org> | 2016-02-25 20:59:41 +0800 |
---|---|---|
committer | koobs <koobs@FreeBSD.org> | 2016-02-25 20:59:41 +0800 |
commit | ebc8d42adb54b86658bf32d267ac2fefdc781be6 (patch) | |
tree | 3f7f21698c83a063c974c589be0b4fbe74c46ed0 /math | |
parent | 7c86c4cf5163ed02379360becb154f865ca68efb (diff) | |
download | freebsd-ports-gnome-ebc8d42adb54b86658bf32d267ac2fefdc781be6.tar.gz freebsd-ports-gnome-ebc8d42adb54b86658bf32d267ac2fefdc781be6.tar.zst freebsd-ports-gnome-ebc8d42adb54b86658bf32d267ac2fefdc781be6.zip |
math/py-graphillion: Update to 0.98
- Update PORTVERSION and distinfo checksum (0.9.8)
- Sort USE{S} entries
- Strip shared extension
- Update test target
Changes:
https://github.com/takemaru/graphillion/compare/v0.94...v0.98
Diffstat (limited to 'math')
-rw-r--r-- | math/py-graphillion/Makefile | 12 | ||||
-rw-r--r-- | math/py-graphillion/distinfo | 4 |
2 files changed, 9 insertions, 7 deletions
diff --git a/math/py-graphillion/Makefile b/math/py-graphillion/Makefile index c453ff53d49c..e8b8dd4c3e30 100644 --- a/math/py-graphillion/Makefile +++ b/math/py-graphillion/Makefile @@ -2,9 +2,8 @@ # $FreeBSD$ PORTNAME= graphillion -PORTVERSION= 0.94 +PORTVERSION= 0.98 DISTVERSIONPREFIX= v -PORTREVISION= 1 CATEGORIES= math python PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -14,11 +13,14 @@ COMMENT= Fast, lightweight graphset operation library in Python LICENSE= MIT USES= python -USE_PYTHON= distutils autoplist USE_GITHUB= yes +USE_PYTHON= distutils autoplist + GH_ACCOUNT= takemaru -regression-test: build - @cd ${WRKSRC} && ${PYTHON_CMD} ${PYSETUP} test +post-install: + ${STRIP_CMD} ${STAGEDIR}${PYTHONPREFIX_SITELIBDIR}/_graphillion.so +do-test: + @cd ${WRKSRC} && ${PYTHON_CMD} ${PYDISTUTILS_SETUP} test .include <bsd.port.mk> diff --git a/math/py-graphillion/distinfo b/math/py-graphillion/distinfo index f0e030a8334f..91e65a0ff6c9 100644 --- a/math/py-graphillion/distinfo +++ b/math/py-graphillion/distinfo @@ -1,2 +1,2 @@ -SHA256 (takemaru-graphillion-v0.94_GH0.tar.gz) = 74c7eaef04cd1b9528b0d1533d1fb30af1f8c8b53b5df4364b021d21b9ee6761 -SIZE (takemaru-graphillion-v0.94_GH0.tar.gz) = 1581403 +SHA256 (takemaru-graphillion-v0.98_GH0.tar.gz) = f9e7995352d7da510f47f3c322753486b1b2482aaf673359d906b0c32e0fcfb4 +SIZE (takemaru-graphillion-v0.98_GH0.tar.gz) = 1588861 |