23 lines
797 B
Bash
23 lines
797 B
Bash
# Template file for 'python3-tables'
|
|
pkgname=python3-tables
|
|
version=3.6.1
|
|
revision=1
|
|
wrksrc="${pkgname#*-}-${version}"
|
|
build_style=python3-module
|
|
pycompile_module="tables"
|
|
# XXX: c-blosc (using internal for now)
|
|
hostmakedepends="python3-setuptools"
|
|
makedepends="python3-devel python3-numpy python3-Cython hdf5-devel lzo-devel bzip2-devel"
|
|
depends="python3-setuptools python3-numpy python3-numexpr python3-six"
|
|
short_desc="Hierarchical datasets for Python3"
|
|
maintainer="pulux <pulux@pf4sh.de>"
|
|
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=49a972b8a7c27a8a173aeb05f67acb45fe608b64cd8e9fa667c0962a60b71b49
|
|
|
|
post_install() {
|
|
vlicense LICENSE.txt LICENSE
|
|
}
|