aboutsummaryrefslogtreecommitdiffstats
path: root/community/py3-jarbas-hive-mind/APKBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'community/py3-jarbas-hive-mind/APKBUILD')
-rw-r--r--community/py3-jarbas-hive-mind/APKBUILD37
1 files changed, 0 insertions, 37 deletions
diff --git a/community/py3-jarbas-hive-mind/APKBUILD b/community/py3-jarbas-hive-mind/APKBUILD
deleted file mode 100644
index e4fb8ad4133..00000000000
--- a/community/py3-jarbas-hive-mind/APKBUILD
+++ /dev/null
@@ -1,37 +0,0 @@
-# Contributor: Bart Ribbers <bribbers@disroot.org>
-# Maintainer: Bart Ribbers <bribbers@disroot.org>
-pkgname=py3-jarbas-hive-mind
-pkgver=0.10.7
-pkgrel=0
-pkgdesc="Mesh Networking utilities for MyCroft core"
-url="https://github.com/JarbasAl/hive_mind"
-arch="noarch"
-license="Apache-2.0"
-depends="
- py3-autobahn
- py3-ovos-utils
- py3-json-database
- py3-openssl
- py3-pycryptodome
- py3-service_identity
- py3-twisted
- py3-upnpclient
- py3-zeroconf
- python3
- "
-makedepends="py3-setuptools"
-source="https://pypi.python.org/packages/source/j/jarbas_hive_mind/jarbas_hive_mind-$pkgver.tar.gz"
-options="!check" # No tests
-builddir="$srcdir/jarbas_hive_mind-$pkgver"
-
-build() {
- python3 setup.py build
-}
-
-package() {
- python3 setup.py install --prefix=/usr --root="$pkgdir"
-}
-
-sha512sums="
-c27368df9d3abe5ec509f1b9e863d49a82a057b59bbf416be1533b62e5f48c0f68c2d257e95b20b845780178ffc6c4f4657291f88c3cd984206663a4d0c62ab4 jarbas_hive_mind-0.10.7.tar.gz
-"