Date: Sun, 8 Dec 2019 23:09:58 +0000 (UTC) From: Ruslan Makhmatkhanov <rm@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r519583 - branches/2019Q4/textproc/py-chardet Message-ID: <201912082309.xB8N9wGx008324@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: rm Date: Sun Dec 8 23:09:58 2019 New Revision: 519583 URL: https://svnweb.freebsd.org/changeset/ports/519583 Log: MFH: r519582 textproc/py-chardet: drop uncoditional pytest dependency Dependency on pytest-runner is only used when setup.py is called with `test` target, so drop it from BUILD_DEPENDS. PR: 241767 Submitted by: ngie Reviewed by: koobs Approved by: portmgr (blanket: ports/dependency fix) Modified: branches/2019Q4/textproc/py-chardet/Makefile Directory Properties: branches/2019Q4/ (props changed) Modified: branches/2019Q4/textproc/py-chardet/Makefile ============================================================================== --- branches/2019Q4/textproc/py-chardet/Makefile Sun Dec 8 23:04:55 2019 (r519582) +++ branches/2019Q4/textproc/py-chardet/Makefile Sun Dec 8 23:09:58 2019 (r519583) @@ -3,7 +3,7 @@ PORTNAME= chardet PORTVERSION= 3.0.4 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= textproc python PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MASTER_SITES= CHEESESHOP @@ -14,8 +14,8 @@ COMMENT= Universal encoding detector for Python 2 and LICENSE= LGPL21 LICENSE_FILE= ${WRKSRC}/LICENSE -BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytest-runner>0:devel/py-pytest-runner@${PY_FLAVOR} -TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytest>0:devel/py-pytest@${PY_FLAVOR} \ +TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytest-runner>0:devel/py-pytest-runner@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}pytest>0:devel/py-pytest@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}hypothesis>0:devel/py-hypothesis@${PY_FLAVOR} NO_ARCH= yes
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201912082309.xB8N9wGx008324>