mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-07 07:33:48 +02:00
python3-niapy: update to 2.1.0
This commit is contained in:
parent
a652cd50fa
commit
1653739ad8
1 changed files with 5 additions and 5 deletions
|
@ -1,9 +1,9 @@
|
||||||
# Template file for 'python3-niapy'
|
# Template file for 'python3-niapy'
|
||||||
pkgname=python3-niapy
|
pkgname=python3-niapy
|
||||||
version=2.0.5
|
version=2.1.0
|
||||||
revision=2
|
revision=1
|
||||||
build_style=python3-module
|
build_style=python3-pep517
|
||||||
hostmakedepends="python3-setuptools"
|
hostmakedepends="python3-poetry-core"
|
||||||
depends="python3-numpy python3-openpyxl python3-pandas python3-matplotlib"
|
depends="python3-numpy python3-openpyxl python3-pandas python3-matplotlib"
|
||||||
checkdepends="python3-pytest $depends"
|
checkdepends="python3-pytest $depends"
|
||||||
short_desc="Python microframework for building nature-inspired algorithms"
|
short_desc="Python microframework for building nature-inspired algorithms"
|
||||||
|
@ -11,7 +11,7 @@ maintainer="firefly-cpp <iztok@iztok-jr-fister.eu>"
|
||||||
license="MIT"
|
license="MIT"
|
||||||
homepage="https://github.com/NiaOrg/NiaPy"
|
homepage="https://github.com/NiaOrg/NiaPy"
|
||||||
distfiles="https://github.com/NiaOrg/NiaPy/archive/${version}.tar.gz"
|
distfiles="https://github.com/NiaOrg/NiaPy/archive/${version}.tar.gz"
|
||||||
checksum=965b2ef884a24bbd17c3f1218a1ffc9b052c0201638dafb12a9e6452d99057c2
|
checksum=858a40541a0772ab517ed79887a8c781b20996364da74ea1b6107ac671f660c8
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vlicense LICENSE
|
vlicense LICENSE
|
||||||
|
|
Loading…
Add table
Reference in a new issue