Update to 3.0.6
- Sort TEST_DEPENDS Changes: https://github.com/pytest-dev/pytest/blob/master/CHANGELOG.rst
This commit is contained in:
parent
75c8cf19d0
commit
02c1807be4
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=432582
2 changed files with 10 additions and 11 deletions
|
@ -1,7 +1,7 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= pytest
|
||||
PORTVERSION= 3.0.5
|
||||
PORTVERSION= 3.0.6
|
||||
CATEGORIES= devel python
|
||||
MASTER_SITES= CHEESESHOP
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
|
@ -13,17 +13,16 @@ LICENSE= MIT
|
|||
LICENSE_FILE= ${WRKSRC}/LICENSE
|
||||
|
||||
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}py>=1.4.29:devel/py${SLAVE_SUFFIX}-py
|
||||
TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}mock>0:devel/py-mock \
|
||||
TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}hypothesis>0:devel/py-hypothesis \
|
||||
${PYTHON_PKGNAMEPREFIX}mock>0:devel/py-mock \
|
||||
${PYTHON_PKGNAMEPREFIX}nose>0:devel/py-nose \
|
||||
${PYTHON_PKGNAMEPREFIX}hypothesis>0:devel/py-hypothesis \
|
||||
${PYTHON_PKGNAMEPREFIX}twisted>0:devel/py-twisted \
|
||||
${PYTHON_PKGNAMEPREFIX}pexpect>0:misc/py-pexpect \
|
||||
${PYTHON_PKGNAMEPREFIX}pytest-xdist>=1.13:devel/py-pytest-xdist
|
||||
|
||||
USES+= python
|
||||
USE_PYTHON= autoplist concurrent distutils
|
||||
${PYTHON_PKGNAMEPREFIX}pytest-xdist>=1.13:devel/py-pytest-xdist \
|
||||
${PYTHON_PKGNAMEPREFIX}twisted>0:devel/py-twisted
|
||||
|
||||
NO_ARCH= yes
|
||||
USES+= python
|
||||
USE_PYTHON= autoplist concurrent distutils
|
||||
|
||||
do-test:
|
||||
@cd ${WRKSRC} && ${PYTHON_CMD} ${PYDISTUTILS_SETUP} test
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
TIMESTAMP = 1482302533
|
||||
SHA256 (pytest-3.0.5.tar.gz) = 4a003aa956f023ce91aa6e166b555e6f02a4b0aeb459ac61e14f64c0d39037fd
|
||||
SIZE (pytest-3.0.5.tar.gz) = 740656
|
||||
TIMESTAMP = 1485527148
|
||||
SHA256 (pytest-3.0.6.tar.gz) = 643434a9f1a188271da35e20064cb8b6c5440976c5bb541dc7b5b0e3cf75d940
|
||||
SIZE (pytest-3.0.6.tar.gz) = 748748
|
||||
|
|
Loading…
Reference in a new issue