From aba093c465ee0053450ec5055c5312a93b8fd8df Mon Sep 17 00:00:00 2001 From: Nicola Vitale Date: Sat, 30 Mar 2024 16:12:03 +0100 Subject: www/py-paste: Update to 3.8.0 - Don't use devel/py-tox for testing, but our framework via pytest Release changes: https://github.com/cdent/paste/releases/tag/3.8.0 Reported by: portscout --- www/py-paste/Makefile | 13 ++++--------- www/py-paste/distinfo | 6 +++--- 2 files changed, 7 insertions(+), 12 deletions(-) diff --git a/www/py-paste/Makefile b/www/py-paste/Makefile index d61c2a255669..2bb3337705b7 100644 --- a/www/py-paste/Makefile +++ b/www/py-paste/Makefile @@ -1,5 +1,5 @@ PORTNAME= Paste -PORTVERSION= 3.7.1 +PORTVERSION= 3.8.0 PORTREVISION= 0 CATEGORIES= www python MASTER_SITES= PYPI @@ -12,18 +12,13 @@ WWW= https://github.com/cdent/paste LICENSE= MIT LICENSE_FILE= ${WRKSRC}/docs/license.txt -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}six>0:devel/py-six@${PY_FLAVOR} +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}six>=1.4.0:devel/py-six@${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} +TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}six>=1.4.0:devel/py-six@${PY_FLAVOR} USES= python -USE_PYTHON= autoplist distutils +USE_PYTHON= autoplist distutils pytest NO_ARCH= yes -do-test: - @cd ${WRKSRC} && ${LOCALBASE}/bin/tox -e ${PY_FLAVOR} - .include diff --git a/www/py-paste/distinfo b/www/py-paste/distinfo index 1dcc9abef9e1..65abc6c12e7c 100644 --- a/www/py-paste/distinfo +++ b/www/py-paste/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1698038062 -SHA256 (Paste-3.7.1.tar.gz) = 6d07a8e1c7fa72b8cf403762a002f80d12c0384056956dd0a87cb9a3be64749a -SIZE (Paste-3.7.1.tar.gz) = 639191 +TIMESTAMP = 1710610208 +SHA256 (Paste-3.8.0.tar.gz) = 9c6cc18f2f9b8e8e57c0a5228c957ec3beeefdeeb9ab93c85876b513e4babdaf +SIZE (Paste-3.8.0.tar.gz) = 636922 -- cgit v1.2.3