blob: d11f789fe00dea967f1adaddcf8e5b99c4d4a249 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
pkgbase = python-libpulse
pkgdesc = Asyncio interface to the Pulseaudio and Pipewire pulse library
pkgver = 0.7
pkgrel = 1
url = https://gitlab.com/xdegaye/libpulse
arch = any
license = MIT
checkdepends = python-pytest
makedepends = git
makedepends = python-build
makedepends = python-flit-core
makedepends = python-installer
makedepends = python-setuptools
makedepends = python-wheel
depends = python
depends = libpulse
provides = python-libpulse=0.7
source = python-libpulse::git+https://gitlab.com/xdegaye/libpulse.git#tag=0.7
sha256sums = 5b3cf50a1a5aad6c038e6160f58d669815a947d3188748b479c71a96027794e9
pkgname = python-libpulse
|