Date: Sat, 10 Jun 2017 02:57:54 +0000 (UTC) From: Ben Woods <woodsb02@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r443065 - in head/www: py-requests py3-requests Message-ID: <201706100257.v5A2vsH9028392@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: woodsb02 Date: Sat Jun 10 02:57:54 2017 New Revision: 443065 URL: https://svnweb.freebsd.org/changeset/ports/443065 Log: www/py3-requests: Update slave port to depend on Python 3.x ports PR: 219833 Approved by: portmgr blanket Modified: head/www/py-requests/Makefile head/www/py3-requests/Makefile Modified: head/www/py-requests/Makefile ============================================================================== --- head/www/py-requests/Makefile Sat Jun 10 02:52:09 2017 (r443064) +++ head/www/py-requests/Makefile Sat Jun 10 02:57:54 2017 (r443065) @@ -13,11 +13,11 @@ COMMENT= HTTP library written in Python for human bein LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}chardet>=3.0.2:textproc/py-chardet \ +RUN_DEPENDS?= ${PYTHON_PKGNAMEPREFIX}chardet>=3.0.2:textproc/py-chardet \ ${PYTHON_PKGNAMEPREFIX}idna>=2.5:dns/py-idna \ ${PYTHON_PKGNAMEPREFIX}urllib3>=1.21.1:net/py-urllib3 \ ${PYTHON_PKGNAMEPREFIX}certifi>=2017.4.17:security/py-certifi -TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytest>=2.8.1:devel/py-pytest \ +TEST_DEPENDS?= ${PYTHON_PKGNAMEPREFIX}pytest>=2.8.1:devel/py-pytest \ ${PYTHON_PKGNAMEPREFIX}pytest-xdist>0:devel/py-pytest-xdist \ ${PYTHON_PKGNAMEPREFIX}execnet>=1.1:sysutils/py-execnet \ ${PYTHON_PKGNAMEPREFIX}mock>0:devel/py-mock Modified: head/www/py3-requests/Makefile ============================================================================== --- head/www/py3-requests/Makefile Sat Jun 10 02:52:09 2017 (r443064) +++ head/www/py3-requests/Makefile Sat Jun 10 02:57:54 2017 (r443065) @@ -2,6 +2,15 @@ MASTERDIR= ${.CURDIR}/../py-requests +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}chardet>=3.0.2:textproc/py3-chardet \ + ${PYTHON_PKGNAMEPREFIX}idna>=2.5:dns/py3-idna \ + ${PYTHON_PKGNAMEPREFIX}urllib3>=1.21.1:net/py3-urllib3 \ + ${PYTHON_PKGNAMEPREFIX}certifi>=2017.4.17:security/py3-certifi +TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytest>=2.8.1:devel/py3-pytest \ + ${PYTHON_PKGNAMEPREFIX}pytest-xdist>0:devel/py3-pytest-xdist \ + ${PYTHON_PKGNAMEPREFIX}execnet>=1.1:sysutils/py3-execnet \ + ${PYTHON_PKGNAMEPREFIX}mock>0:devel/py3-mock + USES= python:3.3+ .include "${MASTERDIR}/Makefile"
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201706100257.v5A2vsH9028392>