void-packages/srcpkgs/python3-Bottleneck/template

21 lines
696 B
Bash

# Template file for 'python3-Bottleneck'
pkgname=python3-Bottleneck
version=1.3.7
revision=1
build_style=python3-module
hostmakedepends="python3-setuptools python3-numpy"
makedepends="python3-devel"
depends="python3-numpy"
checkdepends="python3-pytest-xdist $depends"
short_desc="Fast NumPy array functions written in C (Python3)"
maintainer="Orphaned <orphan@voidlinux.org>"
license="BSD-2-Clause"
homepage="https://github.com/kwgoodman/bottleneck"
distfiles="${PYPI_SITE}/B/Bottleneck/Bottleneck-${version}.tar.gz"
checksum=e1467e373ad469da340ed0ff283214d6531cc08bfdca2083361a3aa6470681f8
post_install() {
rm -f ${DESTDIR}/usr/lib/python*/site-packages/bottleneck/LICENSE
vlicense LICENSE
}