Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 31 Jan 2026 14:22:48 +0000
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: f56bae077546 - main - www/py-arxiv: Update to 2.4.0
Message-ID:  <697e1038.31710.6aa87513@gitrepo.freebsd.org>

index | next in thread | raw e-mail

The branch main has been updated by sunpoet:

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

commit f56bae077546da44ea4140b86c9040bd02b775ee
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2026-01-31 13:36:27 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2026-01-31 14:15:31 +0000

    www/py-arxiv: Update to 2.4.0
    
    Changes:        https://github.com/lukasschwab/arxiv.py/releases
---
 www/py-arxiv/Makefile | 14 ++++++++++----
 www/py-arxiv/distinfo |  6 +++---
 2 files changed, 13 insertions(+), 7 deletions(-)

diff --git a/www/py-arxiv/Makefile b/www/py-arxiv/Makefile
index b3422bb1a835..985626216907 100644
--- a/www/py-arxiv/Makefile
+++ b/www/py-arxiv/Makefile
@@ -1,5 +1,5 @@
 PORTNAME=	arxiv
-PORTVERSION=	2.3.1
+PORTVERSION=	2.4.0
 CATEGORIES=	www python
 MASTER_SITES=	PYPI
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -10,8 +10,8 @@ WWW=		https://github.com/lukasschwab/arxiv.py
 
 LICENSE=	MIT
 
-BUILD_DEPENDS=	${PYTHON_PKGNAMEPREFIX}setuptools>=0:devel/py-setuptools@${PY_FLAVOR} \
-		${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR}
+BUILD_DEPENDS=	${PYTHON_PKGNAMEPREFIX}hatch-vcs>=0:devel/py-hatch-vcs@${PY_FLAVOR} \
+		${PYTHON_PKGNAMEPREFIX}hatchling>=0:devel/py-hatchling@${PY_FLAVOR}
 RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}feedparser>=6.0.10<7:textproc/py-feedparser@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}requests>=2.32.0<3:www/py-requests@${PY_FLAVOR}
 TEST_DEPENDS=	${PYTHON_PKGNAMEPREFIX}pdoc>=0:devel/py-pdoc@${PY_FLAVOR}
@@ -21,4 +21,10 @@ USE_PYTHON=	autoplist concurrent pep517 pytest
 
 NO_ARCH=	yes
 
-.include <bsd.port.mk>
+.include <bsd.port.pre.mk>
+
+.if ${PYTHON_REL} < 31100
+RUN_DEPENDS+=	${PYTHON_PKGNAMEPREFIX}typing_extensions>=4.0.0:devel/py-typing_extensions@${PY_FLAVOR}
+.endif
+
+.include <bsd.port.post.mk>
diff --git a/www/py-arxiv/distinfo b/www/py-arxiv/distinfo
index 4bb16eb59339..df2e6ccc72ad 100644
--- a/www/py-arxiv/distinfo
+++ b/www/py-arxiv/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1763853454
-SHA256 (arxiv-2.3.1.tar.gz) = 08567185dfc102c8d349de4b9e84dfde0af46d6402486e3009afc90f8ccf9709
-SIZE (arxiv-2.3.1.tar.gz) = 16692
+TIMESTAMP = 1768625763
+SHA256 (arxiv-2.4.0.tar.gz) = cabe5470d031aa3f22d2744a7600391c62c3489653f0c62bec9019e62bb0554b
+SIZE (arxiv-2.4.0.tar.gz) = 74546


home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?697e1038.31710.6aa87513>