mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
devel/py-simplejson: Update to 3.17.5
Changes: https://github.com/simplejson/simplejson/releases
This commit is contained in:
parent
4114c1046f
commit
b8b995fa01
2 changed files with 6 additions and 6 deletions
|
@ -1,7 +1,7 @@
|
|||
# Created by: Alexander Botero-Lowry <alex@foxybanana.com>
|
||||
|
||||
PORTNAME= simplejson
|
||||
PORTVERSION= 3.17.3
|
||||
PORTVERSION= 3.17.5
|
||||
CATEGORIES= devel python
|
||||
MASTER_SITES= CHEESESHOP
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
|
@ -17,9 +17,9 @@ USES= python:3.6+
|
|||
USE_PYTHON= autoplist concurrent distutils
|
||||
|
||||
post-install:
|
||||
${STRIP_CMD} ${STAGEDIR}${PYTHON_SITELIBDIR}/simplejson/_speedups*.so
|
||||
${FIND} ${STAGEDIR}${PYTHON_SITELIBDIR} -name '*.so' -exec ${STRIP_CMD} {} +
|
||||
|
||||
do-test:
|
||||
@cd ${WRKSRC} && ${PYTHON_CMD} ${PYDISTUTILS_SETUP} test
|
||||
cd ${WRKSRC} && ${PYTHON_CMD} -m unittest -v
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
TIMESTAMP = 1625984665
|
||||
SHA256 (simplejson-3.17.3.tar.gz) = da72a452bcf4349fc467a12b54ab0e63e654a571cacc44084826d52bde12b6ee
|
||||
SIZE (simplejson-3.17.3.tar.gz) = 82434
|
||||
TIMESTAMP = 1632227680
|
||||
SHA256 (simplejson-3.17.5.tar.gz) = 91cfb43fb91ff6d1e4258be04eee84b51a4ef40a28d899679b9ea2556322fb50
|
||||
SIZE (simplejson-3.17.5.tar.gz) = 83182
|
||||
|
|
Loading…
Add table
Reference in a new issue