aports/testing/py3-rns/APKBUILD
2025-05-27 21:31:17 +00:00

28 lines
910 B
Text

# Contributor: jahway603 <jahway603@tutanota.de>
# Maintainer: jahway603 <jahway603@tutanota.de>
pkgname=py3-rns
pkgver=0.9.6
pkgrel=0
pkgdesc="Self-configuring, encrypted and resilient mesh networking stack for LoRa, packet radio, WiFi and everything in between"
url="https://github.com/markqvist/Reticulum"
arch="all"
license="custom"
depends="python3 py3-cryptography py3-pyserial"
makedepends="py3-gpep517 py3-setuptools py3-wheel wget"
subpackages="$pkgname-pyc"
source="rns-$pkgver.tar.gz::$url/archive/refs/tags/$pkgver.tar.gz"
builddir="$srcdir/Reticulum-$pkgver"
options="!check" # no tests
build() {
gpep517 build-wheel \
--wheel-dir .dist \
--output-fd 3 3>&1 >&2
}
package() {
python3 -m installer -d "$pkgdir" \
.dist/*.whl
}
sha512sums="02e99f29017808ef97e952da0a827dbaa3313be1bf2ace2a315895830857894a9647391e2df19066cde6871efccf13bce2f87ea04ea316b181235d093918ccc9 rns-0.9.6.tar.gz"