From dbd067a9601d72c149509e6bdbeb10be21ca5d0b Mon Sep 17 00:00:00 2001 From: Sunpoet Po-Chuan Hsieh Date: Wed, 20 Jun 2018 19:36:38 +0000 Subject: Fix version requirement of RUN_DEPENDS - Allow concurrent installation (USE_PYTHON=concurrent) - Take maintainership --- graphics/py-imgurpython/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'graphics/py-imgurpython') diff --git a/graphics/py-imgurpython/Makefile b/graphics/py-imgurpython/Makefile index c368cbad1565..097810048412 100644 --- a/graphics/py-imgurpython/Makefile +++ b/graphics/py-imgurpython/Makefile @@ -6,15 +6,15 @@ CATEGORIES= graphics python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} -MAINTAINER= ports@FreeBSD.org +MAINTAINER= sunpoet@FreeBSD.org COMMENT= Python client for the Imgur API LICENSE= MIT -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}requests>=2.7:www/py-requests@${PY_FLAVOR} +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}requests>=0:www/py-requests@${PY_FLAVOR} NO_ARCH= yes USES= python -USE_PYTHON= distutils autoplist +USE_PYTHON= autoplist concurrent distutils .include -- cgit v1.2.3