mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-07 23:53:51 +02:00
python3-xmltodict: update to 0.14.2.
This commit is contained in:
parent
92a70b243d
commit
c9ff6f44dd
1 changed files with 4 additions and 4 deletions
|
@ -1,8 +1,8 @@
|
||||||
# Template file for 'python3-xmltodict'
|
# Template file for 'python3-xmltodict'
|
||||||
pkgname=python3-xmltodict
|
pkgname=python3-xmltodict
|
||||||
version=0.13.0
|
version=0.14.2
|
||||||
revision=3
|
revision=1
|
||||||
build_style=python3-module
|
build_style=python3-pep517
|
||||||
hostmakedepends="python3-setuptools"
|
hostmakedepends="python3-setuptools"
|
||||||
depends="python3"
|
depends="python3"
|
||||||
checkdepends="python3-pytest"
|
checkdepends="python3-pytest"
|
||||||
|
@ -12,7 +12,7 @@ license="MIT"
|
||||||
homepage="https://github.com/martinblech/xmltodict"
|
homepage="https://github.com/martinblech/xmltodict"
|
||||||
changelog="https://raw.githubusercontent.com/martinblech/xmltodict/master/CHANGELOG.md"
|
changelog="https://raw.githubusercontent.com/martinblech/xmltodict/master/CHANGELOG.md"
|
||||||
distfiles="${PYPI_SITE}/x/xmltodict/xmltodict-${version}.tar.gz"
|
distfiles="${PYPI_SITE}/x/xmltodict/xmltodict-${version}.tar.gz"
|
||||||
checksum=341595a488e3e01a85a9d8911d8912fd922ede5fecc4dce437eb4b6c8d037e56
|
checksum=201e7c28bb210e374999d1dde6382923ab0ed1a8a5faeece48ab525b7810a553
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vlicense LICENSE
|
vlicense LICENSE
|
||||||
|
|
Loading…
Add table
Reference in a new issue