Date: Wed, 20 Jun 2018 19:36:39 +0000 (UTC) From: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r472920 - head/graphics/py-imgurpython Message-ID: <201806201936.w5KJad4S060982@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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@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>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201806201936.w5KJad4S060982>