New package: python3-iniconfig-1.0.1

This commit is contained in:
Piotr Wójcik 2020-09-15 21:50:31 +02:00 committed by Piotr
parent 219be9dfae
commit 45b97bd6d5
1 changed files with 19 additions and 0 deletions

View File

@ -0,0 +1,19 @@
# Template file for 'python3-iniconfig'
pkgname=python3-iniconfig
version=1.0.1
revision=1
wrksrc="iniconfig-${version}"
build_style=python3-module
hostmakedepends="python3-setuptools"
depends="python3"
checkdepends="python3-py python3-pytest"
short_desc="Brain-dead simple config-ini parsing"
maintainer="Piotr Wójcik <chocimier@tlen.pl>"
license="MIT"
homepage="https://github.com/RonnyPfannschmidt/iniconfig"
distfiles="${PYPI_SITE}/i/iniconfig/iniconfig-${version}.tar.gz"
checksum=e5f92f89355a67de0595932a6c6c02ab4afddc6fcdc0bfc5becd0d60884d3f69
post_install() {
vlicense LICENSE
}