Date: Tue, 20 Feb 2018 06:48:59 +0000 (UTC) From: Yuri Victorovich <yuri@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r462373 - head/security/py-stem Message-ID: <201802200648.w1K6mxKQ033767@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: yuri Date: Tue Feb 20 06:48:59 2018 New Revision: 462373 URL: https://svnweb.freebsd.org/changeset/ports/462373 Log: security/py-stem: Added USE_PYTHON=concurrent PR: 225542 Submitted by: myself Approved by: tcberner (mentor, implicit) Modified: head/security/py-stem/Makefile Modified: head/security/py-stem/Makefile ============================================================================== --- head/security/py-stem/Makefile Tue Feb 20 06:39:09 2018 (r462372) +++ head/security/py-stem/Makefile Tue Feb 20 06:48:59 2018 (r462373) @@ -3,6 +3,7 @@ PORTNAME= stem PORTVERSION= 1.6.0 +PORTREVISION= 1 CATEGORIES= security net python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -19,7 +20,7 @@ TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}mock>0:devel/py-m ${PYTHON_PKGNAMEPREFIX}pycodestyle>0:devel/py-pycodestyle@${FLAVOR} USES= python -USE_PYTHON= distutils autoplist +USE_PYTHON= distutils autoplist concurrent NO_ARCH= yes do-test:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201802200648.w1K6mxKQ033767>