python3-pytools: update to 2021.1.
This commit is contained in:
parent
59a322df63
commit
b25213f869
|
@ -1,18 +1,18 @@
|
||||||
# Template file for 'python3-pytools'
|
# Template file for 'python3-pytools'
|
||||||
pkgname=python3-pytools
|
pkgname=python3-pytools
|
||||||
version=2020.4.4
|
version=2021.1
|
||||||
revision=1
|
revision=1
|
||||||
wrksrc=${pkgname#*-}-${version}
|
wrksrc=${pkgname#*-}-${version}
|
||||||
build_style=python3-module
|
build_style=python3-module
|
||||||
hostmakedepends="python3-setuptools"
|
hostmakedepends="python3-setuptools"
|
||||||
depends="python3-decorator python3-appdirs python3-six python3-numpy"
|
depends="python3-decorator python3-appdirs python3-six python3-numpy"
|
||||||
checkdepends="python3-mpi4py python3-numpy python3-six python3-appdirs python3-decorator"
|
checkdepends="python3-pytest python3-mpi4py $depends"
|
||||||
short_desc="Python utilities from Andreas Kloeckner"
|
short_desc="Python utilities from Andreas Kloeckner"
|
||||||
maintainer="Andrew J. Hesford <ajh@sideband.org>"
|
maintainer="Andrew J. Hesford <ajh@sideband.org>"
|
||||||
license="X11"
|
license="X11"
|
||||||
homepage="https://pypi.org/project/pytools"
|
homepage="https://pypi.org/project/pytools"
|
||||||
distfiles="${PYPI_SITE}/p/pytools/pytools-${version}.tar.gz"
|
distfiles="${PYPI_SITE}/p/pytools/pytools-${version}.tar.gz"
|
||||||
checksum=3645ed839cf4d79cb4bf030f37ddaeecd7fe5e2d6698438cc36c24a1d5168809
|
checksum=073ae22a0ae946e2db97164f2eb24a599cd3a51430384aa40859dffd73056c40
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vlicense LICENSE
|
vlicense LICENSE
|
||||||
|
|
Loading…
Reference in New Issue