python-numpy-stl: fix template
This commit is contained in:
parent
12680196c9
commit
91943dd023
|
@ -2,7 +2,7 @@
|
||||||
pkgname=python-numpy-stl
|
pkgname=python-numpy-stl
|
||||||
version=2.11.0
|
version=2.11.0
|
||||||
revision=1
|
revision=1
|
||||||
wrksrc="numpy-stl-v${version}"
|
wrksrc="numpy-stl-${version}"
|
||||||
build_style=python-module
|
build_style=python-module
|
||||||
pycompile_module="stl"
|
pycompile_module="stl"
|
||||||
hostmakedepends="python-setuptools python3-setuptools python-Cython python3-Cython"
|
hostmakedepends="python-setuptools python3-setuptools python-Cython python3-Cython"
|
||||||
|
@ -12,7 +12,7 @@ short_desc="Python2 library to make working with STL files fast and easy"
|
||||||
maintainer="Karl Nilsson <karl.robert.nilsson@gmail.com>"
|
maintainer="Karl Nilsson <karl.robert.nilsson@gmail.com>"
|
||||||
license="BSD-3-Clause"
|
license="BSD-3-Clause"
|
||||||
homepage="https://github.com/WoLpH/numpy-stl/"
|
homepage="https://github.com/WoLpH/numpy-stl/"
|
||||||
distflies="https://github.com/WoLpH/numpy-stl/archive/v${version}.tar.gz"
|
distfiles="https://github.com/WoLpH/numpy-stl/archive/v${version}.tar.gz"
|
||||||
checksum=8e2a6320a956b6e0f9969e55553d7d3ef3f77f1ffc32cf66d010152ea4a0dd7a
|
checksum=8e2a6320a956b6e0f9969e55553d7d3ef3f77f1ffc32cf66d010152ea4a0dd7a
|
||||||
|
|
||||||
alternatives="
|
alternatives="
|
||||||
|
|
Loading…
Reference in New Issue