python3-numpy-stl: update to 2.17.1.

This commit is contained in:
Karl Nilsson 2022-05-20 21:27:06 -04:00 committed by classabbyamp
parent c8ecc869ed
commit 7616274c7d
1 changed files with 4 additions and 2 deletions

View File

@ -1,10 +1,12 @@
# Template file for 'python3-numpy-stl'
pkgname=python3-numpy-stl
version=2.16.3
version=2.17.1
revision=1
wrksrc="numpy-stl-${version}"
build_style=python3-module
build_helper="numpy"
# skip flake8 tests
make_check_args="-o addopts=--doctest-modules --ignore=build"
hostmakedepends="python3-setuptools python3-Cython"
makedepends="python3-devel"
depends="python3-numpy python3-utils"
@ -14,7 +16,7 @@ maintainer="Karl Nilsson <karl.robert.nilsson@gmail.com>"
license="BSD-3-Clause"
homepage="https://github.com/WoLpH/numpy-stl/"
distfiles="https://github.com/WoLpH/numpy-stl/archive/v${version}.tar.gz"
checksum=11a0afb41923e5a6839dcce4cc5f55229a36c7251e138d3a1a818d7636e5e777
checksum=6228bd07cdb67bb3e4a67721146c425a6f2b0546dba8dfa082d7cf58642c0f1a
conflicts="python-numpy-stl>=0"