dev-python/pulsectl: update SRC_URI

Signed-off-by: Andreas Billmeier <b@edevau.net>
This commit is contained in:
Andreas Billmeier 2023-07-12 19:44:03 +02:00 committed by Andreas Billmeier
parent 7821d67751
commit 927889fb5d
Signed by: onkelbeh
GPG Key ID: E6DB12C8C550F3C0
2 changed files with 5 additions and 7 deletions

View File

@ -1,3 +1,3 @@
DIST pulsectl-20.2.4.tar.gz 39937 BLAKE2B 47d22c6f30f31ea7d36a93ed95d63e18f8078d5559a02b125c6e3ac2a7f2c4bdd0fa7acf49007a525bff29a3e78dd58f49a8b127330623f45e46f809ee18290c SHA512 afedaf39825d9bbd90906c918799d9bf2cac5e582e41422f220df07ca49974369cf32e99dcec8051a7d2fef953eee09024db88c86f675c251ab7c6b33f56b166
EBUILD pulsectl-20.2.4.ebuild 695 BLAKE2B ca83dc6b587659e8f74b330729d47afb669f56b0de836a3860432ab6b39179c86b986502edb8db1fb46db1b1d95762bb43bfb83083d336bf2ca135698453cbbd SHA512 d0e855ab15de58cbe02d4d389d49ad588ff89a338e2d44b383223175c5ae3dbdbbb9415c555b0484b81ba07f0b62e6f5efa805a8eaea0a4bec0ec0559ff70d9c
EBUILD pulsectl-20.2.4.ebuild 640 BLAKE2B 65bdf328fa9022d8b001005c6a5983d3cd4e2f75cf30e5650dfe290f2053af972e507393d9b0835c91144134da89daa8f774c77b151fd993759cf04b633017f9 SHA512 2391c171584fc2199f4e7a2125d4dc0d1c007016aa5939f12aaf2eee56a6f5a066a97e2d2f354b77b9e8f1d5aa4cedbf30ca5fd6c9ecbc434db592cadffed6ef
MISC metadata.xml 540 BLAKE2B 403176b117590dd44e6b01bf4832f086e9aeef0a909ce88c9973d193b78be508a4a3243d0a76c81e9040d08c9fa82f7b8458a0309bb8d37ade466da409b139db SHA512 2d9b13a55d0177e3cae11be25fc71c54d1e1f7388c8d6d13412752b3bbcd181e93529c383a3bd044050af5757650b8c9560934609baf6c6b421f2b2a21ad25ef

View File

@ -1,15 +1,14 @@
# Copyright 1999-2022 Gentoo Authors
# Copyright 1999-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
PYTHON_COMPAT=( python3_{9..11} )
inherit distutils-r1
PYTHON_COMPAT=( python3_{10..12} )
DISTUTILS_USE_PEP517=setuptools
inherit distutils-r1 pypi
DESCRIPTION="Python high-level interface and ctypes-based bindings for PulseAudio (libpulse)"
HOMEPAGE="https://github.com/mk-fg/python-pulse-control https://pypi.org/project/pulsectl/"
SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
LICENSE="MIT"
SLOT="0"
@ -20,7 +19,6 @@ RESTRICT="!test? ( test )"
DOCS="README.rst"
BDEPEND="
dev-python/setuptools[${PYTHON_USEDEP}]
test? (
dev-python/pytest[${PYTHON_USEDEP}]
)"