diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2019-01-02 04:37:28 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2019-01-02 04:37:28 +0800 |
commit | 1a3232376de4421b89206d55283ea88bf92657d3 (patch) | |
tree | bf4f65d6c0e5753080d743c15f1be58ac72b548e /www | |
parent | 307b8c76082e298c84f9142cd2d3f679f29e0b14 (diff) | |
download | freebsd-ports-gnome-1a3232376de4421b89206d55283ea88bf92657d3.tar.gz freebsd-ports-gnome-1a3232376de4421b89206d55283ea88bf92657d3.tar.zst freebsd-ports-gnome-1a3232376de4421b89206d55283ea88bf92657d3.zip |
Update to 0.3.1
Changes: https://github.com/lukasschwab/arxiv.py/releases
https://github.com/lukasschwab/arxiv.py/commits/master
Diffstat (limited to 'www')
-rw-r--r-- | www/py-arxiv/Makefile | 7 | ||||
-rw-r--r-- | www/py-arxiv/distinfo | 6 |
2 files changed, 7 insertions, 6 deletions
diff --git a/www/py-arxiv/Makefile b/www/py-arxiv/Makefile index 4b50977b64a3..943723c9950b 100644 --- a/www/py-arxiv/Makefile +++ b/www/py-arxiv/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= arxiv -PORTVERSION= 0.2.2 +PORTVERSION= 0.3.1 CATEGORIES= www python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -15,8 +15,9 @@ LICENSE= MIT RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}feedparser>=0:textproc/py-feedparser@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}requests>=0:www/py-requests@${PY_FLAVOR} -NO_ARCH= yes -USE_PYTHON= autoplist concurrent distutils USES= python +USE_PYTHON= autoplist concurrent distutils + +NO_ARCH= yes .include <bsd.port.mk> diff --git a/www/py-arxiv/distinfo b/www/py-arxiv/distinfo index c4112c2029b1..2f1d9bfcd77a 100644 --- a/www/py-arxiv/distinfo +++ b/www/py-arxiv/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1520970061 -SHA256 (arxiv-0.2.2.tar.gz) = 0e9e1700537adf3f5e2944bd8e1d6a66d737723aee6dbcfe16e5ec9e173f0879 -SIZE (arxiv-0.2.2.tar.gz) = 2279 +TIMESTAMP = 1546268507 +SHA256 (arxiv-0.3.1.tar.gz) = f53a0b1c1ae8cfdda1f0d229afe186b84183ec2758332c3171c92dfe21c8808c +SIZE (arxiv-0.3.1.tar.gz) = 3864 |