mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 22:53:51 +02:00
python3-confuse: update to 2.0.0.
This commit is contained in:
parent
46c2749925
commit
ea855140fb
1 changed files with 4 additions and 4 deletions
|
@ -1,10 +1,10 @@
|
||||||
# Template file for 'python3-confuse'
|
# Template file for 'python3-confuse'
|
||||||
pkgname=python3-confuse
|
pkgname=python3-confuse
|
||||||
version=1.7.0
|
version=2.0.0
|
||||||
revision=1
|
revision=1
|
||||||
wrksrc="confuse-${version}"
|
wrksrc="confuse-${version}"
|
||||||
build_style=python3-module
|
build_style=python3-pep517
|
||||||
hostmakedepends="python3-setuptools"
|
hostmakedepends="python3-flit_core"
|
||||||
depends="python3-yaml"
|
depends="python3-yaml"
|
||||||
checkdepends="${depends} python3-pytest"
|
checkdepends="${depends} python3-pytest"
|
||||||
short_desc="Painless YAML config files for Python"
|
short_desc="Painless YAML config files for Python"
|
||||||
|
@ -13,7 +13,7 @@ license="MIT"
|
||||||
homepage="https://github.com/beetbox/confuse"
|
homepage="https://github.com/beetbox/confuse"
|
||||||
changelog="https://raw.githubusercontent.com/beetbox/confuse/master/docs/changelog.rst"
|
changelog="https://raw.githubusercontent.com/beetbox/confuse/master/docs/changelog.rst"
|
||||||
distfiles="${PYPI_SITE}/c/confuse/confuse-${version}.tar.gz"
|
distfiles="${PYPI_SITE}/c/confuse/confuse-${version}.tar.gz"
|
||||||
checksum=c9fe8474516a62397f8e52fcf89547bb2f2737b1a4a6f6dec11a286f0b3a7401
|
checksum=acc57c45ec2a9850a90fe7c29812bbdd8405e48a49c1a22899df915d0aca941f
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vlicense LICENSE
|
vlicense LICENSE
|
||||||
|
|
Loading…
Add table
Reference in a new issue