Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 2 Jan 2024 15:53:23 GMT
From:      Nicola Vitale <nivit@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 0eae3329364e - main - devel/py-argh: Update to 0.31.0
Message-ID:  <202401021553.402FrNsP033232@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by nivit:

URL: https://cgit.FreeBSD.org/ports/commit/?id=0eae3329364e413fd2eae7ae8ffdc84ab4683ad5

commit 0eae3329364e413fd2eae7ae8ffdc84ab4683ad5
Author:     Nicola Vitale <nivit@FreeBSD.org>
AuthorDate: 2024-01-02 15:51:20 +0000
Commit:     Nicola Vitale <nivit@FreeBSD.org>
CommitDate: 2024-01-02 15:51:20 +0000

    devel/py-argh: Update to 0.31.0
    
    - Enable tests
    
    Release changes: https://github.com/neithere/argh/releases/tag/v0.31.0
---
 devel/py-argh/Makefile | 11 ++++++-----
 devel/py-argh/distinfo |  6 +++---
 2 files changed, 9 insertions(+), 8 deletions(-)

diff --git a/devel/py-argh/Makefile b/devel/py-argh/Makefile
index fe1fb3adb9fe..9821cd39e262 100644
--- a/devel/py-argh/Makefile
+++ b/devel/py-argh/Makefile
@@ -1,5 +1,5 @@
 PORTNAME=	argh
-PORTVERSION=	0.30.5
+PORTVERSION=	0.31.0
 PORTREVISION=	0
 CATEGORIES=	devel
 MASTER_SITES=	PYPI
@@ -12,11 +12,12 @@ WWW=		https://github.com/neithere/argh
 LICENSE=	LGPL3
 
 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}
+
+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 # pytest
+# tests: 169 passed, 1 warning
+USE_PYTHON=	autoplist pep517 pytest
 
 .include <bsd.port.mk>
diff --git a/devel/py-argh/distinfo b/devel/py-argh/distinfo
index c425dce3564a..e533e5eff13a 100644
--- a/devel/py-argh/distinfo
+++ b/devel/py-argh/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1703688437
-SHA256 (argh-0.30.5.tar.gz) = b37dfd617a09d19a4a7bcaed0e060b288bc7ac8dfdc0facf886a49a25ff33728
-SIZE (argh-0.30.5.tar.gz) = 63041
+TIMESTAMP = 1704209957
+SHA256 (argh-0.31.0.tar.gz) = b93093544309ddbfe6c73dc9bfd60dbc4acecef39f3f464774b3084a1ec5d7b0
+SIZE (argh-0.31.0.tar.gz) = 65743



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202401021553.402FrNsP033232>