mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-09 00:23:52 +02:00
python3-iniconfig: update to 1.1.1.
This commit is contained in:
parent
760bf8686c
commit
8c3d591af7
1 changed files with 4 additions and 4 deletions
|
@ -1,10 +1,10 @@
|
||||||
# Template file for 'python3-iniconfig'
|
# Template file for 'python3-iniconfig'
|
||||||
pkgname=python3-iniconfig
|
pkgname=python3-iniconfig
|
||||||
version=1.0.1
|
version=1.1.1
|
||||||
revision=2
|
revision=1
|
||||||
wrksrc="iniconfig-${version}"
|
wrksrc="iniconfig-${version}"
|
||||||
build_style=python3-module
|
build_style=python3-module
|
||||||
hostmakedepends="python3-setuptools"
|
hostmakedepends="python3-setuptools_scm"
|
||||||
depends="python3"
|
depends="python3"
|
||||||
checkdepends="python3-py python3-pytest"
|
checkdepends="python3-py python3-pytest"
|
||||||
short_desc="Brain-dead simple config-ini parsing"
|
short_desc="Brain-dead simple config-ini parsing"
|
||||||
|
@ -12,7 +12,7 @@ maintainer="Piotr Wójcik <chocimier@tlen.pl>"
|
||||||
license="MIT"
|
license="MIT"
|
||||||
homepage="https://github.com/RonnyPfannschmidt/iniconfig"
|
homepage="https://github.com/RonnyPfannschmidt/iniconfig"
|
||||||
distfiles="${PYPI_SITE}/i/iniconfig/iniconfig-${version}.tar.gz"
|
distfiles="${PYPI_SITE}/i/iniconfig/iniconfig-${version}.tar.gz"
|
||||||
checksum=e5f92f89355a67de0595932a6c6c02ab4afddc6fcdc0bfc5becd0d60884d3f69
|
checksum=bc3af051d7d14b2ee5ef9969666def0cd1a000e121eaea580d4a313df4b37f32
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vlicense LICENSE
|
vlicense LICENSE
|
||||||
|
|
Loading…
Add table
Reference in a new issue