parlay

yet another gentoo overlay
git clone https://git.parazyd.org/parlay
Log | Files | Refs | README

commit 185dbf6e7ae80558affd8354fb8ffb557cfa4a07
parent 45a651df167b123f8b8e91ecc4e5d1595f730c42
Author: parazyd <parazyd@dyne.org>
Date:   Thu, 22 May 2025 18:54:11 +0200

dev-python/python-mpv-jsonipc: Bump to 1.2.1

Diffstat:
Mdev-python/python-mpv-jsonipc/Manifest | 2+-
Ddev-python/python-mpv-jsonipc/python-mpv-jsonipc-1.2.0.ebuild | 19-------------------
Adev-python/python-mpv-jsonipc/python-mpv-jsonipc-1.2.1.ebuild | 20++++++++++++++++++++
3 files changed, 21 insertions(+), 20 deletions(-)

diff --git a/dev-python/python-mpv-jsonipc/Manifest b/dev-python/python-mpv-jsonipc/Manifest @@ -1 +1 @@ -DIST python-mpv-jsonipc-1.2.0.tar.gz 11949 BLAKE2B 7f8c02de20e6405e7bf9b5950b240bf78e21e41d1eef52726a50181556607090e418f1775fa830de191c8af47ef78c145c37efdf213bd9255915bd34a20a86e8 SHA512 036d4cc1ee5b08049a64b39847bddebf7061c49c2178f78134e8187fabea38508e1e52f4cde6f6e5bb8fbc5f89faaebedbc86f5ff647d59a7f3e003c3d996e3f +DIST python-mpv-jsonipc-1.2.1.tar.gz 11961 BLAKE2B dc80bf634178a630971ab36f99301285743542c17e11e232f46dd6f34ce212890a1b45710431d83fa0ceb98cd08429c800e3f73245274e664ffe73890721db40 SHA512 e55e4a52ea36d5d9ef0447ccd1da367c04e6487edce233902c1a1ec45db4aa29006ddd4528ae160f449811dccbc26e7efc6011f69d7fb40b26a74e8e0ec0467e diff --git a/dev-python/python-mpv-jsonipc/python-mpv-jsonipc-1.2.0.ebuild b/dev-python/python-mpv-jsonipc/python-mpv-jsonipc-1.2.0.ebuild @@ -1,19 +0,0 @@ -# Copyright 1999-2023 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -PYTHON_COMPAT=( python3_{8..13} ) -inherit distutils-r1 - -DESCRIPTION="Python API to MPV using JSON IPC" -HOMEPAGE="https://github.com/iwalton3/python-mpv-jsonipc" -SRC_URI="https://github.com/iwalton3/python-mpv-jsonipc/archive/v${PV}.tar.gz -> ${P}.tar.gz" - -LICENSE="Apache-2.0" -SLOT="0" -KEYWORDS="~amd64 ~x86" - -DEPEND="" -RDEPEND="${DEPEND}" -BDEPEND="" diff --git a/dev-python/python-mpv-jsonipc/python-mpv-jsonipc-1.2.1.ebuild b/dev-python/python-mpv-jsonipc/python-mpv-jsonipc-1.2.1.ebuild @@ -0,0 +1,20 @@ +# Copyright 1999-2023 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +DISTUTILS_USE_PEP517=setuptools +PYTHON_COMPAT=( python3_{10..13} ) +inherit distutils-r1 pypi + +DESCRIPTION="Python API to MPV using JSON IPC" +HOMEPAGE="https://github.com/iwalton3/python-mpv-jsonipc" +SRC_URI="https://github.com/iwalton3/python-mpv-jsonipc/archive/v${PV}.tar.gz -> ${P}.tar.gz" + +LICENSE="Apache-2.0" +SLOT="0" +KEYWORDS="~amd64 ~x86" + +DEPEND="" +RDEPEND="${DEPEND}" +BDEPEND=""