git: 1cd5463e4f16 - main - devel/py-argh: Update to 0.30.0

From: Nicola Vitale <nivit_at_FreeBSD.org>
Date: Sun, 22 Oct 2023 13:04:19 UTC
The branch main has been updated by nivit:

URL: https://cgit.FreeBSD.org/ports/commit/?id=1cd5463e4f1634fd61f64c3a917681e223230a7f

commit 1cd5463e4f1634fd61f64c3a917681e223230a7f
Author:     Nicola Vitale <nivit@FreeBSD.org>
AuthorDate: 2023-10-22 12:59:56 +0000
Commit:     Nicola Vitale <nivit@FreeBSD.org>
CommitDate: 2023-10-22 13:00:25 +0000

    devel/py-argh: Update to 0.30.0
    
    Release notes:  https://github.com/neithere/argh/releases/tag/v0.30.0
---
 devel/py-argh/Makefile | 9 ++++++---
 devel/py-argh/distinfo | 6 +++---
 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