aboutsummaryrefslogtreecommitdiff
path: root/www
diff options
context:
space:
mode:
authorNicola Vitale <nivit@FreeBSD.org>2020-09-26 12:01:45 +0000
committerNicola Vitale <nivit@FreeBSD.org>2020-09-26 12:01:45 +0000
commit8c13525345641c5907dc02acc22b4cfd75cd4056 (patch)
tree45397b925368882da7920823e20fd8251d13844b /www
parent9b60b26b2c9495d6b8144aa5bd3cb202f7f7d7dd (diff)
downloadports-8c13525345641c5907dc02acc22b4cfd75cd4056.tar.gz
ports-8c13525345641c5907dc02acc22b4cfd75cd4056.zip
- Update to 3.4.6
- Use devel/py-tox for testing. Running pytest directly fails a couple of tests with this version.
Notes
Notes: svn path=/head/; revision=550173
Diffstat (limited to 'www')
-rw-r--r--www/py-paste/Makefile8
-rw-r--r--www/py-paste/distinfo6
2 files changed, 8 insertions, 6 deletions
diff --git a/www/py-paste/Makefile b/www/py-paste/Makefile
index e1761fdf3480..1e9919eb83ab 100644
--- a/www/py-paste/Makefile
+++ b/www/py-paste/Makefile
@@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= Paste
-PORTVERSION= 3.4.5
+PORTVERSION= 3.4.6
PORTREVISION= 0
CATEGORIES= www python
MASTER_SITES= CHEESESHOP
@@ -16,7 +16,9 @@ LICENSE_FILE= ${WRKSRC}/docs/license.txt
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}six>0:devel/py-six@${PY_FLAVOR}
-TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytest>0:devel/py-pytest@${PY_FLAVOR}
+TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytest>0:devel/py-pytest@${PY_FLAVOR} \
+ ${PYTHON_PKGNAMEPREFIX}six>0:devel/py-six@${PY_FLAVOR} \
+ ${PYTHON_PKGNAMEPREFIX}tox>0:devel/py-tox@${PY_FLAVOR}
USES= python
USE_PYTHON= distutils autoplist
@@ -24,6 +26,6 @@ USE_PYTHON= distutils autoplist
NO_ARCH= yes
do-test:
- @cd ${WRKSRC} && ${PYTHON_CMD} -m pytest tests
+ @cd ${WRKSRC} && ${LOCALBASE}/bin/tox -e ${PY_FLAVOR}
.include <bsd.port.mk>
diff --git a/www/py-paste/distinfo b/www/py-paste/distinfo
index 9236465f898a..6508e1a45960 100644
--- a/www/py-paste/distinfo
+++ b/www/py-paste/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1601041602
-SHA256 (Paste-3.4.5.tar.gz) = de4dccf92e06d505add5a634e01d2ddb7a15a53f68c522c57531c8e69ba4bd1a
-SIZE (Paste-3.4.5.tar.gz) = 630575
+TIMESTAMP = 1601112224
+SHA256 (Paste-3.4.6.tar.gz) = 001370f4fcc7446006b52a39ed386341fce626605af711e0ec18ddb0b4912cb7
+SIZE (Paste-3.4.6.tar.gz) = 630593