Skip to content

Commit

Permalink
devel/py-arrow: Update to 1.3.0
Browse files Browse the repository at this point in the history
- Convert to USE_PYTHON=pep517

Changes:	https://github.com/arrow-py/arrow/releases
  • Loading branch information
sunpoet committed Oct 5, 2023
1 parent 4330698 commit 1730c07
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 6 deletions.
8 changes: 5 additions & 3 deletions devel/py-arrow/Makefile
@@ -1,5 +1,5 @@
PORTNAME= arrow
PORTVERSION= 1.2.3
PORTVERSION= 1.3.0
CATEGORIES= devel python
MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
Expand All @@ -10,10 +10,12 @@ WWW= https://github.com/arrow-py/arrow

LICENSE= APACHE20

RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}dateutil>=2.7.0:devel/py-dateutil@${PY_FLAVOR}
BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}flit-core>=3.2<4:devel/py-flit-core@${PY_FLAVOR}
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}dateutil>=2.7.0:devel/py-dateutil@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}types-python-dateutil>=2.8.10:devel/py-types-python-dateutil@${PY_FLAVOR}

USES= python
USE_PYTHON= autoplist concurrent distutils
USE_PYTHON= autoplist concurrent pep517

NO_ARCH= yes

Expand Down
6 changes: 3 additions & 3 deletions devel/py-arrow/distinfo
@@ -1,3 +1,3 @@
TIMESTAMP = 1662558028
SHA256 (arrow-1.2.3.tar.gz) = 3934b30ca1b9f292376d9db15b19446088d12ec58629bc3f0da28fd55fb633a1
SIZE (arrow-1.2.3.tar.gz) = 127552
TIMESTAMP = 1696432900
SHA256 (arrow-1.3.0.tar.gz) = d4540617648cb5f895730f1ad8c82a65f2dad0166f57b75f3ca54759c4d67a85
SIZE (arrow-1.3.0.tar.gz) = 131960

0 comments on commit 1730c07

Please sign in to comment.