mirror of
https://git.freebsd.org/ports.git
synced 2025-06-06 05:10:29 -04:00
math/py-pycosat: Update to 0.6.1
- Update PORTVERSION and distinfo checksum (0.6.1) [1] - Use PYTHON_SITELIBDIR in post-install STRIP_CMD - Update test target to new convention Changes: https://github.com/ContinuumIO/pycosat/blob/0.6.1/CHANGELOG PR: 205564 [1] Submitted by: Yuri <yuri rawbw com> [1]
This commit is contained in:
parent
8ad6db220e
commit
d8b78e009c
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=404496
2 changed files with 5 additions and 6 deletions
|
@ -2,8 +2,7 @@
|
||||||
# $FreeBSD$
|
# $FreeBSD$
|
||||||
|
|
||||||
PORTNAME= pycosat
|
PORTNAME= pycosat
|
||||||
PORTVERSION= 0.6.0
|
PORTVERSION= 0.6.1
|
||||||
PORTREVISION= 1
|
|
||||||
CATEGORIES= math python
|
CATEGORIES= math python
|
||||||
MASTER_SITES= CHEESESHOP
|
MASTER_SITES= CHEESESHOP
|
||||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||||
|
@ -25,9 +24,9 @@ PYDISTUTILS_BUILDARGS= build_ext \
|
||||||
-lpicosat
|
-lpicosat
|
||||||
|
|
||||||
post-install:
|
post-install:
|
||||||
${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/python2.7/site-packages/pycosat.so
|
${STRIP_CMD} ${STAGEDIR}${PYTHON_SITELIBDIR}/pycosat.so
|
||||||
|
|
||||||
regression-test: build
|
do-test:
|
||||||
@cd ${WRKSRC} && ${PYTHON_CMD} ${PYDISTUTILS_SETUP} test
|
@cd ${WRKSRC} && ${PYTHON_CMD} ${PYDISTUTILS_SETUP} test
|
||||||
|
|
||||||
.include <bsd.port.mk>
|
.include <bsd.port.mk>
|
||||||
|
|
|
@ -1,2 +1,2 @@
|
||||||
SHA256 (pycosat-0.6.0.tar.gz) = 9ce71131cedb6dcb9a64896c1998e77f8e1e211825d8aacba8994a9492b04d0b
|
SHA256 (pycosat-0.6.1.tar.gz) = d438c488da6dd7bbb23ca8ac10531f1fbbd117bdbc2e6245382c1fe202e483ce
|
||||||
SIZE (pycosat-0.6.0.tar.gz) = 58324
|
SIZE (pycosat-0.6.1.tar.gz) = 59270
|
||||||
|
|
Loading…
Add table
Reference in a new issue