svn commit: r502060 - head/www/py-arxiv

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Sun May 19 21:54:15 UTC 2019


Author: sunpoet
Date: Sun May 19 21:54:10 2019
New Revision: 502060
URL: https://svnweb.freebsd.org/changeset/ports/502060

Log:
  Update to 0.4.0
  
  Changes:	https://github.com/lukasschwab/arxiv.py/releases
  		https://github.com/lukasschwab/arxiv.py/commits/master

Modified:
  head/www/py-arxiv/Makefile
  head/www/py-arxiv/distinfo

Modified: head/www/py-arxiv/Makefile
==============================================================================
--- head/www/py-arxiv/Makefile	Sun May 19 21:54:06 2019	(r502059)
+++ head/www/py-arxiv/Makefile	Sun May 19 21:54:10 2019	(r502060)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	arxiv
-PORTVERSION=	0.3.1
+PORTVERSION=	0.4.0
 CATEGORIES=	www python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -13,7 +13,9 @@ COMMENT=	Python wrapper for the arXiv API
 LICENSE=	MIT
 
 RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}feedparser>=0:textproc/py-feedparser@${PY_FLAVOR} \
+		${PYTHON_PKGNAMEPREFIX}pytest-runner>=0:devel/py-pytest-runner@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}requests>=0:www/py-requests@${PY_FLAVOR}
+TEST_DEPENDS=	${PYTHON_PKGNAMEPREFIX}pytest>=0:devel/py-pytest@${PY_FLAVOR}
 
 USES=		python
 USE_PYTHON=	autoplist concurrent distutils

Modified: head/www/py-arxiv/distinfo
==============================================================================
--- head/www/py-arxiv/distinfo	Sun May 19 21:54:06 2019	(r502059)
+++ head/www/py-arxiv/distinfo	Sun May 19 21:54:10 2019	(r502060)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1546268507
-SHA256 (arxiv-0.3.1.tar.gz) = f53a0b1c1ae8cfdda1f0d229afe186b84183ec2758332c3171c92dfe21c8808c
-SIZE (arxiv-0.3.1.tar.gz) = 3864
+TIMESTAMP = 1558292567
+SHA256 (arxiv-0.4.0.tar.gz) = 0d625d05a274804776d2182f0caa4a56129b067f2e8e9f9ef191451779727a80
+SIZE (arxiv-0.4.0.tar.gz) = 5246


More information about the svn-ports-all mailing list