python3-confuse: update to 2.2.0.
This commit is contained in:
committed by
Duncan Overbruck
parent
aecb61ffa9
commit
ef83dabc56
@@ -1,20 +1,18 @@
|
||||
# Template file for 'python3-confuse'
|
||||
pkgname=python3-confuse
|
||||
version=2.1.0
|
||||
version=2.2.0
|
||||
revision=1
|
||||
build_style=python3-pep517
|
||||
hostmakedepends="python3-poetry-core"
|
||||
depends="python3-yaml"
|
||||
checkdepends="${depends} python3-pytest"
|
||||
checkdepends="${depends} python3-pytest python3-typing_extensions"
|
||||
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=abb9674a99c7a6efaef84e2fc84403ecd2dd304503073ff76ea18ed4176e218d
|
||||
|
||||
make_check=no # this release has no tests, next one does
|
||||
checksum=35c1b53e81be125f441bee535130559c935917b26aeaa61289010cd1f55c2b9e
|
||||
|
||||
post_install() {
|
||||
vlicense LICENSE
|
||||
|
||||
Reference in New Issue
Block a user