svn commit: r472920 - head/graphics/py-imgurpython

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Wed Jun 20 19:36:43 UTC 2018


Author: sunpoet
Date: Wed Jun 20 19:36:38 2018
New Revision: 472920
URL: https://svnweb.freebsd.org/changeset/ports/472920

Log:
  Fix version requirement of RUN_DEPENDS
  
  - Allow concurrent installation (USE_PYTHON=concurrent)
  - Take maintainership

Modified:
  head/graphics/py-imgurpython/Makefile

Modified: head/graphics/py-imgurpython/Makefile
==============================================================================
--- head/graphics/py-imgurpython/Makefile	Wed Jun 20 19:36:33 2018	(r472919)
+++ head/graphics/py-imgurpython/Makefile	Wed Jun 20 19:36:38 2018	(r472920)
@@ -6,15 +6,15 @@ CATEGORIES=	graphics python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
 
-MAINTAINER=	ports at FreeBSD.org
+MAINTAINER=	sunpoet at 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>


More information about the svn-ports-all mailing list