- Update to 3.3.1
- Support STAGEDIR Changes: https://github.com/simplejson/simplejson/blob/master/CHANGES.txt
This commit is contained in:
parent
37f9e57b4c
commit
1e1e34e461
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=329614
2 changed files with 6 additions and 7 deletions
|
@ -2,7 +2,7 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= simplejson
|
||||
PORTVERSION= 3.3.0
|
||||
PORTVERSION= 3.3.1
|
||||
CATEGORIES= devel python
|
||||
MASTER_SITES= CHEESESHOP
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
|
@ -13,10 +13,9 @@ COMMENT= Simple, fast, extensible JSON encoder/decoder
|
|||
LICENSE= MIT
|
||||
|
||||
USE_PYTHON= yes
|
||||
USE_PYDISTUTILS= yes
|
||||
USE_PYDISTUTILS=yes
|
||||
|
||||
regression-test: build
|
||||
@(cd ${WRKSRC} && ${PYTHON_CMD} ${PYSETUP} test)
|
||||
regression-test test: build
|
||||
cd ${WRKSRC}/ && ${PYTHON_CMD} ${PYSETUP} test
|
||||
|
||||
NO_STAGE= yes
|
||||
.include <bsd.port.mk>
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
SHA256 (simplejson-3.3.0.tar.gz) = 7a8a6bd82e111976aeb06138316ab10847adf612925072eaff8512228bcf9a1f
|
||||
SIZE (simplejson-3.3.0.tar.gz) = 67250
|
||||
SHA256 (simplejson-3.3.1.tar.gz) = 054926f2a16e3f1974e4f70bc2c640e4566becf3103ecf4342fa9fb1eb3ba1d8
|
||||
SIZE (simplejson-3.3.1.tar.gz) = 67371
|
||||
|
|
Loading…
Reference in a new issue