Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 21 Feb 2023 17:26:16 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: c70e6e5d2624 - main - devel/py-argh: Update to 0.28.1
Message-ID:  <202302211726.31LHQGt9008828@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=c70e6e5d262474113d9974fe7d3fb9039c0a3806

commit c70e6e5d262474113d9974fe7d3fb9039c0a3806
Author:     Nicola Vitale <nivit@FreeBSD.org>
AuthorDate: 2023-02-21 17:24:22 +0000
Commit:     Nicola Vitale <nivit@FreeBSD.org>
CommitDate: 2023-02-21 17:24:22 +0000

    devel/py-argh: Update to 0.28.1
    
    - Convert to pep517
---
 devel/py-argh/Makefile | 8 +++++---
 devel/py-argh/distinfo | 6 +++---
 2 files changed, 8 insertions(+), 6 deletions(-)

diff --git a/devel/py-argh/Makefile b/devel/py-argh/Makefile
index 1c85c2e7ab19..b3c63651fb45 100644
--- a/devel/py-argh/Makefile
+++ b/devel/py-argh/Makefile
@@ -1,5 +1,5 @@
 PORTNAME=	argh
-PORTVERSION=	0.27.2
+PORTVERSION=	0.28.1
 CATEGORIES=	devel
 MASTER_SITES=	PYPI
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -10,7 +10,9 @@ WWW=		https://github.com/neithere/argh
 
 LICENSE=	LGPL3
 
-USES=		python:3.6+
-USE_PYTHON=	autoplist distutils
+BUILD_DEPENDS=	${PYTHON_PKGNAMEPREFIX}flit-core>=${PORTVERSION}<4:devel/py-flit-core@${PY_FLAVOR}
+
+USES=		python:3.8+
+USE_PYTHON=	autoplist pep517
 
 .include <bsd.port.mk>
diff --git a/devel/py-argh/distinfo b/devel/py-argh/distinfo
index 68211559f87b..f7b67850bdc7 100644
--- a/devel/py-argh/distinfo
+++ b/devel/py-argh/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1675979671
-SHA256 (argh-0.27.2.tar.gz) = 00c9027f6f461bcf24afe599a281bbda5cbd5dee4b6705befbea293a4ca7d221
-SIZE (argh-0.27.2.tar.gz) = 49200
+TIMESTAMP = 1676754092
+SHA256 (argh-0.28.1.tar.gz) = b2093086f0e809a3ecc24b64a2145309ee8f56d034936cd59e57c558a357329d
+SIZE (argh-0.28.1.tar.gz) = 62511



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