From 638da02ae195a3159c77697c6a1ed967202fd06b Mon Sep 17 00:00:00 2001 From: firefly-cpp Date: Tue, 23 May 2023 15:00:44 +0200 Subject: [PATCH] New package: python3-niapy 2.0.5 --- srcpkgs/python3-niapy/template | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 srcpkgs/python3-niapy/template diff --git a/srcpkgs/python3-niapy/template b/srcpkgs/python3-niapy/template new file mode 100644 index 000000000000..c39fdcccc787 --- /dev/null +++ b/srcpkgs/python3-niapy/template @@ -0,0 +1,18 @@ +# Template file for 'python3-niapy' +pkgname=python3-niapy +version=2.0.5 +revision=1 +build_style=python3-module +hostmakedepends="python3-setuptools" +depends="python3-numpy python3-openpyxl python3-scipy" +checkdepends="python3-pytest $depends" +short_desc="Python microframework for building nature-inspired algorithms" +maintainer="firefly-cpp " +license="MIT" +homepage="https://github.com/NiaOrg/NiaPy" +distfiles="https://github.com/NiaOrg/NiaPy/archive/${version}.tar.gz" +checksum=965b2ef884a24bbd17c3f1218a1ffc9b052c0201638dafb12a9e6452d99057c2 + +post_install() { + vlicense LICENSE +}