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

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Wed Mar 3 18:13:15 UTC 2021


Author: sunpoet
Date: Wed Mar  3 18:13:10 2021
New Revision: 567191
URL: https://svnweb.freebsd.org/changeset/ports/567191

Log:
  Remove PYNUMPY

Modified:
  head/www/py-arxiv/Makefile

Modified: head/www/py-arxiv/Makefile
==============================================================================
--- head/www/py-arxiv/Makefile	Wed Mar  3 18:13:06 2021	(r567190)
+++ head/www/py-arxiv/Makefile	Wed Mar  3 18:13:10 2021	(r567191)
@@ -14,7 +14,7 @@ LICENSE=	MIT
 
 RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}feedparser>=0:textproc/py-feedparser@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}requests>=0:www/py-requests@${PY_FLAVOR}
-TEST_DEPENDS=	${PYNUMPY} \
+TEST_DEPENDS=	${PYTHON_PKGNAMEPREFIX}numpy>=0,1:math/py-numpy@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}pytest>=0:devel/py-pytest@${PY_FLAVOR}
 
 USES=		python:3.6+


More information about the svn-ports-head mailing list