22 lines
797 B
Bash
22 lines
797 B
Bash
# Template file for 'python3-Bottleneck'
|
|
pkgname=python3-Bottleneck
|
|
version=1.4.0
|
|
revision=1
|
|
build_style=python3-pep517
|
|
make_check_target=".xbps-testdir/*/${py3_sitelib}/bottleneck/tests"
|
|
hostmakedepends="python3-setuptools python3-versioneer python3-wheel 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=beb36df519b8709e7d357c0c9639b03b885ca6355bbf5e53752c685de51605b8
|
|
|
|
post_install() {
|
|
rm -f ${DESTDIR}/usr/lib/python*/site-packages/bottleneck/LICENSE
|
|
vlicense LICENSE
|
|
}
|