Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 27 Apr 2023 15:53:58 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: 106882f9ae72 - main - www/py-arxiv: Update to 1.4.7
Message-ID:  <202304271553.33RFrwDj027457@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=106882f9ae729c5ba84f231bce9f1cd914d56eb3

commit 106882f9ae729c5ba84f231bce9f1cd914d56eb3
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2023-04-27 15:47:05 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2023-04-27 15:47:05 +0000

    www/py-arxiv: Update to 1.4.7
    
    - Convert to USE_PYTHON=pytest
    
    Changes:        https://github.com/lukasschwab/arxiv.py/releases
---
 www/py-arxiv/Makefile | 7 +++----
 www/py-arxiv/distinfo | 6 +++---
 2 files changed, 6 insertions(+), 7 deletions(-)

diff --git a/www/py-arxiv/Makefile b/www/py-arxiv/Makefile
index 48bfbdf6a318..5fe7501e2aca 100644
--- a/www/py-arxiv/Makefile
+++ b/www/py-arxiv/Makefile
@@ -1,5 +1,5 @@
 PORTNAME=	arxiv
-PORTVERSION=	1.4.5
+PORTVERSION=	1.4.7
 CATEGORIES=	www python
 MASTER_SITES=	PYPI
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -11,11 +11,10 @@ WWW=		https://github.com/lukasschwab/arxiv.py
 LICENSE=	MIT
 
 RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}feedparser>=0:textproc/py-feedparser@${PY_FLAVOR}
-TEST_DEPENDS=	${PYTHON_PKGNAMEPREFIX}numpy>=0,1:math/py-numpy@${PY_FLAVOR} \
-		${PYTHON_PKGNAMEPREFIX}pytest>=0:devel/py-pytest@${PY_FLAVOR}
+TEST_DEPENDS=	${PYTHON_PKGNAMEPREFIX}pdoc>=0:devel/py-pdoc@${PY_FLAVOR}
 
 USES=		python:3.7+
-USE_PYTHON=	autoplist concurrent distutils
+USE_PYTHON=	autoplist concurrent distutils pytest
 
 NO_ARCH=	yes
 
diff --git a/www/py-arxiv/distinfo b/www/py-arxiv/distinfo
index 47cd5071e820..8b3329f9717d 100644
--- a/www/py-arxiv/distinfo
+++ b/www/py-arxiv/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1681843902
-SHA256 (arxiv-1.4.5.tar.gz) = 496bb4c45ebb1c4ed8eff81f0eeb73715fe6a8cf76d59921fb6b7d496e936cf5
-SIZE (arxiv-1.4.5.tar.gz) = 17031
+TIMESTAMP = 1682354550
+SHA256 (arxiv-1.4.7.tar.gz) = 100c8d6b9cd04c7f55f11b34616beb7a1623ab0564b66161b4aeeeb8912c5806
+SIZE (arxiv-1.4.7.tar.gz) = 17059



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