aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNicola Vitale <nivit@FreeBSD.org>2024-03-30 15:12:03 +0000
committerNicola Vitale <nivit@FreeBSD.org>2024-03-30 15:22:21 +0000
commitaba093c465ee0053450ec5055c5312a93b8fd8df (patch)
tree60e46f4817112510f074c0ba29d84edff1e61c57
parent5f59c9d8c428b0fedba233c6adb4449fc5f2eaad (diff)
downloadports-aba093c465ee0053450ec5055c5312a93b8fd8df.tar.gz
ports-aba093c465ee0053450ec5055c5312a93b8fd8df.zip
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
-rw-r--r--www/py-paste/Makefile13
-rw-r--r--www/py-paste/distinfo6
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 <bsd.port.mk>
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