19 lines
646 B
Bash
19 lines
646 B
Bash
# Template file for 'python3-niapy'
|
|
pkgname=python3-niapy
|
|
version=2.3.1
|
|
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/v${version}/niapy-${version}.tar.gz"
|
|
checksum=6c7eb1164bcede354f439f505d1eaa603a17eb88b93ece5922a33c641727d4c6
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|