aboutsummaryrefslogtreecommitdiffstats
path: root/community/py3-jarbas-hive-mind/APKBUILD
blob: 5b918c2d41f32ae1814b8a9df7a4ab52911b15ec (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
36
37
# Contributor: Bart Ribbers <bribbers@disroot.org>
# Maintainer: Bart Ribbers <bribbers@disroot.org>
pkgname=py3-jarbas-hive-mind
pkgver=0.10.7
pkgrel=1
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
"