mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-09 08:33:51 +02:00
New package: python3-tomli-1.2.1
This commit is contained in:
parent
1e80e293d2
commit
30936527c3
1 changed files with 20 additions and 0 deletions
20
srcpkgs/python3-tomli/template
Normal file
20
srcpkgs/python3-tomli/template
Normal file
|
@ -0,0 +1,20 @@
|
||||||
|
# Template file for 'python3-tomli'
|
||||||
|
pkgname=python3-tomli
|
||||||
|
version=1.2.1
|
||||||
|
revision=1
|
||||||
|
wrksrc="tomli-${version}"
|
||||||
|
build_style=python3-pep517
|
||||||
|
hostmakedepends="python3-flit_core"
|
||||||
|
depends="python3"
|
||||||
|
short_desc="Little TOML parser for Python"
|
||||||
|
maintainer="Andrew J. Hesford <ajh@sideband.org>"
|
||||||
|
license="MIT"
|
||||||
|
homepage="https://github.com/hukkin/tomli"
|
||||||
|
distfiles="${PYPI_SITE}/t/tomli/tomli-${version}.tar.gz"
|
||||||
|
checksum=a5b75cb6f3968abb47af1b40c1819dc519ea82bcc065776a866e8d74c5ca9442
|
||||||
|
# Archive includes no tests
|
||||||
|
make_check=no
|
||||||
|
|
||||||
|
post_install() {
|
||||||
|
vlicense LICENSE
|
||||||
|
}
|
Loading…
Add table
Reference in a new issue