21 lines
682 B
Bash
21 lines
682 B
Bash
# Template file for 'python3-Bottleneck'
|
|
pkgname=python3-Bottleneck
|
|
version=1.3.2
|
|
revision=3
|
|
wrksrc="Bottleneck-${version}"
|
|
build_style=python3-module
|
|
hostmakedepends="python3-setuptools python3-numpy"
|
|
makedepends="python3-devel"
|
|
depends="python3-numpy"
|
|
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=20179f0b66359792ea283b69aa16366419132f3b6cf3adadc0c48e2e8118e573
|
|
|
|
post_install() {
|
|
rm -f ${DESTDIR}/usr/lib/python*/site-packages/bottleneck/LICENSE
|
|
vlicense LICENSE
|
|
}
|