Port details |
- py-arxiv Python wrapper for the arXiv API
- 2.1.3 www =2 2.1.0_1Version of this port present on the latest quarterly branch.
- Maintainer: sunpoet@FreeBSD.org
- Port Added: 2018-05-21 02:35:49
- Last Update: 2024-07-06 16:04:22
- Commit Hash: f009182
- People watching this port, also watch:: jdictionary, py311-Automat, py311-python-gdsii, py39-PyOpenGL, p5-Sane
- Also Listed In: python
- License: MIT
- WWW:
- https://github.com/lukasschwab/arxiv.py
- Description:
- arxiv.py is a Python wrapper for the arXiv API
(http://arxiv.org/help/api/index).
arXiv is a project by the Cornell University Library that provides open access
to 1,000,000+ articles in Physics, Mathematics, Computer Science, Quantitative
Biology, Quantitative Finance, and Statistics.
They have an API that uses ATOM feeds to serve simple database queries.
Unfortunately, handling these ATOM requsts can be clumsy (especially given
inconsistency in data between different result objects, even in the same query).
This is where arxiv.py comes it: it constructs requests for arXiv and gets ATOM
feeds via a simple handful of methods, and parses the results into an intuitive
format.
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - There is no configure plist information for this port.
- Dependency lines:
-
- ${PYTHON_PKGNAMEPREFIX}arxiv>0:www/py-arxiv@${PY_FLAVOR}
- To install the port:
- cd /usr/ports/www/py-arxiv/ && make install clean
- To add the package, run one of these commands:
- pkg install www/py-arxiv
- pkg install py311-arxiv
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above. NOTE: This is a Python port. Instead of py311-arxiv listed in the above command, you can pick from the names under the Packages section.- PKGNAME: py311-arxiv
- Package flavors (<flavor>: <package>)
- distinfo:
- TIMESTAMP = 1720022882
SHA256 (arxiv-2.1.3.tar.gz) = 32365221994d2cf05657c1fadf63a26efc8ccdec18590281ee03515bfef8bc4e
SIZE (arxiv-2.1.3.tar.gz) = 16747
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- py311-setuptools>=0 : devel/py-setuptools@py311
- py311-wheel>=0 : devel/py-wheel@py311
- python3.11 : lang/python311
- py311-build>=0 : devel/py-build@py311
- py311-installer>=0 : devel/py-installer@py311
- Test dependencies:
-
- py311-pdoc>=0 : devel/py-pdoc@py311
- py311-pytest>=7,1 : devel/py-pytest@py311
- python3.11 : lang/python311
- Runtime dependencies:
-
- py311-feedparser>=6.0.10<7 : textproc/py-feedparser@py311
- py311-requests>=2.32.0<3 : www/py-requests@py311
- python3.11 : lang/python311
- There are no ports dependent upon this port
Configuration Options:
- No options to configure
- Options name:
- www_py-arxiv
- USES:
- python
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
2.1.3 06 Jul 2024 16:04:22 |
Po-Chuan Hsieh (sunpoet) |
www/py-arxiv: Update to 2.1.3
Changes: https://github.com/lukasschwab/arxiv.py/releases |
2.1.0_1 13 May 2024 14:11:35 |
Po-Chuan Hsieh (sunpoet) |
www/py-arxiv: Convert to USE_PYTHON=pep517
- Bump PORTREVISION for package change |
2.1.0 25 Dec 2023 09:01:05 |
Po-Chuan Hsieh (sunpoet) |
www/py-arxiv: Update to 2.1.0
Changes: https://github.com/lukasschwab/arxiv.py/releases |
2.0.0 01 Nov 2023 02:08:31 |
Po-Chuan Hsieh (sunpoet) |
www/py-arxiv: Update to 2.0.0
Changes: https://github.com/lukasschwab/arxiv.py/releases |
1.4.8 31 Jul 2023 16:40:17 |
Po-Chuan Hsieh (sunpoet) |
www/py-arxiv: Update to 1.4.8
Changes: https://github.com/lukasschwab/arxiv.py/releases |
1.4.7 27 Jun 2023 19:34:34 |
Rene Ladan (rene) |
all: remove explicit versions in USES=python for "3.x+"
The logic in USES=python will automatically convert this to 3.8+ by
itself.
Adjust two ports that only had Python 3.7 mentioned but build fine
on Python 3.8 too.
finance/quickfix: mark BROKEN with PYTHON
libtool: compile: c++ -DHAVE_CONFIG_H -I. -I../.. -I -I. -I.. -I../.. -I../C++
-DLIBICONV_PLUG -DPYTHON_MAJOR_VERSION=3 -Wno-unused-variable
-Wno-maybe-uninitialized -O2 -pipe -DLIBICONV_PLUG -fstack-protector-strong
-fno-strict-aliasing -DLIBICONV_PLUG -Wall -ansi
-Wno-unused-command-line-argument -Wpointer-arith -Wwrite-strings
-Wno-overloaded-virtual -Wno-deprecated-declarations -Wno-deprecated -std=c++0x
-MT _quickfix_la-QuickfixPython.lo -MD -MP -MF
.deps/_quickfix_la-QuickfixPython.Tpo -c QuickfixPython.cpp -fPIC -DPIC -o
.libs/_quickfix_la-QuickfixPython.o
warning: unknown warning option '-Wno-maybe-uninitialized'; did you mean
'-Wno-uninitialized'? [-Wunknown-warning-option]
QuickfixPython.cpp:175:11: fatal error: 'Python.h' file not found
^~~~~~~~~~
1 warning and 1 error generated.
Reviewed by: portmgr, vishwin, yuri
Differential Revision: <https://reviews.freebsd.org/D40568> |
1.4.7 27 Apr 2023 15:47:05 |
Po-Chuan Hsieh (sunpoet) |
www/py-arxiv: Update to 1.4.7
- Convert to USE_PYTHON=pytest
Changes: https://github.com/lukasschwab/arxiv.py/releases |
1.4.5 18 Apr 2023 21:38:39 |
Po-Chuan Hsieh (sunpoet) |
www/py-arxiv: Update to 1.4.5
Changes: https://github.com/lukasschwab/arxiv.py/releases |
1.4.4 18 Apr 2023 18:00:57 |
Po-Chuan Hsieh (sunpoet) |
www/py-arxiv: Update to 1.4.4
Changes: https://github.com/lukasschwab/arxiv.py/releases |
1.4.3 21 Mar 2023 19:21:25 |
Po-Chuan Hsieh (sunpoet) |
www/py-arxiv: Update to 1.4.3
Changes: https://github.com/lukasschwab/arxiv.py/releases |
1.4.2 11 Jan 2023 15:58:34 |
Dmitry Marakasov (amdmi3) |
*/*: rename CHEESESHOP to PYPI in MASTER_SITES
PR: 267994
Differential revision: D37518
Approved by: bapt |
07 Sep 2022 21:58:51 |
Stefan Eßer (se) |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
1.4.2 07 Sep 2022 21:10:59 |
Stefan Eßer (se) |
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above ) |
1.4.2 20 Jul 2022 14:23:26 |
Tobias C. Berner (tcberner) |
www: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
*
* <hvo.pm@xs4all.nl>
* Aaron Dalton <aaron@FreeBSD.org>
* Aaron Dalton <aaron@daltons.ca>
* Aaron LI <aly@aaronly.me>
* Aaron Zauner <az_mail@gmx.at>
* Abel Chow <achow@transoft.net>
* Adam Weinberger <adamw@FreeBSD.org>
* Ade Lovett <ade@FreeBSD.org>
* Adrian Steinmann <ast@marabu.ch>
* Akinori MUSHA aka knu <knu@idaemons.org> (Only the first 15 lines of the commit message are shown above ) |
1.4.2 05 Nov 2021 19:14:27 |
Po-Chuan Hsieh (sunpoet) |
www/py-arxiv: Update USES=python
math/py-numpy requires Python 3.7+ |
1.4.2 21 Sep 2021 03:45:00 |
Po-Chuan Hsieh (sunpoet) |
www/py-arxiv: Update to 1.4.2
Changes: https://github.com/lukasschwab/arxiv.py/releases |
1.4.1 08 Aug 2021 14:54:12 |
Po-Chuan Hsieh (sunpoet) |
www/py-arxiv: Update to 1.4.1
Changes: https://github.com/lukasschwab/arxiv.py/releases |
1.4.0 15 Jul 2021 20:32:43 |
Po-Chuan Hsieh (sunpoet) |
www/py-arxiv: Update to 1.4.0
Changes: https://github.com/lukasschwab/arxiv.py/releases |
1.3.0 06 Jul 2021 14:57:29 |
Po-Chuan Hsieh (sunpoet) |
www/py-arxiv: Update to 1.3.0
Changes: https://github.com/lukasschwab/arxiv.py/releases |
1.2.0 02 May 2021 19:45:54 |
Po-Chuan Hsieh (sunpoet) |
www/py-arxiv: Update to 1.2.0
Changes: https://github.com/lukasschwab/arxiv.py/releases |
1.1.0 01 May 2021 22:19:21 |
Po-Chuan Hsieh (sunpoet) |
www/py-arxiv: Update to 1.1.0
Changes: https://github.com/lukasschwab/arxiv.py/releases |
1.0.2 29 Apr 2021 14:24:08 |
Po-Chuan Hsieh (sunpoet) |
www/py-arxiv: Update to 1.0.2
Changes: https://github.com/lukasschwab/arxiv.py/releases |
1.0.1 25 Apr 2021 20:35:36 |
Po-Chuan Hsieh (sunpoet) |
www/py-arxiv: Update to 1.0.1
- Revert c4f86f7bcdc6f4da980b2d36ec1706c41f93f7b0
Changes: https://github.com/lukasschwab/arxiv.py/releases |
0.5.4 19 Apr 2021 06:34:53 |
Loïc Bartoletti (lbartoletti) |
www/* convert to use PYNUMPY
while here fix minimal python version for www/py-sentinelhub
Approved by: portmgr (blanket, convert to USES) |
0.5.4 18 Apr 2021 05:44:16 |
Po-Chuan Hsieh (sunpoet) |
www/py-arxiv: Update to 0.5.4
Changes: https://github.com/lukasschwab/arxiv.py/releases |
0.5.3 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
0.5.3 03 Mar 2021 18:13:11 |
sunpoet |
Remove PYNUMPY |
0.5.3 28 Dec 2020 23:02:15 |
antoine |
Drop python 2.7 support from a few ports
With hat: portmgr |
0.5.3 24 Feb 2020 18:58:05 |
sunpoet |
Update to 0.5.3
Changes: https://github.com/lukasschwab/arxiv.py/releases
https://github.com/lukasschwab/arxiv.py/commits/master |
0.5.2 17 Feb 2020 19:43:46 |
sunpoet |
Update to 0.5.2
Changes: https://github.com/lukasschwab/arxiv.py/releases
https://github.com/lukasschwab/arxiv.py/commits/master |
0.5.1 19 Jun 2019 16:53:23 |
sunpoet |
Update to 0.5.1
Changes: https://github.com/lukasschwab/arxiv.py/releases
https://github.com/lukasschwab/arxiv.py/commits/master |
0.5.0 16 Jun 2019 10:35:26 |
sunpoet |
Update to 0.5.0
Changes: https://github.com/lukasschwab/arxiv.py/releases
https://github.com/lukasschwab/arxiv.py/commits/master |
0.4.0 19 May 2019 21:54:11 |
sunpoet |
Update to 0.4.0
Changes: https://github.com/lukasschwab/arxiv.py/releases
https://github.com/lukasschwab/arxiv.py/commits/master |
0.3.1 01 Jan 2019 20:37:28 |
sunpoet |
Update to 0.3.1
Changes: https://github.com/lukasschwab/arxiv.py/releases
https://github.com/lukasschwab/arxiv.py/commits/master |
0.2.2 20 Jun 2018 17:05:44 |
mat |
Use PY_FLAVOR for dependencies.
FLAVOR is the current port's flavor, it should not be used outside of
this scope.
Sponsored by: Absolight |
0.2.2 21 May 2018 02:37:22 |
sunpoet |
Update WWW |
0.2.2 21 May 2018 02:35:33 |
sunpoet |
Add py-arxiv 0.2.2
arxiv.py is a Python wrapper for the arXiv API
(http://arxiv.org/help/api/index).
arXiv is a project by the Cornell University Library that provides open access
to 1,000,000+ articles in Physics, Mathematics, Computer Science, Quantitative
Biology, Quantitative Finance, and Statistics.
They have an API that uses ATOM feeds to serve simple database queries.
Unfortunately, handling these ATOM requsts can be clumsy (especially given
inconsistency in data between different result objects, even in the same query).
This is where arxiv.py comes it: it constructs requests for arXiv and gets ATOM
feeds via a simple handful of methods, and parses the results into an intuitive
format.
WWW: https://pypi.python.org/pypi/arxiv
WWW: https://github.com/lukasschwab/arxiv.py |