mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-08-05 21:37:15 +02:00
31 lines
866 B
Plaintext
31 lines
866 B
Plaintext
# Contributor: Magnus Sandin <magnus.sandin@gmail.com>
|
|
# Maintainer: Magnus Sandin <magnus.sandin@gmail.com>
|
|
pkgname=py3-pulsectl
|
|
_pkgreal=pulsectl
|
|
pkgver=23.5.1
|
|
pkgrel=0
|
|
pkgdesc="Python high-level interface and ctypes-based bindings for PulseAudio (libpulse)"
|
|
options="!check" # No tests available
|
|
url="https://pypi.org/project/pulsectl/"
|
|
arch="noarch"
|
|
license="MIT"
|
|
depends="python3 libpulse"
|
|
makedepends="py3-setuptools"
|
|
subpackages="$pkgname-pyc"
|
|
source="https://files.pythonhosted.org/packages/source/p/$_pkgreal/$_pkgreal-$pkgver.tar.gz"
|
|
builddir="$srcdir/$_pkgreal-$pkgver"
|
|
|
|
build() {
|
|
python3 setup.py build
|
|
}
|
|
|
|
package() {
|
|
python3 setup.py install \
|
|
--skip-build \
|
|
--root="$pkgdir"
|
|
}
|
|
|
|
sha512sums="
|
|
69516e1d64cb2e27643de6fcb273b621ab89a03dd5c40eb71a7fa6b846da96f8f10baacf794c73edc3f60f65787c7050c16c234aa5b23169c2d5ae815232372a pulsectl-23.5.1.tar.gz
|
|
"
|