mirror of
https://github.com/void-linux/void-packages.git
synced 2025-04-16 22:27:02 +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'
|
||||
pkgname=python3-niapy
|
||||
version=2.0.5
|
||||
revision=2
|
||||
build_style=python3-module
|
||||
hostmakedepends="python3-setuptools"
|
||||
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"
|
||||
|
@ -11,7 +11,7 @@ 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=965b2ef884a24bbd17c3f1218a1ffc9b052c0201638dafb12a9e6452d99057c2
|
||||
checksum=858a40541a0772ab517ed79887a8c781b20996364da74ea1b6107ac671f660c8
|
||||
|
||||
post_install() {
|
||||
vlicense LICENSE
|
||||
|
|
Loading…
Add table
Reference in a new issue