summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2018-06-20 19:36:38 +0000
committerSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2018-06-20 19:36:38 +0000
commitdbd067a9601d72c149509e6bdbeb10be21ca5d0b (patch)
treecc0a4f839adbc5b5c35aea733821febc56d21952
parentUpdate to 0.2.3 (diff)
Fix version requirement of RUN_DEPENDS
- Allow concurrent installation (USE_PYTHON=concurrent) - Take maintainership
Notes
Notes: svn path=/head/; revision=472920
-rw-r--r--graphics/py-imgurpython/Makefile6
1 files changed, 3 insertions, 3 deletions
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 <bsd.port.mk>