python-numpy-stl: update to 2.9.0.
This commit is contained in:
parent
1a4225e90e
commit
6e076758e6
|
@ -1,19 +1,19 @@
|
|||
# Template file for 'python-numpy-stl'
|
||||
pkgname=python-numpy-stl
|
||||
version=2.7.0
|
||||
revision=2
|
||||
version=2.9.0
|
||||
revision=1
|
||||
wrksrc="numpy-stl-v${version}"
|
||||
build_style=python-module
|
||||
pycompile_module="stl"
|
||||
hostmakedepends="python-setuptools python3-setuptools python-Cython python3-Cython"
|
||||
makedepends="python-devel python3-devel python-numpy python3-numpy"
|
||||
depends="python-setuptools python-numpy python-enum34 python-utils"
|
||||
depends="python-setuptools python-numpy python-utils"
|
||||
short_desc="Python2 library to make working with STL files fast and easy"
|
||||
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/releases/download/v${version}/numpy-stl-v${version}.tar.xz"
|
||||
checksum=d90d3ef004b8b6dfe28e295164cb883bf4650509ce231cd8e386af83e4e08f59
|
||||
checksum=06bd41af8d07ca30faa4ab47756c9a1d36648985f7390f75d7f07fc9be85c979
|
||||
|
||||
alternatives="
|
||||
numpy-stl:stl:/usr/bin/stl2
|
||||
|
|
Loading…
Reference in New Issue