aboutsummaryrefslogtreecommitdiffstats
path: root/testing/py3-jarbas-hive-mind/APKBUILD
blob: d2c125a9f69820c34c97e52a57bf1d8b8aee74b8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
# Contributor: Bart Ribbers <bribbers@disroot.org>
# Maintainer: Bart Ribbers <bribbers@disroot.org>
pkgname=py3-jarbas-hive-mind
pkgver=0.10.6
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="1914717aee4eab0a509385de2e85b0eb3db35109a73f02199fa2926d3ffc80ee709bb479edc77a337952a3fb779a6b3e4b97ce437454d561754bc5476bc10267  jarbas_hive_mind-0.10.6.tar.gz"