19 lines
628 B
Bash
19 lines
628 B
Bash
# Template file for 'python3-niapy'
|
|
pkgname=python3-niapy
|
|
version=2.1.0
|
|
revision=1
|
|
build_style=python3-pep517
|
|
hostmakedepends="python3-poetry-core"
|
|
depends="python3-numpy python3-openpyxl python3-pandas python3-matplotlib"
|
|
checkdepends="python3-pytest $depends"
|
|
short_desc="Python microframework for building nature-inspired algorithms"
|
|
maintainer="firefly-cpp <iztok@iztok-jr-fister.eu>"
|
|
license="MIT"
|
|
homepage="https://github.com/NiaOrg/NiaPy"
|
|
distfiles="https://github.com/NiaOrg/NiaPy/archive/${version}.tar.gz"
|
|
checksum=858a40541a0772ab517ed79887a8c781b20996364da74ea1b6107ac671f660c8
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|