diff options
| author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2018-06-20 19:36:38 +0000 |
|---|---|---|
| committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2018-06-20 19:36:38 +0000 |
| commit | dbd067a9601d72c149509e6bdbeb10be21ca5d0b (patch) | |
| tree | cc0a4f839adbc5b5c35aea733821febc56d21952 /graphics/py-imgurpython | |
| parent | Update 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
Diffstat (limited to 'graphics/py-imgurpython')
| -rw-r--r-- | graphics/py-imgurpython/Makefile | 6 |
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> |
