mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-08-05 13:27:09 +02:00
community/py3-pulsectl: upgrade to 24.8.0
This commit is contained in:
parent
abf646ac23
commit
fb83c79215
@ -2,29 +2,34 @@
|
|||||||
# Maintainer: Magnus Sandin <magnus.sandin@gmail.com>
|
# Maintainer: Magnus Sandin <magnus.sandin@gmail.com>
|
||||||
pkgname=py3-pulsectl
|
pkgname=py3-pulsectl
|
||||||
_pkgreal=pulsectl
|
_pkgreal=pulsectl
|
||||||
pkgver=24.4.0
|
pkgver=24.8.0
|
||||||
pkgrel=1
|
pkgrel=0
|
||||||
pkgdesc="Python high-level interface and ctypes-based bindings for PulseAudio (libpulse)"
|
pkgdesc="Python high-level interface and ctypes-based bindings for PulseAudio (libpulse)"
|
||||||
options="!check" # No tests available
|
options="!check" # No tests available
|
||||||
url="https://pypi.org/project/pulsectl/"
|
url="https://pypi.org/project/pulsectl/"
|
||||||
arch="noarch"
|
arch="noarch"
|
||||||
license="MIT"
|
license="MIT"
|
||||||
depends="python3 libpulse"
|
depends="python3 libpulse"
|
||||||
makedepends="py3-setuptools"
|
makedepends="
|
||||||
|
py3-gpep517
|
||||||
|
py3-setuptools
|
||||||
|
"
|
||||||
subpackages="$pkgname-pyc"
|
subpackages="$pkgname-pyc"
|
||||||
source="https://files.pythonhosted.org/packages/source/p/$_pkgreal/$_pkgreal-$pkgver.tar.gz"
|
source="https://files.pythonhosted.org/packages/source/p/$_pkgreal/$_pkgreal-$pkgver.tar.gz"
|
||||||
builddir="$srcdir/$_pkgreal-$pkgver"
|
builddir="$srcdir/$_pkgreal-$pkgver"
|
||||||
|
|
||||||
build() {
|
build() {
|
||||||
python3 setup.py build
|
gpep517 build-wheel \
|
||||||
|
--wheel-dir .dist \
|
||||||
|
--output-fd 3 3>&1 >&2
|
||||||
}
|
}
|
||||||
|
|
||||||
package() {
|
package() {
|
||||||
python3 setup.py install \
|
gpep517 install-wheel \
|
||||||
--skip-build \
|
--destdir "$pkgdir" \
|
||||||
--root="$pkgdir"
|
.dist/*.whl
|
||||||
}
|
}
|
||||||
|
|
||||||
sha512sums="
|
sha512sums="
|
||||||
b17fd577f9c336f762925bd423fdca665afa92a88b0dae076ca016d7c5b2b3d9ef11efd27f7339031accadef00d513f972c216a23f26cfd049516f3dbcc63d01 pulsectl-24.4.0.tar.gz
|
4638bb41611e8d7a00f2daeec7e7783789d5d1d94841206b4052e53897e6547c21f8410c3400e1bd301e237b3a72143fb6ff3d67cbafd06bada0a1d0da007c96 pulsectl-24.8.0.tar.gz
|
||||||
"
|
"
|
||||||
|
Loading…
Reference in New Issue
Block a user