- Update to 2.6.1
- Add regression-test target PR: ports/171159 Submitted by: Kubilay Kocak <koobs.freebsd at gmail.com>
This commit is contained in:
parent
977d6775b7
commit
f0b03d99ba
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=303808
2 changed files with 6 additions and 3 deletions
|
@ -6,7 +6,7 @@
|
|||
#
|
||||
|
||||
PORTNAME= simplejson
|
||||
PORTVERSION= 2.6.0
|
||||
PORTVERSION= 2.6.1
|
||||
CATEGORIES= devel python
|
||||
MASTER_SITES= CHEESESHOP
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
|
@ -19,4 +19,7 @@ LICENSE= MIT
|
|||
USE_PYTHON= -2.7
|
||||
USE_PYDISTUTILS= yes
|
||||
|
||||
regression-test: build
|
||||
@(cd ${WRKSRC} && ${PYTHON_CMD} ${PYSETUP} test)
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
SHA256 (simplejson-2.6.0.tar.gz) = 8119b9bfb10b9ca3b0b63f8555b8efd114595ff01ba2d1c34c8aaf91e7d0badc
|
||||
SIZE (simplejson-2.6.0.tar.gz) = 53012
|
||||
SHA256 (simplejson-2.6.1.tar.gz) = b15befbd41157ec21795efcd960828be193cec6334b3e94bb99e02b32daad17c
|
||||
SIZE (simplejson-2.6.1.tar.gz) = 53180
|
Loading…
Reference in a new issue