From fec90030dcb1fbb305d725215b027d4b3e6973cb Mon Sep 17 00:00:00 2001 From: Bart Ribbers Date: Sat, 10 Oct 2020 16:52:54 +0200 Subject: community/py3-loki: new aport Needed for community/py3-joblib --- community/py3-loki/APKBUILD | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 community/py3-loki/APKBUILD diff --git a/community/py3-loki/APKBUILD b/community/py3-loki/APKBUILD new file mode 100644 index 0000000000..2d0a6e2923 --- /dev/null +++ b/community/py3-loki/APKBUILD @@ -0,0 +1,24 @@ +# Contributor: Bart Ribbers +# Maintainer: Bart Ribbers +pkgname=py3-loki +pkgver=0.5.6 +pkgrel=0 +pkgdesc="Simple model for galactic kinematics of low-mass stars" +url="https://github.com/ctheissen/LoKi" +arch="noarch" +license="MIT" +depends="python3" +makedepends="py3-setuptools" +source="https://pypi.python.org/packages/source/l/loki/loki-$pkgver.tar.gz" +options="!check" # No tests +builddir="$srcdir/loki-$pkgver" + +build() { + python3 setup.py build +} + +package() { + python3 setup.py install --prefix=/usr --root="$pkgdir" +} + +sha512sums="019aea2a97e706a949b58372d8f32feb9a7d0dc2cba6a8b811e99cd89317a9cfcb96ec5b33af5f30c52cc4ef8d85e31071d5790ae31400b4fb24bb688cdea141 loki-0.5.6.tar.gz" -- cgit v1.2.3