pkgsrc-Changes archive

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

CVS commit: pkgsrc/emulators



Module Name:    pkgsrc
Committed By:   adam
Date:           Mon Apr 27 10:23:50 UTC 2026

Modified Files:
        pkgsrc/emulators: Makefile
Added Files:
        pkgsrc/emulators/py-qemu.qmp: ALTERNATIVES DESCR Makefile PLIST
            distinfo

Log Message:
py-qemu.qmp: added version 0.0.6

qemu.qmp is a QEMU Monitor Protocol (QMP) library written in Python, using
asyncio. It is used to send QMP messages to running QEMU emulators.

This library can be used to communicate with QEMU emulators, the QEMU Guest
Agent (QGA), the QEMU Storage Daemon (QSD), or any other utility or application
that speaks QMP.


To generate a diff of this commit:
cvs rdiff -u -r1.380 -r1.381 pkgsrc/emulators/Makefile
cvs rdiff -u -r0 -r1.1 pkgsrc/emulators/py-qemu.qmp/ALTERNATIVES \
    pkgsrc/emulators/py-qemu.qmp/DESCR pkgsrc/emulators/py-qemu.qmp/Makefile \
    pkgsrc/emulators/py-qemu.qmp/PLIST pkgsrc/emulators/py-qemu.qmp/distinfo

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

Modified files:

Index: pkgsrc/emulators/Makefile
diff -u pkgsrc/emulators/Makefile:1.380 pkgsrc/emulators/Makefile:1.381
--- pkgsrc/emulators/Makefile:1.380     Fri Mar 20 14:08:21 2026
+++ pkgsrc/emulators/Makefile   Mon Apr 27 10:23:49 2026
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.380 2026/03/20 14:08:21 sborrill Exp $
+# $NetBSD: Makefile,v 1.381 2026/04/27 10:23:49 adam Exp $
 #
 
 COMMENT=       Emulators for other machines and systems
@@ -183,6 +183,7 @@ SUBDIR+=    picodrive
 SUBDIR+=       ppsspp
 SUBDIR+=       ppsspp-qt
 SUBDIR+=       py-keystone
+SUBDIR+=       py-qemu.qmp
 SUBDIR+=       py-unicorn
 SUBDIR+=       qemu
 SUBDIR+=       qemu7

Added files:

