mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-06-10 21:18:24 +02:00
37 lines
867 B
Text
37 lines
867 B
Text
maintainer="Bart Ribbers <bribbers@disroot.org>"
|
|
pkgname=ovos-messagebus
|
|
pkgver=0.0.10
|
|
pkgrel=0
|
|
pkgdesc="ovos-core metapackage for bus daemon"
|
|
url="https://github.com/OpenVoiceOS/ovos-messagebus"
|
|
arch="noarch"
|
|
license="Apache-2.0"
|
|
depends="
|
|
py3-ovos-config
|
|
py3-ovos-utils
|
|
py3-tornado
|
|
"
|
|
makedepends="
|
|
py3-gpep517
|
|
py3-setuptools
|
|
py3-wheel
|
|
"
|
|
checkdepends="py3-pytest"
|
|
subpackages="$pkgname-pyc"
|
|
source="$pkgname-$pkgver.tar.gz::https://github.com/OpenVoiceOS/ovos-messagebus/archive/refs/tags/$pkgver.tar.gz"
|
|
options="!check" # No tests
|
|
|
|
build() {
|
|
gpep517 build-wheel \
|
|
--wheel-dir .dist \
|
|
--output-fd 3 3>&1 >&2
|
|
}
|
|
|
|
package() {
|
|
python3 -m installer -d "$pkgdir" \
|
|
.dist/*.whl
|
|
}
|
|
|
|
sha512sums="
|
|
d2bbaac5387e0688d16f7bd5e294c74bae2b8f02d108e7af0beb058a0e4f7b4c19c7767d35399d608b954ef6fd0f6e85d9188918e1d86b77b991b9ff20274ae8 ovos-messagebus-0.0.10.tar.gz
|
|
"
|