void-packages/srcpkgs/python3-numpy-stl/template

25 lines
774 B
Bash

# Template file for 'python3-numpy-stl'
pkgname=python3-numpy-stl
version=2.11.2
revision=1
wrksrc="numpy-stl-${version}"
build_style=python3-module
hostmakedepends="python3-setuptools python3-Cython"
makedepends="python3-devel python3-numpy"
depends="python3-setuptools python3-numpy python3-utils"
short_desc="Python3 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/archive/v${version}.tar.gz"
checksum=d1985a27fa8c28e5883bf9cb9c3c33a0ac7fad196fc6162d59c701ab18740ac4
conflicts="python-numpy-stl>=0"
pre_build() {
sed -i '/setup_requires=/d' setup.py
}
pkg_install() {
vlicense LICENSE
}