Index: pkgsrc/emulators/py-qemu.qmp/ALTERNATIVES
diff -u /dev/null pkgsrc/emulators/py-qemu.qmp/ALTERNATIVES:1.1
--- /dev/null   Mon Apr 27 10:23:50 2026
+++ pkgsrc/emulators/py-qemu.qmp/ALTERNATIVES   Mon Apr 27 10:23:50 2026
@@ -0,0 +1,3 @@
+bin/qmp-shell @PREFIX@/bin/qmp-shell-@PYVERSSUFFIX@
+bin/qmp-shell-wrap @PREFIX@/bin/qmp-shell-wrap-@PYVERSSUFFIX@
+bin/qmp-tui @PREFIX@/bin/qmp-tui-@PYVERSSUFFIX@
Index: pkgsrc/emulators/py-qemu.qmp/DESCR
diff -u /dev/null pkgsrc/emulators/py-qemu.qmp/DESCR:1.1
--- /dev/null   Mon Apr 27 10:23:50 2026
+++ pkgsrc/emulators/py-qemu.qmp/DESCR  Mon Apr 27 10:23:50 2026
@@ -0,0 +1,6 @@
+qemu.qmp is a QEMU Monitor Protocol (QMP) library written in Python, using
+asyncio. It is used to send QMP messages to running QEMU emulators.
+
+This library can be used to communicate with QEMU emulators, the QEMU Guest
+Agent (QGA), the QEMU Storage Daemon (QSD), or any other utility or application
+that speaks QMP.
Index: pkgsrc/emulators/py-qemu.qmp/Makefile
diff -u /dev/null pkgsrc/emulators/py-qemu.qmp/Makefile:1.1
--- /dev/null   Mon Apr 27 10:23:50 2026
+++ pkgsrc/emulators/py-qemu.qmp/Makefile       Mon Apr 27 10:23:50 2026
@@ -0,0 +1,25 @@
+# $NetBSD: Makefile,v 1.1 2026/04/27 10:23:50 adam Exp $
+
+DISTNAME=      qemu_qmp-0.0.6
+PKGNAME=       ${PYPKGPREFIX}-${DISTNAME:S/_/./}
+CATEGORIES=    emulators python
+MASTER_SITES=  ${MASTER_SITE_PYPI:=q/qemu.qmp/}
+
+MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE=      https://www.qemu.org/
+COMMENT=       QEMU Monitor Protocol library
+LICENSE=       gnu-gpl-v2
+
+TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools>=78:../../devel/py-setuptools
+TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools_scm>=0:../../devel/py-setuptools_scm
+# tui
+DEPENDS+=      ${PYPKGPREFIX}-urwid>=2.1.2:../../devel/py-urwid
+DEPENDS+=      ${PYPKGPREFIX}-urwid_readline>=0.13:../../devel/py-urwid_readline
+DEPENDS+=      ${PYPKGPREFIX}-pygments>=2.9.0:../../textproc/py-pygments
+
+USE_LANGUAGES= # none
+
+PY_RENAME_BINARIES=    qmp-shell qmp-shell-wrap qmp-tui
+
+.include "../../lang/python/wheel.mk"
+.include "../../mk/bsd.pkg.mk"
Index: pkgsrc/emulators/py-qemu.qmp/PLIST
diff -u /dev/null pkgsrc/emulators/py-qemu.qmp/PLIST:1.1
--- /dev/null   Mon Apr 27 10:23:50 2026
+++ pkgsrc/emulators/py-qemu.qmp/PLIST  Mon Apr 27 10:23:50 2026
@@ -0,0 +1,45 @@
+@comment $NetBSD: PLIST,v 1.1 2026/04/27 10:23:50 adam Exp $
+bin/qmp-shell-${PYVERSSUFFIX}
+bin/qmp-shell-wrap-${PYVERSSUFFIX}
+bin/qmp-tui-${PYVERSSUFFIX}
+${PYSITELIB}/${WHEEL_INFODIR}/METADATA
+${PYSITELIB}/${WHEEL_INFODIR}/RECORD
+${PYSITELIB}/${WHEEL_INFODIR}/WHEEL
+${PYSITELIB}/${WHEEL_INFODIR}/entry_points.txt
+${PYSITELIB}/${WHEEL_INFODIR}/licenses/LICENSE
+${PYSITELIB}/${WHEEL_INFODIR}/licenses/LICENSE_GPL2
+${PYSITELIB}/${WHEEL_INFODIR}/top_level.txt
+${PYSITELIB}/qemu/qmp/__init__.py
+${PYSITELIB}/qemu/qmp/__init__.pyc
+${PYSITELIB}/qemu/qmp/__init__.pyo
+${PYSITELIB}/qemu/qmp/error.py
+${PYSITELIB}/qemu/qmp/error.pyc
+${PYSITELIB}/qemu/qmp/error.pyo
+${PYSITELIB}/qemu/qmp/events.py
+${PYSITELIB}/qemu/qmp/events.pyc
+${PYSITELIB}/qemu/qmp/events.pyo
+${PYSITELIB}/qemu/qmp/legacy.py
+${PYSITELIB}/qemu/qmp/legacy.pyc
+${PYSITELIB}/qemu/qmp/legacy.pyo
+${PYSITELIB}/qemu/qmp/message.py
+${PYSITELIB}/qemu/qmp/message.pyc
+${PYSITELIB}/qemu/qmp/message.pyo
+${PYSITELIB}/qemu/qmp/models.py
+${PYSITELIB}/qemu/qmp/models.pyc
+${PYSITELIB}/qemu/qmp/models.pyo
+${PYSITELIB}/qemu/qmp/protocol.py
+${PYSITELIB}/qemu/qmp/protocol.pyc
+${PYSITELIB}/qemu/qmp/protocol.pyo
+${PYSITELIB}/qemu/qmp/py.typed
+${PYSITELIB}/qemu/qmp/qmp_client.py
+${PYSITELIB}/qemu/qmp/qmp_client.pyc
+${PYSITELIB}/qemu/qmp/qmp_client.pyo
+${PYSITELIB}/qemu/qmp/qmp_shell.py
+${PYSITELIB}/qemu/qmp/qmp_shell.pyc
+${PYSITELIB}/qemu/qmp/qmp_shell.pyo
+${PYSITELIB}/qemu/qmp/qmp_tui.py
+${PYSITELIB}/qemu/qmp/qmp_tui.pyc
+${PYSITELIB}/qemu/qmp/qmp_tui.pyo
+${PYSITELIB}/qemu/qmp/util.py
+${PYSITELIB}/qemu/qmp/util.pyc
+${PYSITELIB}/qemu/qmp/util.pyo
Index: pkgsrc/emulators/py-qemu.qmp/distinfo
diff -u /dev/null pkgsrc/emulators/py-qemu.qmp/distinfo:1.1
--- /dev/null   Mon Apr 27 10:23:50 2026
+++ pkgsrc/emulators/py-qemu.qmp/distinfo       Mon Apr 27 10:23:50 2026
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1 2026/04/27 10:23:50 adam Exp $
+
+BLAKE2s (qemu_qmp-0.0.6.tar.gz) = 9c1957aeeb2fdffeaaac2d45ba620b0fa6ec0dc6587f23bd7344aef14fc3d4de
+SHA512 (qemu_qmp-0.0.6.tar.gz) = c7eba0dbb855609f1f423800f143453b77f9eb428d8d10c5648d3df96f2ab3b7e51b39863aa1094c7dfc45dd59c0ff605a0cd485e435b55353c0cb300c6cb552
+Size (qemu_qmp-0.0.6.tar.gz) = 81799 bytes



Home | Main Index | Thread Index | Old Index