update hunspell-pl, supersonic-desktop
Some checks failed
Release Alpine apk for ARM64v8 / compilation-arm64v8 (push) Has been cancelled
Some checks failed
Release Alpine apk for ARM64v8 / compilation-arm64v8 (push) Has been cancelled
This commit is contained in:
parent
d988b6403f
commit
7ddb782a52
7 changed files with 80 additions and 10 deletions
23
not_ready/py3-StrEnum/APKBUILD
Normal file
23
not_ready/py3-StrEnum/APKBUILD
Normal file
|
|
@ -0,0 +1,23 @@
|
|||
pkgname=py3-mpris-server
|
||||
pkgver=0.4.15
|
||||
pkgrel=0
|
||||
pkgdesc="Integrate MPRIS Media Player support into your app"
|
||||
url="https://github.com/irgeek/StrEnum"
|
||||
arch="noarch"
|
||||
license="LGPL-3.0-only"
|
||||
depends="py3-pydbus py3-emoji py3-gobject3-dev py3-unidecode"
|
||||
makedepends="py3-gpep517 py3-installer py3-hatchling"
|
||||
subpackages="$pkgname-pyc"
|
||||
source="$pkgname-$pkgver.tar.gz::https://github.com/alexdelorenzo/mpris_server/archive/refs/tags/v$pkgver.tar.gz"
|
||||
builddir="$srcdir/$pkgname-$pkgver"
|
||||
options="!check" # seems to need a venv but also fails in a venv
|
||||
|
||||
build() {
|
||||
gpep517 build-wheel \
|
||||
--wheel-dir .dist \
|
||||
--output-fd 3 3>&1 >&2
|
||||
}
|
||||
|
||||
package() {
|
||||
python3 -m installer --destdir="$pkgdir" .dist/*.whl
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue