mirror of
https://git.freebsd.org/ports.git
synced 2025-05-13 07:41:50 -04:00
www/py-arxiv: Update to 2.1.3
Changes: https://github.com/lukasschwab/arxiv.py/releases
This commit is contained in:
parent
3aa4e22ffa
commit
f009182dc0
3 changed files with 6 additions and 18 deletions
|
@ -1,6 +1,5 @@
|
||||||
PORTNAME= arxiv
|
PORTNAME= arxiv
|
||||||
PORTVERSION= 2.1.0
|
PORTVERSION= 2.1.3
|
||||||
PORTREVISION= 1
|
|
||||||
CATEGORIES= www python
|
CATEGORIES= www python
|
||||||
MASTER_SITES= PYPI
|
MASTER_SITES= PYPI
|
||||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||||
|
@ -13,8 +12,8 @@ LICENSE= MIT
|
||||||
|
|
||||||
BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=0:devel/py-setuptools@${PY_FLAVOR} \
|
BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=0:devel/py-setuptools@${PY_FLAVOR} \
|
||||||
${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR}
|
${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR}
|
||||||
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}feedparser>=6.0.10:textproc/py-feedparser@${PY_FLAVOR} \
|
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}feedparser>=6.0.10<7:textproc/py-feedparser@${PY_FLAVOR} \
|
||||||
${PYTHON_PKGNAMEPREFIX}requests>=2.31.0:www/py-requests@${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}
|
TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pdoc>=0:devel/py-pdoc@${PY_FLAVOR}
|
||||||
|
|
||||||
USES= python
|
USES= python
|
||||||
|
|
|
@ -1,3 +1,3 @@
|
||||||
TIMESTAMP = 1703227928
|
TIMESTAMP = 1720022882
|
||||||
SHA256 (arxiv-2.1.0.tar.gz) = eb4b1d5ab9dfd66027c344bb324c20be21d56fe15f6ce216ed5b209df747dea8
|
SHA256 (arxiv-2.1.3.tar.gz) = 32365221994d2cf05657c1fadf63a26efc8ccdec18590281ee03515bfef8bc4e
|
||||||
SIZE (arxiv-2.1.0.tar.gz) = 16791
|
SIZE (arxiv-2.1.3.tar.gz) = 16747
|
||||||
|
|
|
@ -1,11 +0,0 @@
|
||||||
--- setup.py.orig 2023-10-17 08:50:39 UTC
|
|
||||||
+++ setup.py
|
|
||||||
@@ -11,7 +11,7 @@ setup(
|
|
||||||
packages=["arxiv"],
|
|
||||||
# dependencies
|
|
||||||
python_requires=">=3.7",
|
|
||||||
- install_requires=["feedparser==6.0.10", "requests==2.31.0"],
|
|
||||||
+ install_requires=["feedparser>=6.0.10", "requests>=2.31.0"],
|
|
||||||
tests_require=["pytest", "pdoc", "ruff"],
|
|
||||||
# metadata for upload to PyPI
|
|
||||||
author="Lukas Schwab",
|
|
Loading…
Add table
Reference in a new issue