svn commit: r440962 - in head/devel: . py-click-threading py3-click-threading

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Mon May 15 18:33:50 UTC 2017


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 at t-online.de>
  Approved by:	Christian Geier <geier at 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"


More information about the svn-ports-all mailing list