Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 5 Apr 2023 17:37:15 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: f986f1b99dee - main - devel/py-requirementslib: Update to 2.2.4
Message-ID:  <202304051737.335HbFdf087661@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=f986f1b99deec4d0d5085ccd55c43961ebcdc0d6

commit f986f1b99deec4d0d5085ccd55c43961ebcdc0d6
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2023-04-05 17:16:53 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2023-04-05 17:30:32 +0000

    devel/py-requirementslib: Update to 2.2.4
    
    - Convert to USE_PYTHON=pep517
    
    Changes:        https://github.com/sarugaku/requirementslib/releases
                    https://github.com/sarugaku/requirementslib/blob/main/CHANGELOG.rst
---
 devel/py-requirementslib/Makefile | 8 +++++---
 devel/py-requirementslib/distinfo | 6 +++---
 2 files changed, 8 insertions(+), 6 deletions(-)

diff --git a/devel/py-requirementslib/Makefile b/devel/py-requirementslib/Makefile
index 421f09e45b7a..f40552a275ba 100644
--- a/devel/py-requirementslib/Makefile
+++ b/devel/py-requirementslib/Makefile
@@ -1,5 +1,5 @@
 PORTNAME=	requirementslib
-PORTVERSION=	2.2.3
+PORTVERSION=	2.2.4
 CATEGORIES=	devel python
 MASTER_SITES=	PYPI
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -11,6 +11,8 @@ WWW=		https://github.com/sarugaku/requirementslib
 LICENSE=	MIT
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
+BUILD_DEPENDS=	${PYTHON_PKGNAMEPREFIX}setuptools>=40.8.0:devel/py-setuptools@${PY_FLAVOR} \
+		${PYTHON_PKGNAMEPREFIX}wheel>=0.33.0:devel/py-wheel@${PY_FLAVOR}
 RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}attrs>=19.2:devel/py-attrs@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}cached-property>=0:devel/py-cached-property@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}distlib>=0.2.8:devel/py-distlib@${PY_FLAVOR} \
@@ -20,10 +22,10 @@ RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}attrs>=19.2:devel/py-attrs@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}plette>=0:devel/py-plette@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}requests>=0:www/py-requests@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}tomlkit>=0.5.3:textproc/py-tomlkit@${PY_FLAVOR} \
-		${PYTHON_PKGNAMEPREFIX}vistir>=0.7.5<0.7.5_99:devel/py-vistir@${PY_FLAVOR}
+		${PYTHON_PKGNAMEPREFIX}vistir>=0.8.0<0.8.0_99:devel/py-vistir@${PY_FLAVOR}
 
 USES=		python:3.7+
-USE_PYTHON=	autoplist concurrent distutils
+USE_PYTHON=	autoplist concurrent pep517
 
 NO_ARCH=	yes
 
diff --git a/devel/py-requirementslib/distinfo b/devel/py-requirementslib/distinfo
index 51daca3192ca..09f3c2c4b437 100644
--- a/devel/py-requirementslib/distinfo
+++ b/devel/py-requirementslib/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1674589896
-SHA256 (requirementslib-2.2.3.tar.gz) = b1982127b9116f5ed03a3d75e5b97d95fe9e8f7fb26de991e7df0098bb2d5b54
-SIZE (requirementslib-2.2.3.tar.gz) = 116957
+TIMESTAMP = 1679498736
+SHA256 (requirementslib-2.2.4.tar.gz) = 4629283430e8c9a111b76e137ffee2913c941fc18bb296ce75cd03bc4f24fc51
+SIZE (requirementslib-2.2.4.tar.gz) = 117723



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