diff options
-rw-r--r-- | devel/py-simplejson/Makefile | 5 | ||||
-rw-r--r-- | devel/py-simplejson/distinfo | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/devel/py-simplejson/Makefile b/devel/py-simplejson/Makefile index 3dda7250d3b2..ad42ed3e3e7a 100644 --- a/devel/py-simplejson/Makefile +++ b/devel/py-simplejson/Makefile @@ -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> diff --git a/devel/py-simplejson/distinfo b/devel/py-simplejson/distinfo index 6bf5b78d354e..c48d626d78b5 100644 --- a/devel/py-simplejson/distinfo +++ b/devel/py-simplejson/distinfo @@ -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
\ No newline at end of file |