git: 9f24da355630 - main - devel/py-pint-pandas: Update to 0.4

From: Po-Chuan Hsieh <sunpoet_at_FreeBSD.org>
Date: Mon, 05 Jun 2023 18:52:53 UTC
The branch main has been updated by sunpoet:

URL: https://cgit.FreeBSD.org/ports/commit/?id=9f24da355630f108c7a154e276303afb78e35e79

commit 9f24da355630f108c7a154e276303afb78e35e79
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2023-06-05 18:39:34 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2023-06-05 18:47:13 +0000

    devel/py-pint-pandas: Update to 0.4
    
    - Convert to USE_PYTHON=pep517
    
    Changes:        https://github.com/hgrecco/pint-pandas/blob/master/CHANGES
---
 devel/py-pint-pandas/Makefile                   | 13 +++++++------
 devel/py-pint-pandas/distinfo                   |  6 +++---
 devel/py-pint-pandas/files/patch-pyproject.toml |  9 +++++++++
 3 files changed, 19 insertions(+), 9 deletions(-)

diff --git a/devel/py-pint-pandas/Makefile b/devel/py-pint-pandas/Makefile
index cfcfa16062ea..a7fce45e0689 100644
--- a/devel/py-pint-pandas/Makefile
+++ b/devel/py-pint-pandas/Makefile
@@ -1,6 +1,5 @@
 PORTNAME=	pint-pandas
-PORTVERSION=	0.3
-PORTREVISION=	1
+PORTVERSION=	0.4
 CATEGORIES=	devel python
 MASTER_SITES=	PYPI
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -13,12 +12,14 @@ WWW=		https://github.com/hgrecco/pint-pandas
 LICENSE=	BSD3CLAUSE
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
-BUILD_DEPENDS=	${PYTHON_PKGNAMEPREFIX}setuptools_scm>=0:devel/py-setuptools_scm@${PY_FLAVOR}
+BUILD_DEPENDS=	${PYTHON_PKGNAMEPREFIX}setuptools>=61:devel/py-setuptools@${PY_FLAVOR} \
+		${PYTHON_PKGNAMEPREFIX}setuptools_scm>=3.4.3:devel/py-setuptools_scm@${PY_FLAVOR} \
+		${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR}
 RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}pandas>=1.5,1:math/py-pandas@${PY_FLAVOR} \
-		${PYTHON_PKGNAMEPREFIX}pint>=0.20.1:devel/py-pint@${PY_FLAVOR}
+		${PYTHON_PKGNAMEPREFIX}pint>=0.21:devel/py-pint@${PY_FLAVOR}
 
-USES=		python:3.8+
-USE_PYTHON=	autoplist concurrent distutils
+USES=		python:3.9+
+USE_PYTHON=	autoplist concurrent pep517
 
 NO_ARCH=	yes
 
diff --git a/devel/py-pint-pandas/distinfo b/devel/py-pint-pandas/distinfo
index 6444d28c39ee..85feebdeb2ff 100644
--- a/devel/py-pint-pandas/distinfo
+++ b/devel/py-pint-pandas/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1669057807
-SHA256 (Pint-Pandas-0.3.tar.gz) = 154c05ebe3a295abe8c177a90317bae887d37ea5b88813a38e10e1d64fd1589d
-SIZE (Pint-Pandas-0.3.tar.gz) = 82481
+TIMESTAMP = 1685792272
+SHA256 (Pint-Pandas-0.4.tar.gz) = 58eb37dabcfb62e9b2fe21df1a59f1371e6d007f3ee5f1403f00489d8b11548d
+SIZE (Pint-Pandas-0.4.tar.gz) = 27631
diff --git a/devel/py-pint-pandas/files/patch-pyproject.toml b/devel/py-pint-pandas/files/patch-pyproject.toml
new file mode 100644
index 000000000000..cc9fbc1bec3a
--- /dev/null
+++ b/devel/py-pint-pandas/files/patch-pyproject.toml
@@ -0,0 +1,9 @@
+--- pyproject.toml.orig	2023-05-26 21:00:53 UTC
++++ pyproject.toml
+@@ -1,5 +1,5 @@
+ [project]
+-name = "Pint-Pandas"
++name = "pint-pandas"
+ authors = [
+   {name="Hernan E. Grecco", email="hernan.grecco@gmail.com"}
+ ]