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

25 lines
842 B
Bash

# Template file for 'python3-numpy-stl'
pkgname=python3-numpy-stl
version=2.17.1
revision=4
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"
checkdepends="$depends python3-pytest-cov python3-pytest-flake8 python3-docutils"
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=6228bd07cdb67bb3e4a67721146c425a6f2b0546dba8dfa082d7cf58642c0f1a
conflicts="python-numpy-stl>=0"
pkg_install() {
vlicense LICENSE
}