Received: from mail.netbsd.org (mail.netbsd.org [199.233.217.200]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) (Client CN "mail.NetBSD.org", Issuer "mail.NetBSD.org CA" (not verified)) by mollari.NetBSD.org (Postfix) with ESMTPS id 6EC301A9239 for ; Thu, 28 Jan 2021 21:17:40 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id 7EB1D84D71; Thu, 28 Jan 2021 21:17:39 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id BB97284D4C for ; Thu, 28 Jan 2021 21:17:38 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.netbsd.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id M71qMZOgtAAN for ; Thu, 28 Jan 2021 21:17:38 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.NetBSD.org [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id 0557084CED for ; Thu, 28 Jan 2021 21:17:38 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id EDC87FA90; Thu, 28 Jan 2021 21:17:37 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1611868657280610" MIME-Version: 1.0 Date: Thu, 28 Jan 2021 21:17:37 +0000 From: "Maya Rashish" Subject: CVS commit: pkgsrc/devel To: pkgsrc-changes@NetBSD.org Reply-To: maya@netbsd.org X-Mailer: log_accum Message-Id: <20210128211737.EDC87FA90@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1611868657280610 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: maya Date: Thu Jan 28 21:17:37 UTC 2021 Modified Files: pkgsrc/devel: Makefile Added Files: pkgsrc/devel/py-tubes: DESCR Makefile PLIST distinfo Log Message: Add py-tubes version 0.2.0 Data-processing and flow-control engine for event-driven programs. To generate a diff of this commit: cvs rdiff -u -r1.3325 -r1.3326 pkgsrc/devel/Makefile cvs rdiff -u -r0 -r1.1 pkgsrc/devel/py-tubes/DESCR \ pkgsrc/devel/py-tubes/Makefile pkgsrc/devel/py-tubes/PLIST \ pkgsrc/devel/py-tubes/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1611868657280610 Content-Disposition: inline Content-Length: 5757 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/devel/Makefile diff -u pkgsrc/devel/Makefile:1.3325 pkgsrc/devel/Makefile:1.3326 --- pkgsrc/devel/Makefile:1.3325 Wed Jan 27 16:17:20 2021 +++ pkgsrc/devel/Makefile Thu Jan 28 21:17:37 2021 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3325 2021/01/27 16:17:20 jperkin Exp $ +# $NetBSD: Makefile,v 1.3326 2021/01/28 21:17:37 maya Exp $ # COMMENT= Development utilities @@ -2655,6 +2655,7 @@ SUBDIR+= py-traitlets SUBDIR+= py-treq SUBDIR+= py-tryton SUBDIR+= py-trytond +SUBDIR+= py-tubes SUBDIR+= py-txaio SUBDIR+= py-txgithub SUBDIR+= py-txrequests Added files: Index: pkgsrc/devel/py-tubes/DESCR diff -u /dev/null pkgsrc/devel/py-tubes/DESCR:1.1 --- /dev/null Thu Jan 28 21:17:37 2021 +++ pkgsrc/devel/py-tubes/DESCR Thu Jan 28 21:17:37 2021 @@ -0,0 +1 @@ +Data-processing and flow-control engine for event-driven programs Index: pkgsrc/devel/py-tubes/Makefile diff -u /dev/null pkgsrc/devel/py-tubes/Makefile:1.1 --- /dev/null Thu Jan 28 21:17:37 2021 +++ pkgsrc/devel/py-tubes/Makefile Thu Jan 28 21:17:37 2021 @@ -0,0 +1,24 @@ +# $NetBSD: Makefile,v 1.1 2021/01/28 21:17:37 maya Exp $ + +GITHUB_PROJECT= tubes +GITHUB_TAG= v0.2.0 +DISTNAME= v0.2.0 +PKGNAME= ${PYPKGPREFIX}-${GITHUB_PROJECT}-${DISTNAME:S,^v,,} +CATEGORIES= devel python +MASTER_SITES= ${MASTER_SITE_GITHUB:=twisted/} +DIST_SUBDIR= ${GITHUB_PROJECT} + +MAINTAINER= pkgsrc-users@NetBSD.org +HOMEPAGE= https://github.com/twisted/tubes/ +COMMENT= Data-processing and flow-control engine for event-driven programs +LICENSE= mit + +DEPENDS+= ${PYPKGPREFIX}-characteristic-[0-9]*:../../devel/py-characteristic +DEPENDS+= ${PYPKGPREFIX}-six-[0-9]*:../../lang/py-six +DEPENDS+= ${PYPKGPREFIX}-twisted-[0-9]*:../../net/py-twisted + +WRKSRC= ${WRKDIR}/tubes-0.2.0 +USE_LANGUAGES= # none + +.include "../../lang/python/egg.mk" +.include "../../mk/bsd.pkg.mk" Index: pkgsrc/devel/py-tubes/PLIST diff -u /dev/null pkgsrc/devel/py-tubes/PLIST:1.1 --- /dev/null Thu Jan 28 21:17:37 2021 +++ pkgsrc/devel/py-tubes/PLIST Thu Jan 28 21:17:37 2021 @@ -0,0 +1,81 @@ +@comment $NetBSD: PLIST,v 1.1 2021/01/28 21:17:37 maya Exp $ +${PYSITELIB}/Tubes-${PKGVERSION}-py${PYVERSSUFFIX}.egg-info/PKG-INFO +${PYSITELIB}/Tubes-${PKGVERSION}-py${PYVERSSUFFIX}.egg-info/SOURCES.txt +${PYSITELIB}/Tubes-${PKGVERSION}-py${PYVERSSUFFIX}.egg-info/dependency_links.txt +${PYSITELIB}/Tubes-${PKGVERSION}-py${PYVERSSUFFIX}.egg-info/requires.txt +${PYSITELIB}/Tubes-${PKGVERSION}-py${PYVERSSUFFIX}.egg-info/top_level.txt +${PYSITELIB}/tubes/__init__.py +${PYSITELIB}/tubes/__init__.pyc +${PYSITELIB}/tubes/__init__.pyo +${PYSITELIB}/tubes/_components.py +${PYSITELIB}/tubes/_components.pyc +${PYSITELIB}/tubes/_components.pyo +${PYSITELIB}/tubes/_siphon.py +${PYSITELIB}/tubes/_siphon.pyc +${PYSITELIB}/tubes/_siphon.pyo +${PYSITELIB}/tubes/fan.py +${PYSITELIB}/tubes/fan.pyc +${PYSITELIB}/tubes/fan.pyo +${PYSITELIB}/tubes/framing.py +${PYSITELIB}/tubes/framing.pyc +${PYSITELIB}/tubes/framing.pyo +${PYSITELIB}/tubes/itube.py +${PYSITELIB}/tubes/itube.pyc +${PYSITELIB}/tubes/itube.pyo +${PYSITELIB}/tubes/kit.py +${PYSITELIB}/tubes/kit.pyc +${PYSITELIB}/tubes/kit.pyo +${PYSITELIB}/tubes/listening.py +${PYSITELIB}/tubes/listening.pyc +${PYSITELIB}/tubes/listening.pyo +${PYSITELIB}/tubes/memory.py +${PYSITELIB}/tubes/memory.pyc +${PYSITELIB}/tubes/memory.pyo +${PYSITELIB}/tubes/protocol.py +${PYSITELIB}/tubes/protocol.pyc +${PYSITELIB}/tubes/protocol.pyo +${PYSITELIB}/tubes/routing.py +${PYSITELIB}/tubes/routing.pyc +${PYSITELIB}/tubes/routing.pyo +${PYSITELIB}/tubes/test/__init__.py +${PYSITELIB}/tubes/test/__init__.pyc +${PYSITELIB}/tubes/test/__init__.pyo +${PYSITELIB}/tubes/test/test_chatter.py +${PYSITELIB}/tubes/test/test_chatter.pyc +${PYSITELIB}/tubes/test/test_chatter.pyo +${PYSITELIB}/tubes/test/test_fan.py +${PYSITELIB}/tubes/test/test_fan.pyc +${PYSITELIB}/tubes/test/test_fan.pyo +${PYSITELIB}/tubes/test/test_framing.py +${PYSITELIB}/tubes/test/test_framing.pyc +${PYSITELIB}/tubes/test/test_framing.pyo +${PYSITELIB}/tubes/test/test_kit.py +${PYSITELIB}/tubes/test/test_kit.pyc +${PYSITELIB}/tubes/test/test_kit.pyo +${PYSITELIB}/tubes/test/test_listening.py +${PYSITELIB}/tubes/test/test_listening.pyc +${PYSITELIB}/tubes/test/test_listening.pyo +${PYSITELIB}/tubes/test/test_memory.py +${PYSITELIB}/tubes/test/test_memory.pyc +${PYSITELIB}/tubes/test/test_memory.pyo +${PYSITELIB}/tubes/test/test_protocol.py +${PYSITELIB}/tubes/test/test_protocol.pyc +${PYSITELIB}/tubes/test/test_protocol.pyo +${PYSITELIB}/tubes/test/test_routing.py +${PYSITELIB}/tubes/test/test_routing.pyc +${PYSITELIB}/tubes/test/test_routing.pyo +${PYSITELIB}/tubes/test/test_tube.py +${PYSITELIB}/tubes/test/test_tube.pyc +${PYSITELIB}/tubes/test/test_tube.pyo +${PYSITELIB}/tubes/test/test_undefer.py +${PYSITELIB}/tubes/test/test_undefer.pyc +${PYSITELIB}/tubes/test/test_undefer.pyo +${PYSITELIB}/tubes/test/util.py +${PYSITELIB}/tubes/test/util.pyc +${PYSITELIB}/tubes/test/util.pyo +${PYSITELIB}/tubes/tube.py +${PYSITELIB}/tubes/tube.pyc +${PYSITELIB}/tubes/tube.pyo +${PYSITELIB}/tubes/undefer.py +${PYSITELIB}/tubes/undefer.pyc +${PYSITELIB}/tubes/undefer.pyo Index: pkgsrc/devel/py-tubes/distinfo diff -u /dev/null pkgsrc/devel/py-tubes/distinfo:1.1 --- /dev/null Thu Jan 28 21:17:37 2021 +++ pkgsrc/devel/py-tubes/distinfo Thu Jan 28 21:17:37 2021 @@ -0,0 +1,6 @@ +$NetBSD: distinfo,v 1.1 2021/01/28 21:17:37 maya Exp $ + +SHA1 (tubes/v0.2.0.tar.gz) = 57d5ae83c5e0cb550c515cc8e630839dfc52dc4c +RMD160 (tubes/v0.2.0.tar.gz) = 0b3430b62d28ad5e8c6aa682b40336825404321b +SHA512 (tubes/v0.2.0.tar.gz) = 6039a3059b61f8a0c84d4e10bb47d9f2bb95505b0353cb0f1eefb6942f0ad0d88c9b02ff0d48ed0300d615d3e3203c5e884990cd6d006c2f1dbd18b88fcb2e9e +Size (tubes/v0.2.0.tar.gz) = 64284 bytes --_----------=_1611868657280610--