Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 27 May 2023 04:27:20 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: 9ec5e5633fc9 - main - devel/py-pythonfinder: Update to 2.0.0
Message-ID:  <202305270427.34R4RKQD025707@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=9ec5e5633fc9974231475be80ac506ac87ff6e52

commit 9ec5e5633fc9974231475be80ac506ac87ff6e52
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2023-05-27 04:08:58 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2023-05-27 04:08:58 +0000

    devel/py-pythonfinder: Update to 2.0.0
    
    - Convert to USE_PYTHON=pep517
    
    Changes:        https://github.com/sarugaku/pythonfinder/releases
                    https://github.com/sarugaku/pythonfinder/blob/master/CHANGELOG.rst
---
 devel/py-pythonfinder/Makefile | 16 ++++++++--------
 devel/py-pythonfinder/distinfo |  6 +++---
 2 files changed, 11 insertions(+), 11 deletions(-)

diff --git a/devel/py-pythonfinder/Makefile b/devel/py-pythonfinder/Makefile
index 3535d3b65433..c70e54a67e4a 100644
--- a/devel/py-pythonfinder/Makefile
+++ b/devel/py-pythonfinder/Makefile
@@ -1,5 +1,5 @@
 PORTNAME=	pythonfinder
-PORTVERSION=	1.2.10
+PORTVERSION=	2.0.0
 CATEGORIES=	devel python
 MASTER_SITES=	PYPI
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -11,14 +11,14 @@ WWW=		https://github.com/sarugaku/pythonfinder
 LICENSE=	MIT
 LICENSE_FILE=	${WRKSRC}/LICENSE.txt
 
-RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}attrs>=0:devel/py-attrs@${PY_FLAVOR} \
-		${PYTHON_PKGNAMEPREFIX}cached-property>=0:devel/py-cached-property@${PY_FLAVOR} \
-		${PYTHON_PKGNAMEPREFIX}click>=0:devel/py-click@${PY_FLAVOR} \
-		${PYTHON_PKGNAMEPREFIX}packaging>=0:devel/py-packaging@${PY_FLAVOR} \
-		${PYTHON_PKGNAMEPREFIX}six>=0:devel/py-six@${PY_FLAVOR}
+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}cached-property>=0:devel/py-cached-property@${PY_FLAVOR} \
+		${PYTHON_PKGNAMEPREFIX}packaging>=22.0:devel/py-packaging@${PY_FLAVOR} \
+		${PYTHON_PKGNAMEPREFIX}pydantic>=1.10.7:devel/py-pydantic@${PY_FLAVOR}
 
-USES=		python:3.6+
-USE_PYTHON=	autoplist concurrent distutils
+USES=		python:3.8+
+USE_PYTHON=	autoplist concurrent pep517
 
 NO_ARCH=	yes
 
diff --git a/devel/py-pythonfinder/distinfo b/devel/py-pythonfinder/distinfo
index 3af98865aaf6..19dfac554c3d 100644
--- a/devel/py-pythonfinder/distinfo
+++ b/devel/py-pythonfinder/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1646058032
-SHA256 (pythonfinder-1.2.10.tar.gz) = ce2a1c2b313d605788173caf68d074f80c00b067364bc57047e68735bc9037d0
-SIZE (pythonfinder-1.2.10.tar.gz) = 43701
+TIMESTAMP = 1684104460
+SHA256 (pythonfinder-2.0.0.tar.gz) = e524ac3ff0c6add112c94f579606b9c2527f4d0b87f6a54accb8d54015296596
+SIZE (pythonfinder-2.0.0.tar.gz) = 717662



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