mirror of
https://github.com/void-linux/void-packages.git
synced 2025-04-19 07:37:01 +02:00
python3-configobj: update to 5.0.8.
This commit is contained in:
parent
d7398f6f7b
commit
6b3ad071f8
1 changed files with 5 additions and 4 deletions
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'python3-configobj'
|
||||
pkgname=python3-configobj
|
||||
version=5.0.6
|
||||
revision=11
|
||||
version=5.0.8
|
||||
revision=1
|
||||
build_style=python3-module
|
||||
hostmakedepends="python3-setuptools"
|
||||
depends="python3-six"
|
||||
|
@ -9,9 +9,10 @@ checkdepends="python3-pytest $depends"
|
|||
short_desc="Simple but powerful config file reader and writer (Python3)"
|
||||
maintainer="Orphaned <orphan@voidlinux.org>"
|
||||
license="BSD-3-Clause"
|
||||
homepage="https://github.com/DiffSK/configobj"
|
||||
homepage="https://configobj.readthedocs.org/"
|
||||
changelog="https://raw.githubusercontent.com/DiffSK/configobj/release/CHANGES.rst"
|
||||
distfiles="https://github.com/DiffSK/configobj/archive/v${version}.tar.gz"
|
||||
checksum=2e140354efcca6f558ff9ee941b435ae09a617bc071797bef62c8d6ed2033d5e
|
||||
checksum=547dc047e31c71d7a8732016336769ed450588f34a7c13077aa7acc7df245eda
|
||||
|
||||
post_install() {
|
||||
vlicense LICENSE
|
||||
|
|
Loading…
Add table
Reference in a new issue