mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-30 17:33:03 +02:00
New package: python3-enrich-1.2.6
This commit is contained in:
parent
61472e2333
commit
04090bbefe
1 changed files with 19 additions and 0 deletions
19
srcpkgs/python3-enrich/template
Normal file
19
srcpkgs/python3-enrich/template
Normal file
|
@ -0,0 +1,19 @@
|
||||||
|
# Template file for 'python3-enrich'
|
||||||
|
pkgname=python3-enrich
|
||||||
|
version=1.2.6
|
||||||
|
revision=1
|
||||||
|
wrksrc="${pkgname/python3-/}-${version}"
|
||||||
|
build_style=python3-module
|
||||||
|
hostmakedepends="python3-setuptools_scm python3-wheel python3-rich"
|
||||||
|
depends="python3-rich"
|
||||||
|
checkdepends="python3-pytest python3-pytest-mock ${depends}"
|
||||||
|
short_desc="Extended variant of the rich library for python"
|
||||||
|
maintainer="Jan Christian Grünhage <jan.christian@gruenhage.xyz>"
|
||||||
|
license="MIT"
|
||||||
|
homepage="https://github.com/pycontribs/enrich"
|
||||||
|
distfiles="${PYPI_SITE}/e/enrich/enrich-${version}.tar.gz"
|
||||||
|
checksum=0e99ff57d87f7b5def0ca79917e88fb9351aa0d52e228ee38bff7cd858315fe4
|
||||||
|
|
||||||
|
post_install() {
|
||||||
|
vlicense LICENSE
|
||||||
|
}
|
Loading…
Add table
Reference in a new issue