python3-tables: rebuild for Python 3.10

This commit is contained in:
Andrew J. Hesford 2021-09-24 23:17:53 -04:00
parent 657e8f1a9b
commit 29620a981d

View file

@ -1,22 +1,26 @@
# Template file for 'python3-tables' # Template file for 'python3-tables'
pkgname=python3-tables pkgname=python3-tables
version=3.6.1 version=3.6.1
revision=2 revision=3
wrksrc="${pkgname#*-}-${version}" wrksrc="${pkgname#*-}-${version}"
build_style=python3-module build_style=python3-module
pycompile_module="tables"
# XXX: c-blosc (using internal for now) # XXX: c-blosc (using internal for now)
hostmakedepends="python3-setuptools" hostmakedepends="python3-setuptools python3-numpy python3-Cython"
makedepends="python3-devel python3-numpy python3-Cython hdf5-devel lzo-devel bzip2-devel" makedepends="python3-devel hdf5-devel lzo-devel bzip2-devel"
depends="python3-setuptools python3-numpy python3-numexpr python3-six" depends="python3-numpy python3-numexpr"
short_desc="Hierarchical datasets for Python3" short_desc="Hierarchical datasets for Python3"
maintainer="pulux <pulux@pf4sh.de>" maintainer="pulux <pulux@pf4sh.de>"
license="BSD-3-Clause" license="BSD-3-Clause"
homepage="http://www.pytables.org/" homepage="http://www.pytables.org/"
# changelog=$homepage/release-notes/RELEASE_NOTES_v3.4.x.html changelog="http://www.pytables.org/release_notes.html"
distfiles="${PYPI_SITE}/t/tables/tables-${version}.tar.gz" distfiles="${PYPI_SITE}/t/tables/tables-${version}.tar.gz"
checksum=49a972b8a7c27a8a173aeb05f67acb45fe608b64cd8e9fa667c0962a60b71b49 checksum=49a972b8a7c27a8a173aeb05f67acb45fe608b64cd8e9fa667c0962a60b71b49
post_extract() {
# Make sure Cython is run during build
rm tables/*.c
}
post_install() { post_install() {
vlicense LICENSE.txt LICENSE vlicense LICENSE.txt LICENSE
} }