mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-07 23:53:51 +02:00
python3-Bottleneck: update to 1.3.7.
This commit is contained in:
parent
e57f1c309e
commit
bc904d991d
2 changed files with 5 additions and 3 deletions
|
@ -1,17 +1,18 @@
|
||||||
# Template file for 'python3-Bottleneck'
|
# Template file for 'python3-Bottleneck'
|
||||||
pkgname=python3-Bottleneck
|
pkgname=python3-Bottleneck
|
||||||
version=1.3.2
|
version=1.3.7
|
||||||
revision=5
|
revision=1
|
||||||
build_style=python3-module
|
build_style=python3-module
|
||||||
hostmakedepends="python3-setuptools python3-numpy"
|
hostmakedepends="python3-setuptools python3-numpy"
|
||||||
makedepends="python3-devel"
|
makedepends="python3-devel"
|
||||||
depends="python3-numpy"
|
depends="python3-numpy"
|
||||||
|
checkdepends="python3-pytest-xdist $depends"
|
||||||
short_desc="Fast NumPy array functions written in C (Python3)"
|
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=20179f0b66359792ea283b69aa16366419132f3b6cf3adadc0c48e2e8118e573
|
checksum=e1467e373ad469da340ed0ff283214d6531cc08bfdca2083361a3aa6470681f8
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
rm -f ${DESTDIR}/usr/lib/python*/site-packages/bottleneck/LICENSE
|
rm -f ${DESTDIR}/usr/lib/python*/site-packages/bottleneck/LICENSE
|
||||||
|
|
1
srcpkgs/python3-Bottleneck/update
Normal file
1
srcpkgs/python3-Bottleneck/update
Normal file
|
@ -0,0 +1 @@
|
||||||
|
ignore="*rc*"
|
Loading…
Add table
Reference in a new issue