Date: Mon, 4 Apr 2016 05:43:14 +0000 (UTC) From: Kurt Jaeger <pi@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r412499 - in head/devel: . py-click-threading Message-ID: <201604040543.u345hE8b033271@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: pi Date: Mon Apr 4 05:43:14 2016 New Revision: 412499 URL: https://svnweb.freebsd.org/changeset/ports/412499 Log: New port: devel/py-click-threading Utilities for multithreading in click. WWW: https://github.com/click-contrib/click-threading PR: 208427 Submitted by: Christian Geier <geier@lostpackets.de> Added: head/devel/py-click-threading/ head/devel/py-click-threading/Makefile (contents, props changed) head/devel/py-click-threading/distinfo (contents, props changed) head/devel/py-click-threading/pkg-descr (contents, props changed) Modified: head/devel/Makefile Modified: head/devel/Makefile ============================================================================== --- head/devel/Makefile Mon Apr 4 05:37:50 2016 (r412498) +++ head/devel/Makefile Mon Apr 4 05:43:14 2016 (r412499) @@ -3994,6 +3994,7 @@ SUBDIR += py-cld SUBDIR += py-click SUBDIR += py-click-log + SUBDIR += py-click-threading SUBDIR += py-clint SUBDIR += py-clonedigger SUBDIR += py-cloudpickle Added: head/devel/py-click-threading/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/py-click-threading/Makefile Mon Apr 4 05:43:14 2016 (r412499) @@ -0,0 +1,18 @@ +# Created by: Christian Geier <geier@lostpackets.de> +# $FreeBSD$ + +PORTNAME= click-threading +PORTVERSION= 0.1.2 +CATEGORIES= devel python +MASTER_SITES= CHEESESHOP +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} + +MAINTAINER= geier@lostpackets.de +COMMENT= Multithreaded Click apps made easy + +LICENSE= MIT + +USES= python +USE_PYTHON= autoplist distutils + +.include <bsd.port.mk> Added: head/devel/py-click-threading/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/py-click-threading/distinfo Mon Apr 4 05:43:14 2016 (r412499) @@ -0,0 +1,2 @@ +SHA256 (click-threading-0.1.2.tar.gz) = 85045457e02f16fba3110dc6b16e980bf3e65433808da2b550dd513206d9b94a +SIZE (click-threading-0.1.2.tar.gz) = 3232 Added: head/devel/py-click-threading/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/py-click-threading/pkg-descr Mon Apr 4 05:43:14 2016 (r412499) @@ -0,0 +1,3 @@ +Utilities for multithreading in click. + +WWW: https://github.com/click-contrib/click-threading
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201604040543.u345hE8b033271>