pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
wip/py-jeepney: import py-jeepney-0.5.0 to wip
Module Name: pkgsrc-wip
Committed By: K.I.A.Derouiche <kamel.derouiche%gmail.com@localhost>
Pushed By: jihbed
Date: Sat Nov 28 19:14:56 2020 +0100
Changeset: c0e9136e390567aceb9d53427158a7e3733e7cde
Added Files:
py-jeepney/DESCR
py-jeepney/Makefile
py-jeepney/PLIST
py-jeepney/distinfo
webkit-gtk4/gtk-3.99.4.tar.xz
Log Message:
wip/py-jeepney: import py-jeepney-0.5.0 to wip
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=c0e9136e390567aceb9d53427158a7e3733e7cde
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
py-jeepney/DESCR | 4 ++
py-jeepney/Makefile | 18 ++++++++
py-jeepney/PLIST | 105 ++++++++++++++++++++++++++++++++++++++++++
py-jeepney/distinfo | 6 +++
webkit-gtk4/gtk-3.99.4.tar.xz | Bin 0 -> 522404 bytes
5 files changed, 133 insertions(+)
diffs:
diff --git a/py-jeepney/DESCR b/py-jeepney/DESCR
new file mode 100644
index 0000000000..093c9492dd
--- /dev/null
+++ b/py-jeepney/DESCR
@@ -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
diff --git a/py-jeepney/Makefile b/py-jeepney/Makefile
new file mode 100644
index 0000000000..1e32e10e6a
--- /dev/null
+++ b/py-jeepney/Makefile
@@ -0,0 +1,18 @@
+# $NetBSD$
+
+DISTNAME= jeepney-0.5.0
+PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
+CATEGORIES= sysutils python
+MASTER_SITES= ${MASTER_SITE_PYPI:=j/jeepney/}
+
+MAINTAINER= kamelderouiche%yahoo.com@localhost
+HOMEPAGE= https://gitlab.com/takluyver/jeepney
+COMMENT= Low-level pure Python DBus protocol wrapper
+LICENSE= mit
+
+USE_LANGUAGES= # none
+
+PYTHON_VERSIONS_INCOMPATIBLE= 27
+
+.include "../../lang/python/distutils.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/py-jeepney/PLIST b/py-jeepney/PLIST
new file mode 100644
index 0000000000..e1979ef8bc
--- /dev/null
+++ b/py-jeepney/PLIST
@@ -0,0 +1,105 @@
+@comment $NetBSD$
+${PYSITELIB}/${EGG_FILE}
+${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
diff --git a/py-jeepney/distinfo b/py-jeepney/distinfo
new file mode 100644
index 0000000000..346ed53bf9
--- /dev/null
+++ b/py-jeepney/distinfo
@@ -0,0 +1,6 @@
+$NetBSD$
+
+SHA1 (jeepney-0.5.0.tar.gz) = 92442f2b2173500f45ad0859665dfde44fc1a75a
+RMD160 (jeepney-0.5.0.tar.gz) = bee3c7105502b4eddb01f53dbd0d3b2247496412
+SHA512 (jeepney-0.5.0.tar.gz) = ae80a363cac4944cb6a499450835176d63e29545b8025c6dd0241a08b35e7b2564beaab578cbba319799ec5530fd6fed7e9f910e401d68b46290617e5f739992
+Size (jeepney-0.5.0.tar.gz) = 48460 bytes
diff --git a/webkit-gtk4/gtk-3.99.4.tar.xz b/webkit-gtk4/gtk-3.99.4.tar.xz
new file mode 100644
index 0000000000..1cd728bc4d
Binary files /dev/null and b/webkit-gtk4/gtk-3.99.4.tar.xz differ
Home |
Main Index |
Thread Index |
Old Index