mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
python3-Bottleneck: update to 1.4.0.
This commit is contained in:
parent
c680ee2bf0
commit
91772affae
1 changed files with 6 additions and 5 deletions
|
@ -1,9 +1,10 @@
|
||||||
# Template file for 'python3-Bottleneck'
|
# Template file for 'python3-Bottleneck'
|
||||||
pkgname=python3-Bottleneck
|
pkgname=python3-Bottleneck
|
||||||
version=1.3.7
|
version=1.4.0
|
||||||
revision=1
|
revision=1
|
||||||
build_style=python3-module
|
build_style=python3-pep517
|
||||||
hostmakedepends="python3-setuptools python3-numpy"
|
make_check_target=".xbps-testdir/*/${py3_sitelib}/bottleneck/tests"
|
||||||
|
hostmakedepends="python3-setuptools python3-versioneer python3-wheel python3-numpy"
|
||||||
makedepends="python3-devel"
|
makedepends="python3-devel"
|
||||||
depends="python3-numpy"
|
depends="python3-numpy"
|
||||||
checkdepends="python3-pytest-xdist $depends"
|
checkdepends="python3-pytest-xdist $depends"
|
||||||
|
@ -11,8 +12,8 @@ short_desc="Fast NumPy array functions written in C (Python3)"
|
||||||
maintainer="Orphaned <orphan@voidlinux.org>"
|
maintainer="Orphaned <orphan@voidlinux.org>"
|
||||||
license="BSD-2-Clause"
|
license="BSD-2-Clause"
|
||||||
homepage="https://github.com/kwgoodman/bottleneck"
|
homepage="https://github.com/kwgoodman/bottleneck"
|
||||||
distfiles="${PYPI_SITE}/B/Bottleneck/Bottleneck-${version}.tar.gz"
|
distfiles="${PYPI_SITE}/b/bottleneck/bottleneck-${version}.tar.gz"
|
||||||
checksum=e1467e373ad469da340ed0ff283214d6531cc08bfdca2083361a3aa6470681f8
|
checksum=beb36df519b8709e7d357c0c9639b03b885ca6355bbf5e53752c685de51605b8
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
rm -f ${DESTDIR}/usr/lib/python*/site-packages/bottleneck/LICENSE
|
rm -f ${DESTDIR}/usr/lib/python*/site-packages/bottleneck/LICENSE
|
||||||
|
|
Loading…
Add table
Reference in a new issue