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/APKBUILD37
1 files changed, 0 insertions, 37 deletions
diff --git a/community/py3-mycroft-messagebus-client/APKBUILD b/community/py3-mycroft-messagebus-client/APKBUILD
deleted file mode 100644
index 2d9ecdaef62..00000000000
--- a/community/py3-mycroft-messagebus-client/APKBUILD
+++ /dev/null
@@ -1,37 +0,0 @@
-# Contributor: Bart Ribbers <bribbers@disroot.org>
-# Maintainer: Bart Ribbers <bribbers@disroot.org>
-pkgname=py3-mycroft-messagebus-client
-pkgver=0.9.3
-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="
-7e6fb8d76317c67c1c14043c878078a6df190bcec98c6d51e33e056cd5e6172459ad53794f7ebd90b362aa25a19a8ddde17f5094247898f8085f648aacb76d45 mycroft-messagebus-client-0.9.3.tar.gz
-a6791f16ae3c7342c7f5b69f4f9d0f5c29836892ff5db0d2d8c971ab614a0703bd7887bb9d244a27afc9edca04f163c836da15e927771241578e541ddd47ea7b relax-dep-requirements.patch
-"