diff options
author | Antoine Brodin <antoine@FreeBSD.org> | 2018-02-04 11:42:27 +0000 |
---|---|---|
committer | Antoine Brodin <antoine@FreeBSD.org> | 2018-02-04 11:42:27 +0000 |
commit | c49aff08a56d352477ee265f52755b93e3155410 (patch) | |
tree | 1c8b71511ebd254ece2519716065aa0ef16a9216 /archivers/py-python-snappy | |
parent | d0eabad8fba821e475a4f1fcdb623cbfe2d15889 (diff) |
Notes
Diffstat (limited to 'archivers/py-python-snappy')
-rw-r--r-- | archivers/py-python-snappy/Makefile | 7 | ||||
-rw-r--r-- | archivers/py-python-snappy/distinfo | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/archivers/py-python-snappy/Makefile b/archivers/py-python-snappy/Makefile index 5fb2c8bd87a1..f7dac8dc1a02 100644 --- a/archivers/py-python-snappy/Makefile +++ b/archivers/py-python-snappy/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= python-snappy -PORTVERSION= 0.5.1 +PORTVERSION= 0.5.2 CATEGORIES= archivers devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -19,8 +19,11 @@ USES= python USE_PYTHON= distutils autoplist CPPFLAGS+= -I${LOCALBASE}/include TEST_ENV= ${MAKE_ENV} PYTHONPATH=${STAGEDIR}${PYTHONPREFIX_SITELIBDIR} +TEST_WRKSRC= ${WRKSRC}/scratch # Any directory different from ${WRKSRC} do-test: - @(cd ${TEST_WRKSRC} && ${SETENV} ${TEST_ENV} ${PYTHON_CMD} test_snappy.py) + @${MKDIR} ${TEST_WRKSRC} + @${CP} ${WRKSRC}/test_*.py ${TEST_WRKSRC} + @(cd ${TEST_WRKSRC} && for t in test_*.py; do ${SETENV} ${TEST_ENV} ${PYTHON_CMD} $$t; done) .include <bsd.port.mk> diff --git a/archivers/py-python-snappy/distinfo b/archivers/py-python-snappy/distinfo index c7410885e58b..79eeb6f0aa95 100644 --- a/archivers/py-python-snappy/distinfo +++ b/archivers/py-python-snappy/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1494010227 -SHA256 (python-snappy-0.5.1.tar.gz) = 385fb216e7d1241f70c14c2bea3f042ec235caa65d708294f1ece50d3efa5de3 -SIZE (python-snappy-0.5.1.tar.gz) = 15252 +TIMESTAMP = 1517732182 +SHA256 (python-snappy-0.5.2.tar.gz) = 2ce83e44587adbc7239589048d660a92f899eb45af4e48e73092192a8b0f0789 +SIZE (python-snappy-0.5.2.tar.gz) = 19557 |