Update to 0.5.2
This commit is contained in:
parent
d0eabad8fb
commit
c49aff08a5
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=460924
@ -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>
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user