- Update to 1.5.3
- Support testing
This commit is contained in:
parent
07217cb97b
commit
dd88cfff3d
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=536816
2 changed files with 10 additions and 4 deletions
|
@ -2,7 +2,7 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= flake8-builtins
|
||||
PORTVERSION= 1.5.2
|
||||
PORTVERSION= 1.5.3
|
||||
CATEGORIES= devel
|
||||
MASTER_SITES= CHEESESHOP
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
|
@ -14,9 +14,15 @@ LICENSE= GPLv2
|
|||
LICENSE_FILE= ${WRKSRC}/LICENSE
|
||||
|
||||
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}flake8>=0:devel/py-flake8@${PY_FLAVOR}
|
||||
TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytest>0:devel/py-pytest@${PY_FLAVOR} \
|
||||
${PYTHON_PKGNAMEPREFIX}hypothesis>=0:devel/py-hypothesis@${PY_FLAVOR} \
|
||||
${PYTHON_PKGNAMEPREFIX}hypothesmith>=0:devel/py-hypothesmith@${PY_FLAVOR}
|
||||
|
||||
USES= python
|
||||
USE_PYTHON= autoplist distutils
|
||||
NO_ARCH= yes
|
||||
|
||||
do-test:
|
||||
@cd ${WRKSRC} && ${SETENV} ${TEST_ENV} ${LOCALBASE}/bin/py.test-${PYTHON_VER} run_tests.py
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
TIMESTAMP = 1585414438
|
||||
SHA256 (flake8-builtins-1.5.2.tar.gz) = fe7be13fe51bfb06bdae6096c6488e328c822c3aa080e24b91b77116a4fbb8b0
|
||||
SIZE (flake8-builtins-1.5.2.tar.gz) = 16267
|
||||
TIMESTAMP = 1590688372
|
||||
SHA256 (flake8-builtins-1.5.3.tar.gz) = 09998853b2405e98e61d2ff3027c47033adbdc17f9fe44ca58443d876eb00f3b
|
||||
SIZE (flake8-builtins-1.5.3.tar.gz) = 16581
|
||||
|
|
Loading…
Reference in a new issue