aboutsummaryrefslogtreecommitdiffstats
path: root/community/py3-mycroft-messagebus-client/APKBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'community/py3-mycroft-messagebus-client/APKBUILD')
-rw-r--r--community/py3-mycroft-messagebus-client/APKBUILD35
1 files changed, 0 insertions, 35 deletions
diff --git a/community/py3-mycroft-messagebus-client/APKBUILD b/community/py3-mycroft-messagebus-client/APKBUILD
deleted file mode 100644
index 27ba32caa45..00000000000
--- a/community/py3-mycroft-messagebus-client/APKBUILD
+++ /dev/null
@@ -1,35 +0,0 @@
-# Contributor: Bart Ribbers <bribbers@disroot.org>
-# Maintainer: Bart Ribbers <bribbers@disroot.org>
-pkgname=py3-mycroft-messagebus-client
-pkgver=0.9.2
-pkgrel=0
-pkgdesc="A simple interface for the MyCroft messagebus"
-url="https://github.com/MycroftAI/mycroft-messagebus-client"
-arch="noarch"
-license="Apache-2.0"
-depends="
- py3-pyee
- py3-websocket-client
- python3
- "
-makedepends="py3-setuptools"
-checkdepends="py3-pytest"
-source="https://pypi.python.org/packages/source/m/mycroft-messagebus-client/mycroft-messagebus-client-$pkgver.tar.gz
- relax-dep-requirements.patch
- "
-builddir="$srcdir/mycroft-messagebus-client-$pkgver"
-
-build() {
- python3 setup.py build
-}
-
-check() {
- PYTHONPATH="$PWD/build/lib" pytest
-}
-
-package() {
- python3 setup.py install --prefix=/usr --root="$pkgdir"
-}
-
-sha512sums="4653795615a2f5e6aa548022bd8d4c7d73af49ee2bcdff2bda046cfdc9dbbf8e5c01a62582f9ff96870fc9625585e547148b6f3fb6f3ee611a9a38a433b844a2 mycroft-messagebus-client-0.9.2.tar.gz
-f724fc0b15c8548acb7ecc040e3971133e602199c566b47a0d855a9943e729f79f817254de94d1a3442430557c89224ca465e76b1cd0d1a0336452cf0bc963af relax-dep-requirements.patch"