Date: Wed, 23 Oct 2019 15:54:05 +0000 (UTC) From: Li-Wen Hsu <lwhsu@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r515269 - head/www/py-requests-toolbelt Message-ID: <201910231554.x9NFs5R3003164@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: lwhsu Date: Wed Oct 23 15:54:05 2019 New Revision: 515269 URL: https://svnweb.freebsd.org/changeset/ports/515269 Log: - Enable concurrent installation Approved by: portmgr (blanket: framework compliance (python)) MFH: 2019Q4 Modified: head/www/py-requests-toolbelt/Makefile Modified: head/www/py-requests-toolbelt/Makefile ============================================================================== --- head/www/py-requests-toolbelt/Makefile Wed Oct 23 15:41:47 2019 (r515268) +++ head/www/py-requests-toolbelt/Makefile Wed Oct 23 15:54:05 2019 (r515269) @@ -2,6 +2,7 @@ PORTNAME= requests-toolbelt DISTVERSION= 0.8.0 +PORTREVISION= 1 CATEGORIES= www python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -15,7 +16,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}requests>2.0.1:www/py-requests@${PY_FLAVOR} USES= python -USE_PYTHON= autoplist distutils +USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes PORTDOCS= *
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201910231554.x9NFs5R3003164>