mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-08-05 13:27:09 +02:00
community/py3-opytimizer: upgrade to 3.1.4
This commit is contained in:
parent
aefae06ba5
commit
2f70f3fddd
@ -2,11 +2,11 @@
|
||||
# Maintainer: Iztok Fister, Jr. <iztok@iztok-jr-fister.eu>
|
||||
pkgname=py3-opytimizer
|
||||
_pkgorig=opytimizer
|
||||
pkgver=3.1.3
|
||||
pkgrel=1
|
||||
pkgver=3.1.4
|
||||
pkgrel=0
|
||||
pkgdesc="A Python library consisting of nature-inspired meta-heuristic optimization algorithms"
|
||||
url="https://github.com/gugarosa/opytimizer"
|
||||
arch="noarch"
|
||||
arch="noarch !riscv64"
|
||||
license="Apache-2.0"
|
||||
depends="
|
||||
python3
|
||||
@ -32,7 +32,7 @@ build() {
|
||||
check() {
|
||||
xvfb-run -a python3 -m venv --clear --without-pip --system-site-packages .testenv
|
||||
.testenv/bin/python3 -m installer .dist/*.whl
|
||||
.testenv/bin/python3 -m pytest -n auto -k 'not plot and not test_opytimizer_load'
|
||||
.testenv/bin/python3 -m pytest -n auto -k 'not plot and not test_opytimizer_load and not test_cdo'
|
||||
}
|
||||
|
||||
package() {
|
||||
@ -41,5 +41,5 @@ package() {
|
||||
}
|
||||
|
||||
sha512sums="
|
||||
fe544066fa977f075f6e05e51df187905d2fc8d4b04e1a1b83e895d87fa1f4c419cb47d2ec75711122c4100a3200fe5efbd26f595cb2ebdf1c2f7ede815fdd34 opytimizer-3.1.3.tar.gz
|
||||
51d57ba50a1ebdc2e8d3bb9762e22fa47e0a956a5f115673a58502f63a3add94c0056d571af4864d782a2ff0d965322614eb5b46dc7bb56306eb87719352db5d opytimizer-3.1.4.tar.gz
|
||||
"
|
||||
|
Loading…
Reference in New Issue
Block a user