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:   adam
Date:           Mon Apr 18 10:57:54 UTC 2022

Modified Files:
        pkgsrc/sysutils/py-jeepney: Makefile PLIST distinfo

Log Message:
py-jeepney: updated to 0.8.0

0.8

Removed jeepney.integrate APIs, which were deprecated in 0.7. Use
jeepney.io instead (see :doc:`integrate`).
Removed deprecated jeepney.io.tornado API. Tornado now uses the asyncio
event loop, so you can use it along with jeepney.io.asyncio.
Deprecated conn.router attribute in the :doc:`api/blocking` integration.
Use :ref:`proxies <msggen_proxies>` or :meth:`~.blocking.DBusConnection.send_and_get_reply`
to find   replies to method calls, and :meth:`~.blocking.DBusConnection.filter`
for other routing.
Added docs page with background on D-Bus (:doc:`dbus-background`).


To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 pkgsrc/sysutils/py-jeepney/Makefile
cvs rdiff -u -r1.3 -r1.4 pkgsrc/sysutils/py-jeepney/PLIST
cvs rdiff -u -r1.2 -r1.3 pkgsrc/sysutils/py-jeepney/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/sysutils/py-jeepney/Makefile
diff -u pkgsrc/sysutils/py-jeepney/Makefile:1.4 pkgsrc/sysutils/py-jeepney/Makefile:1.5
--- pkgsrc/sysutils/py-jeepney/Makefile:1.4     Sun Jan 23 09:09:51 2022
+++ pkgsrc/sysutils/py-jeepney/Makefile Mon Apr 18 10:57:54 2022
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.4 2022/01/23 09:09:51 adam Exp $
+# $NetBSD: Makefile,v 1.5 2022/04/18 10:57:54 adam Exp $
 
-DISTNAME=      jeepney-0.7.1
+DISTNAME=      jeepney-0.8.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    sysutils python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=j/jeepney/}
@@ -10,8 +10,11 @@ HOMEPAGE=    https://gitlab.com/takluyver/j
 COMMENT=       Low-level pure Python DBus protocol wrapper
 LICENSE=       mit
 
+BUILD_DEPENDS+=        ${PYPKGPREFIX}-flit_core>=2:../../devel/py-flit_core
 DEPENDS+=      ${PYPKGPREFIX}-trio-[0-9]*:../../devel/py-trio
+TEST_DEPENDS+= ${PYPKGPREFIX}-async-timeout-[0-9]*:../../devel/py-async-timeout
 TEST_DEPENDS+= ${PYPKGPREFIX}-test-[0-9]*:../../devel/py-test
+TEST_DEPENDS+= ${PYPKGPREFIX}-test-asyncio>=0.17:../../devel/py-test-asyncio
 TEST_DEPENDS+= ${PYPKGPREFIX}-testpath-[0-9]*:../../devel/py-testpath
 
 USE_LANGUAGES= # none
@@ -21,5 +24,5 @@ PYTHON_VERSIONS_INCOMPATIBLE= 27
 do-test:
        cd ${WRKSRC} && ${SETENV} ${TEST_ENV} pytest-${PYVERSSUFFIX}
 
-.include "../../lang/python/egg.mk"
+.include "../../lang/python/wheel.mk"
 .include "../../mk/bsd.pkg.mk"

Index: pkgsrc/sysutils/py-jeepney/PLIST
diff -u pkgsrc/sysutils/py-jeepney/PLIST:1.3 pkgsrc/sysutils/py-jeepney/PLIST:1.4
--- pkgsrc/sysutils/py-jeepney/PLIST:1.3        Sun Jan 23 09:09:51 2022
+++ pkgsrc/sysutils/py-jeepney/PLIST    Mon Apr 18 10:57:54 2022
@@ -1,118 +1,69 @@
-@comment $NetBSD: PLIST,v 1.3 2022/01/23 09:09:51 adam Exp $
-${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
-${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
-${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
-${PYSITELIB}/${EGG_INFODIR}/requires.txt
-${PYSITELIB}/${EGG_INFODIR}/top_level.txt
+@comment $NetBSD: PLIST,v 1.4 2022/04/18 10:57:54 adam Exp $
+${PYSITELIB}/${WHEEL_INFODIR}/INSTALLER
+${PYSITELIB}/${WHEEL_INFODIR}/LICENSE
+${PYSITELIB}/${WHEEL_INFODIR}/METADATA
+${PYSITELIB}/${WHEEL_INFODIR}/RECORD
+${PYSITELIB}/${WHEEL_INFODIR}/REQUESTED
+${PYSITELIB}/${WHEEL_INFODIR}/WHEEL
+${PYSITELIB}/${WHEEL_INFODIR}/direct_url.json
 ${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/fds.py
 ${PYSITELIB}/jeepney/fds.pyc
-${PYSITELIB}/jeepney/fds.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/conftest.py
 ${PYSITELIB}/jeepney/io/tests/conftest.pyc
-${PYSITELIB}/jeepney/io/tests/conftest.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_fds.py
 ${PYSITELIB}/jeepney/tests/test_fds.pyc
-${PYSITELIB}/jeepney/tests/test_fds.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 pkgsrc/sysutils/py-jeepney/distinfo:1.2 pkgsrc/sysutils/py-jeepney/distinfo:1.3
--- pkgsrc/sysutils/py-jeepney/distinfo:1.2     Sun Jan 23 09:09:51 2022
+++ pkgsrc/sysutils/py-jeepney/distinfo Mon Apr 18 10:57:54 2022
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.2 2022/01/23 09:09:51 adam Exp $
+$NetBSD: distinfo,v 1.3 2022/04/18 10:57:54 adam Exp $
 
-BLAKE2s (jeepney-0.7.1.tar.gz) = fd41f1c3d2df2643b158d5bbe147c353eb2b5251b3d214a04c037db9f5427b23
-SHA512 (jeepney-0.7.1.tar.gz) = f0af5a18a669f1a6322925201cad83ee01bc5a1b91577565042fd8a18b506a3650ff67b0ba333c8fb3b179f43ef243d16b07a9a1f7a7e5baec825dda0e6b0571
-Size (jeepney-0.7.1.tar.gz) = 61833 bytes
+BLAKE2s (jeepney-0.8.0.tar.gz) = 3f46e4031d8a6fb0420a38afbc6c31bab544a23e5425d5fb1932363d9aee56c8
+SHA512 (jeepney-0.8.0.tar.gz) = 823675f262c2c9778ccf9c1083601d936cca534fc0d2d9309b52aa6beeb7f73d225a37c5f18f6b0683c4829a93b1299a2cb4f8f341e55b92bedf58c8dce0aa75
+Size (jeepney-0.8.0.tar.gz) = 106005 bytes



Home | Main Index | Thread Index | Old Index