mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-02-21 07:42:21 +01:00
testing/py3-niaarm: new aport
This commit is contained in:
parent
41d983f9ce
commit
bdeecf52b9
31
testing/py3-niaarm/APKBUILD
Normal file
31
testing/py3-niaarm/APKBUILD
Normal file
@ -0,0 +1,31 @@
|
||||
# Contributor: Iztok Fister, Jr. <iztok@iztok-jr-fister.eu>
|
||||
# Maintainer: Iztok Fister, Jr. <iztok@iztok-jr-fister.eu>
|
||||
pkgname=py3-niaarm
|
||||
_pkgorig=niaarm
|
||||
pkgver=0.1.2
|
||||
pkgrel=0
|
||||
pkgdesc="A minimalistic framework for numerical association rule mining."
|
||||
url="https://github.com/firefly-cpp/NiaARM"
|
||||
arch="noarch !riscv64 !x86 !armv7 !armhf" # py3-niapy + AssertionErrors
|
||||
license="MIT"
|
||||
depends="python3 py3-numpy py3-pandas py3-niapy"
|
||||
checkdepends="python3-dev py3-pytest"
|
||||
makedepends="py3-setuptools"
|
||||
source="$pkgname-$pkgver.tar.gz::https://files.pythonhosted.org/packages/source/n/niaarm/niaarm-$pkgver.tar.gz"
|
||||
builddir="$srcdir/$_pkgorig-$pkgver"
|
||||
|
||||
build() {
|
||||
python3 setup.py build
|
||||
}
|
||||
|
||||
check() {
|
||||
python3 -m pytest
|
||||
}
|
||||
|
||||
package() {
|
||||
python3 setup.py install --prefix=/usr --root="$pkgdir"
|
||||
}
|
||||
|
||||
sha512sums="
|
||||
07785bdd0e7baa7a4051263f0d65f978f4e256ea425da0cc194fbeaf01e9997ab2e004f7685e04aa1cb1d008853bcd6ea4723710b95f5a9849ec73675dee5377 py3-niaarm-0.1.2.tar.gz
|
||||
"
|
||||
Loading…
x
Reference in New Issue
Block a user