python3-confuse: update to 1.7.0.
This commit is contained in:
parent
95e9481471
commit
c2f38c8263
|
@ -1,6 +1,6 @@
|
|||
# Template file for 'python3-confuse'
|
||||
pkgname=python3-confuse
|
||||
version=1.6.0
|
||||
version=1.7.0
|
||||
revision=1
|
||||
wrksrc="confuse-${version}"
|
||||
build_style=python3-module
|
||||
|
@ -11,8 +11,9 @@ short_desc="Painless YAML config files for Python"
|
|||
maintainer="Joel Beckmeyer <joel@beckmeyer.us>"
|
||||
license="MIT"
|
||||
homepage="https://github.com/beetbox/confuse"
|
||||
changelog="https://raw.githubusercontent.com/beetbox/confuse/master/docs/changelog.rst"
|
||||
distfiles="${PYPI_SITE}/c/confuse/confuse-${version}.tar.gz"
|
||||
checksum=d60104c0b2a708041ac27487fa6ee69bd37d910549659c7ba92f52cbe2ced4dc
|
||||
checksum=c9fe8474516a62397f8e52fcf89547bb2f2737b1a4a6f6dec11a286f0b3a7401
|
||||
|
||||
post_install() {
|
||||
vlicense LICENSE
|
||||
|
|
Loading…
Reference in New Issue