mirror of
https://github.com/void-linux/void-packages.git
synced 2025-04-19 07:37:01 +02:00
New package: python3-pytools-2020.1
This commit is contained in:
parent
7179a375f7
commit
119bf5eb6e
1 changed files with 19 additions and 0 deletions
19
srcpkgs/python3-pytools/template
Normal file
19
srcpkgs/python3-pytools/template
Normal file
|
@ -0,0 +1,19 @@
|
|||
# Template file for 'python3-pytools'
|
||||
pkgname=python3-pytools
|
||||
version=2020.1
|
||||
revision=1
|
||||
archs=noarch
|
||||
wrksrc=${pkgname#*-}-${version}
|
||||
build_style=python3-module
|
||||
hostmakedepends="python3-setuptools"
|
||||
depends="python3-decorator python3-appdirs python3-six python3-numpy"
|
||||
short_desc="Python utilities from Andreas Kloeckner"
|
||||
maintainer="Andrew J. Hesford <ajh@sideband.org>"
|
||||
license="X11"
|
||||
homepage="https://pypi.org/project/pytools"
|
||||
distfiles="${PYPI_SITE}/p/pytools/pytools-${version}.tar.gz"
|
||||
checksum=c132d17855584ad61c6e00f3ff11146499755944afc400cce9eae0ecf03d04a6
|
||||
|
||||
post_install() {
|
||||
vlicense LICENSE
|
||||
}
|
Loading…
Add table
Reference in a new issue