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 0F5B51A9239 for ; Wed, 19 Jan 2022 20:43:23 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id A70A484D54; Wed, 19 Jan 2022 20:43:22 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id E2A9284D38 for ; Wed, 19 Jan 2022 20:43:21 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id cMK8SzywGHw2 for ; Wed, 19 Jan 2022 20:43:21 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 1B86084CFD for ; Wed, 19 Jan 2022 20:43:21 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 16C70FB24; Wed, 19 Jan 2022 20:43:21 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1642625001201500" MIME-Version: 1.0 Date: Wed, 19 Jan 2022 20:43:21 +0000 From: "Olaf Seibert" Subject: CVS commit: pkgsrc/sysutils/py-jeepney To: pkgsrc-changes@NetBSD.org Reply-To: rhialto@netbsd.org X-Mailer: log_accum Message-Id: <20220119204321.16C70FB24@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1642625001201500 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: rhialto Date: Wed Jan 19 20:43:21 UTC 2022 Added Files: pkgsrc/sysutils/py-jeepney: DESCR Makefile PLIST distinfo Log Message: sysutils/py-jeepney: import from wip. To generate a diff of this commit: cvs rdiff -u -r0 -r1.1 pkgsrc/sysutils/py-jeepney/DESCR \ pkgsrc/sysutils/py-jeepney/Makefile pkgsrc/sysutils/py-jeepney/PLIST \ pkgsrc/sysutils/py-jeepney/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1642625001201500 Content-Disposition: inline Content-Length: 6455 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Added files: Index: pkgsrc/sysutils/py-jeepney/DESCR diff -u /dev/null pkgsrc/sysutils/py-jeepney/DESCR:1.1 --- /dev/null Wed Jan 19 20:43:21 2022 +++ pkgsrc/sysutils/py-jeepney/DESCR Wed Jan 19 20:43:20 2022 @@ -0,0 +1,4 @@ +This is a low-level, pure Python DBus protocol client. +It has an I/O-free core, and integration modules for +different event loops. DBus is an inter-process +communication system, mainly used in Linux Index: pkgsrc/sysutils/py-jeepney/Makefile diff -u /dev/null pkgsrc/sysutils/py-jeepney/Makefile:1.1 --- /dev/null Wed Jan 19 20:43:21 2022 +++ pkgsrc/sysutils/py-jeepney/Makefile Wed Jan 19 20:43:20 2022 @@ -0,0 +1,25 @@ +# $NetBSD: Makefile,v 1.1 2022/01/19 20:43:20 rhialto Exp $ + +DISTNAME= jeepney-0.6.0 +PKGNAME= ${PYPKGPREFIX}-${DISTNAME} +CATEGORIES= sysutils python +MASTER_SITES= ${MASTER_SITE_PYPI:=j/jeepney/} + +MAINTAINER= pkgsrc-users@NetBSD.org +HOMEPAGE= https://gitlab.com/takluyver/jeepney +COMMENT= Low-level pure Python DBus protocol wrapper +LICENSE= mit + +TEST_DEPENDS+= ${PYPKGPREFIX}-test-[0-9]*:../../devel/py-test +# not packaged: trio +# not packaged: testpath + +USE_LANGUAGES= # none + +PYTHON_VERSIONS_INCOMPATIBLE= 27 + +do-test: + cd ${WRKSRC} && ${SETENV} ${TEST_ENV} py.test-${PYVERSSUFFIX} + +.include "../../lang/python/egg.mk" +.include "../../mk/bsd.pkg.mk" Index: pkgsrc/sysutils/py-jeepney/PLIST diff -u /dev/null pkgsrc/sysutils/py-jeepney/PLIST:1.1 --- /dev/null Wed Jan 19 20:43:21 2022 +++ pkgsrc/sysutils/py-jeepney/PLIST Wed Jan 19 20:43:20 2022 @@ -0,0 +1,105 @@ +@comment $NetBSD: PLIST,v 1.1 2022/01/19 20:43:20 rhialto Exp $ +${PYSITELIB}/${EGG_INFODIR} +${PYSITELIB}/jeepney/__init__.py +${PYSITELIB}/jeepney/__init__.pyc +${PYSITELIB}/jeepney/__init__.pyo +${PYSITELIB}/jeepney/auth.py +${PYSITELIB}/jeepney/auth.pyc +${PYSITELIB}/jeepney/auth.pyo +${PYSITELIB}/jeepney/bindgen.py +${PYSITELIB}/jeepney/bindgen.pyc +${PYSITELIB}/jeepney/bindgen.pyo +${PYSITELIB}/jeepney/bus.py +${PYSITELIB}/jeepney/bus.pyc +${PYSITELIB}/jeepney/bus.pyo +${PYSITELIB}/jeepney/bus_messages.py +${PYSITELIB}/jeepney/bus_messages.pyc +${PYSITELIB}/jeepney/bus_messages.pyo +${PYSITELIB}/jeepney/integrate/__init__.py +${PYSITELIB}/jeepney/integrate/__init__.pyc +${PYSITELIB}/jeepney/integrate/__init__.pyo +${PYSITELIB}/jeepney/integrate/asyncio.py +${PYSITELIB}/jeepney/integrate/asyncio.pyc +${PYSITELIB}/jeepney/integrate/asyncio.pyo +${PYSITELIB}/jeepney/integrate/blocking.py +${PYSITELIB}/jeepney/integrate/blocking.pyc +${PYSITELIB}/jeepney/integrate/blocking.pyo +${PYSITELIB}/jeepney/integrate/tests/__init__.py +${PYSITELIB}/jeepney/integrate/tests/__init__.pyc +${PYSITELIB}/jeepney/integrate/tests/__init__.pyo +${PYSITELIB}/jeepney/integrate/tests/test_asyncio.py +${PYSITELIB}/jeepney/integrate/tests/test_asyncio.pyc +${PYSITELIB}/jeepney/integrate/tests/test_asyncio.pyo +${PYSITELIB}/jeepney/integrate/tornado.py +${PYSITELIB}/jeepney/integrate/tornado.pyc +${PYSITELIB}/jeepney/integrate/tornado.pyo +${PYSITELIB}/jeepney/io/__init__.py +${PYSITELIB}/jeepney/io/__init__.pyc +${PYSITELIB}/jeepney/io/__init__.pyo +${PYSITELIB}/jeepney/io/asyncio.py +${PYSITELIB}/jeepney/io/asyncio.pyc +${PYSITELIB}/jeepney/io/asyncio.pyo +${PYSITELIB}/jeepney/io/blocking.py +${PYSITELIB}/jeepney/io/blocking.pyc +${PYSITELIB}/jeepney/io/blocking.pyo +${PYSITELIB}/jeepney/io/common.py +${PYSITELIB}/jeepney/io/common.pyc +${PYSITELIB}/jeepney/io/common.pyo +${PYSITELIB}/jeepney/io/tests/__init__.py +${PYSITELIB}/jeepney/io/tests/__init__.pyc +${PYSITELIB}/jeepney/io/tests/__init__.pyo +${PYSITELIB}/jeepney/io/tests/test_asyncio.py +${PYSITELIB}/jeepney/io/tests/test_asyncio.pyc +${PYSITELIB}/jeepney/io/tests/test_asyncio.pyo +${PYSITELIB}/jeepney/io/tests/test_blocking.py +${PYSITELIB}/jeepney/io/tests/test_blocking.pyc +${PYSITELIB}/jeepney/io/tests/test_blocking.pyo +${PYSITELIB}/jeepney/io/tests/test_threading.py +${PYSITELIB}/jeepney/io/tests/test_threading.pyc +${PYSITELIB}/jeepney/io/tests/test_threading.pyo +${PYSITELIB}/jeepney/io/tests/test_trio.py +${PYSITELIB}/jeepney/io/tests/test_trio.pyc +${PYSITELIB}/jeepney/io/tests/test_trio.pyo +${PYSITELIB}/jeepney/io/tests/utils.py +${PYSITELIB}/jeepney/io/tests/utils.pyc +${PYSITELIB}/jeepney/io/tests/utils.pyo +${PYSITELIB}/jeepney/io/threading.py +${PYSITELIB}/jeepney/io/threading.pyc +${PYSITELIB}/jeepney/io/threading.pyo +${PYSITELIB}/jeepney/io/tornado.py +${PYSITELIB}/jeepney/io/tornado.pyc +${PYSITELIB}/jeepney/io/tornado.pyo +${PYSITELIB}/jeepney/io/trio.py +${PYSITELIB}/jeepney/io/trio.pyc +${PYSITELIB}/jeepney/io/trio.pyo +${PYSITELIB}/jeepney/low_level.py +${PYSITELIB}/jeepney/low_level.pyc +${PYSITELIB}/jeepney/low_level.pyo +${PYSITELIB}/jeepney/routing.py +${PYSITELIB}/jeepney/routing.pyc +${PYSITELIB}/jeepney/routing.pyo +${PYSITELIB}/jeepney/tests/__init__.py +${PYSITELIB}/jeepney/tests/__init__.pyc +${PYSITELIB}/jeepney/tests/__init__.pyo +${PYSITELIB}/jeepney/tests/secrets_introspect.xml +${PYSITELIB}/jeepney/tests/test_auth.py +${PYSITELIB}/jeepney/tests/test_auth.pyc +${PYSITELIB}/jeepney/tests/test_auth.pyo +${PYSITELIB}/jeepney/tests/test_bindgen.py +${PYSITELIB}/jeepney/tests/test_bindgen.pyc +${PYSITELIB}/jeepney/tests/test_bindgen.pyo +${PYSITELIB}/jeepney/tests/test_bus.py +${PYSITELIB}/jeepney/tests/test_bus.pyc +${PYSITELIB}/jeepney/tests/test_bus.pyo +${PYSITELIB}/jeepney/tests/test_bus_messages.py +${PYSITELIB}/jeepney/tests/test_bus_messages.pyc +${PYSITELIB}/jeepney/tests/test_bus_messages.pyo +${PYSITELIB}/jeepney/tests/test_low_level.py +${PYSITELIB}/jeepney/tests/test_low_level.pyc +${PYSITELIB}/jeepney/tests/test_low_level.pyo +${PYSITELIB}/jeepney/tests/test_routing.py +${PYSITELIB}/jeepney/tests/test_routing.pyc +${PYSITELIB}/jeepney/tests/test_routing.pyo +${PYSITELIB}/jeepney/wrappers.py +${PYSITELIB}/jeepney/wrappers.pyc +${PYSITELIB}/jeepney/wrappers.pyo Index: pkgsrc/sysutils/py-jeepney/distinfo diff -u /dev/null pkgsrc/sysutils/py-jeepney/distinfo:1.1 --- /dev/null Wed Jan 19 20:43:21 2022 +++ pkgsrc/sysutils/py-jeepney/distinfo Wed Jan 19 20:43:20 2022 @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1 2022/01/19 20:43:20 rhialto Exp $ + +BLAKE2s (jeepney-0.6.0.tar.gz) = 832b9f94ddccf892bd2d0484efb7e7d23542e25a5f5162ddcd607128e3529652 +SHA512 (jeepney-0.6.0.tar.gz) = 140be9dd28ed853d2d41b6a8bbeb2f22c0270ce7bf33b943ec2ac010db17d4f06e253fa8637fbbb3044fe9ffdbfa1e15f0c663eb44bdd538f8c47c2e7dab3ca5 +Size (jeepney-0.6.0.tar.gz) = 49513 bytes --_----------=_1642625001201500--