Skip to content
Snippets Groups Projects
Verified Commit 9f24da35 authored by sunpoet's avatar sunpoet
Browse files

devel/py-pint-pandas: Update to 0.4

- Convert to USE_PYTHON=pep517

Changes:	https://github.com/hgrecco/pint-pandas/blob/master/CHANGES
parent 66bd7e6a
No related branches found
No related tags found
No related merge requests found
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
......
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
--- 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"}
]
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment