aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNicola Vitale <nivit@FreeBSD.org>2023-10-22 12:59:56 +0000
committerNicola Vitale <nivit@FreeBSD.org>2023-10-22 13:00:25 +0000
commit1cd5463e4f1634fd61f64c3a917681e223230a7f (patch)
treea1add336dc64f93d642640cf37ea6442b87f2801
parente6e4601f32b3ccf28bff6ad3f04a6f474e52a8d7 (diff)
downloadports-1cd5463e4f1634fd61f64c3a917681e223230a7f.tar.gz
ports-1cd5463e4f1634fd61f64c3a917681e223230a7f.zip
devel/py-argh: Update to 0.30.0
-rw-r--r--devel/py-argh/Makefile9
-rw-r--r--devel/py-argh/distinfo6
2 files changed, 9 insertions, 6 deletions
diff --git a/devel/py-argh/Makefile b/devel/py-argh/Makefile
index ac0acc888fa2..695545037016 100644
--- a/devel/py-argh/Makefile
+++ b/devel/py-argh/Makefile
@@ -1,5 +1,5 @@
PORTNAME= argh
-PORTVERSION= 0.29.4
+PORTVERSION= 0.30.0
PORTREVISION= 0
CATEGORIES= devel
MASTER_SITES= PYPI
@@ -11,9 +11,12 @@ WWW= https://github.com/neithere/argh
LICENSE= LGPL3
-BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}flit-core>=${PORTVERSION}<4:devel/py-flit-core@${PY_FLAVOR}
+BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}flit-core>=3.2<4:devel/py-flit-core@${PY_FLAVOR}
+# tests require tox >= 4.11.3
+#TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytest-cov>=4.1:devel/py-pytest-cov@${PY_FLAVOR} \
+# ${PYTHON_PKGNAMEPREFIX}tox>=4.11.3:devel/py-tox@${PY_FLAVOR}
USES= python
-USE_PYTHON= autoplist pep517
+USE_PYTHON= autoplist pep517 # pytest
.include <bsd.port.mk>
diff --git a/devel/py-argh/distinfo b/devel/py-argh/distinfo
index 4cd89ee712b3..138fc0d02585 100644
--- a/devel/py-argh/distinfo
+++ b/devel/py-argh/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1695542257
-SHA256 (argh-0.29.4.tar.gz) = 695c0ae4534270cae2697841b4a56f434a990694a00264ea10ebbbcdc02c13f7
-SIZE (argh-0.29.4.tar.gz) = 52694
+TIMESTAMP = 1697969167
+SHA256 (argh-0.30.0.tar.gz) = 1678dd244f2e361e5a57f6785c1bc8213ecf1b87373a7f651e21997e0394e0e5
+SIZE (argh-0.30.0.tar.gz) = 59803