python-tables: update to 3.4.3 (#13949)
This commit is contained in:
parent
873e7efe4c
commit
3f38beb642
1 changed files with 5 additions and 4 deletions
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'python-tables'
|
||||
pkgname=python-tables
|
||||
version=3.4.2
|
||||
revision=5
|
||||
version=3.4.3
|
||||
revision=1
|
||||
wrksrc="${pkgname#*-}-${version}"
|
||||
build_style=python-module
|
||||
pycompile_module="tables"
|
||||
|
@ -12,10 +12,11 @@ makedepends="python-devel python3-devel python-numpy python3-numpy
|
|||
depends="python-setuptools python-numpy python-numexpr python-six"
|
||||
short_desc="Hierarchical datasets for Python2"
|
||||
maintainer="pulux <pulux@pf4sh.de>"
|
||||
license="3-clause-BSD"
|
||||
license="BSD-3-Clause"
|
||||
homepage="http://www.pytables.org/"
|
||||
# changelog=$homepage/release-notes/RELEASE_NOTES_v3.4.x.html
|
||||
distfiles="${PYPI_SITE}/t/tables/tables-${version}.tar.gz"
|
||||
checksum=fdbbea4edb6bad0ac0e53fc7bc6970e78e12eef4944aa4146bcdcb573201676c
|
||||
checksum=b6aafe47154e2140c0a91bb38ebdb6ba67a24dd86263f1c294af8c11cb7deed4
|
||||
|
||||
alternatives="
|
||||
tables:pt2to3:/usr/bin/python2-pt2to3
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue