Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 21 Aug 2023 17:14:08 GMT
From:      Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 77ae6fb0d373 - main - devel/py-giturlparse: Update to 0.11.1
Message-ID:  <202308211714.37LHE8rk000053@gitrepo.freebsd.org>

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

URL: https://cgit.FreeBSD.org/ports/commit/?id=77ae6fb0d373deb55f0e2784532680afd3f9c0d7

commit 77ae6fb0d373deb55f0e2784532680afd3f9c0d7
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2023-08-21 17:03:53 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2023-08-21 17:03:53 +0000

    devel/py-giturlparse: Update to 0.11.1
    
    - Convert to USE_PYTHON=pep517
    
    Changes:        https://github.com/nephila/giturlparse/releases
---
 devel/py-giturlparse/Makefile | 7 +++++--
 devel/py-giturlparse/distinfo | 6 +++---
 2 files changed, 8 insertions(+), 5 deletions(-)

diff --git a/devel/py-giturlparse/Makefile b/devel/py-giturlparse/Makefile
index 7c596a78dc4a..53b30b60e96f 100644
--- a/devel/py-giturlparse/Makefile
+++ b/devel/py-giturlparse/Makefile
@@ -1,5 +1,5 @@
 PORTNAME=	giturlparse
-PORTVERSION=	0.10.0
+PORTVERSION=	0.11.1
 CATEGORIES=	devel python
 MASTER_SITES=	PYPI
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -11,8 +11,11 @@ WWW=		https://github.com/nephila/giturlparse
 LICENSE=	APACHE20
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
+BUILD_DEPENDS=	${PYTHON_PKGNAMEPREFIX}setuptools>=40.6.0:devel/py-setuptools@${PY_FLAVOR} \
+		${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR}
+
 USES=		python
-USE_PYTHON=	autoplist concurrent distutils
+USE_PYTHON=	autoplist concurrent pep517
 
 NO_ARCH=	yes
 
diff --git a/devel/py-giturlparse/distinfo b/devel/py-giturlparse/distinfo
index a1116ff63e26..8aa98b64e7ca 100644
--- a/devel/py-giturlparse/distinfo
+++ b/devel/py-giturlparse/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1658176302
-SHA256 (giturlparse-0.10.0.tar.gz) = 2595ab291d30717cda8474b874c9fd509f1b9802ad7f6968c36a45e4b13eb337
-SIZE (giturlparse-0.10.0.tar.gz) = 15794
+TIMESTAMP = 1692211725
+SHA256 (giturlparse-0.11.1.tar.gz) = cdbe0c062096c69e00f08397826dddebc1f73bc15b793994579c13aafc70c990
+SIZE (giturlparse-0.11.1.tar.gz) = 16062



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