diff options
author | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2021-04-18 05:07:21 +0000 |
---|---|---|
committer | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2021-04-18 05:44:16 +0000 |
commit | cf7a7c2c20b689289db42bfbe9f121f873b1f950 (patch) | |
tree | cd22276171b4d017204b12abf673054c3fa249c2 | |
parent | e8a29fb03c38c27c79afd44c265be47c7a0ef124 (diff) | |
download | ports-cf7a7c2c20b689289db42bfbe9f121f873b1f950.tar.gz ports-cf7a7c2c20b689289db42bfbe9f121f873b1f950.zip |
www/py-arxiv: Update to 0.5.4
-rw-r--r-- | www/py-arxiv/Makefile | 2 | ||||
-rw-r--r-- | www/py-arxiv/distinfo | 6 | ||||
-rw-r--r-- | www/py-arxiv/pkg-descr | 1 |
3 files changed, 4 insertions, 5 deletions
diff --git a/www/py-arxiv/Makefile b/www/py-arxiv/Makefile index 5c1a2c3c46a8..64afefae1412 100644 --- a/www/py-arxiv/Makefile +++ b/www/py-arxiv/Makefile @@ -1,7 +1,7 @@ # Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org> PORTNAME= arxiv -PORTVERSION= 0.5.3 +PORTVERSION= 0.5.4 CATEGORIES= www python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/www/py-arxiv/distinfo b/www/py-arxiv/distinfo index a491dc7f6eb8..e4a42e103870 100644 --- a/www/py-arxiv/distinfo +++ b/www/py-arxiv/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1582561424 -SHA256 (arxiv-0.5.3.tar.gz) = 9010cf132bcfb67c07bd363c49d519365310f92ac9da1a06509f712798265987 -SIZE (arxiv-0.5.3.tar.gz) = 6013 +TIMESTAMP = 1618320286 +SHA256 (arxiv-0.5.4.tar.gz) = af3eca0ab9f6ecfd567cc1bd25d382e03c1e8518f05719dd0789e4d3745ba7d4 +SIZE (arxiv-0.5.4.tar.gz) = 6076 diff --git a/www/py-arxiv/pkg-descr b/www/py-arxiv/pkg-descr index a1147eeafcdc..69a4b0abcd48 100644 --- a/www/py-arxiv/pkg-descr +++ b/www/py-arxiv/pkg-descr @@ -12,5 +12,4 @@ 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.org/project/arxiv/ WWW: https://github.com/lukasschwab/arxiv.py |