diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2017-01-28 04:53:11 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2017-01-28 04:53:11 +0800 |
commit | 7cef73f5e09154ba7472c636c1478e49258e1773 (patch) | |
tree | 07054e52fc805d237dc4dc1bce1801cb5b6f7469 /devel | |
parent | 9ca393abdcf8799544ef8e6205016629e120b929 (diff) | |
download | freebsd-ports-gnome-7cef73f5e09154ba7472c636c1478e49258e1773.tar.gz freebsd-ports-gnome-7cef73f5e09154ba7472c636c1478e49258e1773.tar.zst freebsd-ports-gnome-7cef73f5e09154ba7472c636c1478e49258e1773.zip |
Update to 3.0.6
- Sort TEST_DEPENDS
Changes: https://github.com/pytest-dev/pytest/blob/master/CHANGELOG.rst
Diffstat (limited to 'devel')
-rw-r--r-- | devel/py-pytest/Makefile | 13 | ||||
-rw-r--r-- | devel/py-pytest/distinfo | 6 |
2 files changed, 9 insertions, 10 deletions
diff --git a/devel/py-pytest/Makefile b/devel/py-pytest/Makefile index 051349bc0388..a410d2f8d735 100644 --- a/devel/py-pytest/Makefile +++ b/devel/py-pytest/Makefile @@ -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,18 +13,17 @@ 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 + ${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 -NO_ARCH= yes - do-test: @cd ${WRKSRC} && ${PYTHON_CMD} ${PYDISTUTILS_SETUP} test diff --git a/devel/py-pytest/distinfo b/devel/py-pytest/distinfo index 5cf80aacd1cc..cc437c57ae1f 100644 --- a/devel/py-pytest/distinfo +++ b/devel/py-pytest/distinfo @@ -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 |