Date: Mon, 15 May 2017 18:33:48 +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: r440962 - in head/devel: . py-click-threading py3-click-threading Message-ID: <201705151833.v4FIXmNg064624@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: sunpoet Date: Mon May 15 18:33:48 2017 New Revision: 440962 URL: https://svnweb.freebsd.org/changeset/ports/440962 Log: Add py3-click-threading 0.4.2 - While I'm here, fix indent PR: 219233 Submitted by: Rudolf Siegel <rs.os@t-online.de> Approved by: Christian Geier <geier@lostpackets.de> (maintainer) Added: head/devel/py3-click-threading/ head/devel/py3-click-threading/Makefile (contents, props changed) Modified: head/devel/Makefile head/devel/py-click-threading/Makefile Modified: head/devel/Makefile ============================================================================== --- head/devel/Makefile Mon May 15 18:22:51 2017 (r440961) +++ head/devel/Makefile Mon May 15 18:33:48 2017 (r440962) @@ -4926,6 +4926,7 @@ SUBDIR += py3-babel SUBDIR += py3-click SUBDIR += py3-click-log + SUBDIR += py3-click-threading SUBDIR += py3-colorama SUBDIR += py3-dbus SUBDIR += py3-defusedxml Modified: head/devel/py-click-threading/Makefile ============================================================================== --- head/devel/py-click-threading/Makefile Mon May 15 18:22:51 2017 (r440961) +++ head/devel/py-click-threading/Makefile Mon May 15 18:33:48 2017 (r440962) @@ -12,11 +12,11 @@ COMMENT= Multithreaded Click apps made e LICENSE= MIT -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}click>0:devel/py-click -TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytest>0:devel/py-pytest \ +RUN_DEPENDS?= ${PYTHON_PKGNAMEPREFIX}click>0:devel/py-click +TEST_DEPENDS?= ${PYTHON_PKGNAMEPREFIX}pytest>0:devel/py-pytest \ ${RUN_DEPENDS} -USES= python +USES?= python USE_PYTHON= autoplist distutils NO_ARCH= yes Added: head/devel/py3-click-threading/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/py3-click-threading/Makefile Mon May 15 18:33:48 2017 (r440962) @@ -0,0 +1,12 @@ +# Created by: rs.os +# $FreeBSD$ + +MASTERDIR= ${.CURDIR}/../py-click-threading + +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}click>0:devel/py3-click +TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytest>0:devel/py3-pytest \ + ${RUN_DEPENDS} + +USES= python:3.3+ + +.include "${MASTERDIR}/Makefile"
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201705151833.v4FIXmNg064624>