pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/sysutils/py-jeepney



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.

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@localhost
+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



Home | Main Index | Thread Index | Old Index