mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +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'
|
# Template file for 'python3-configobj'
|
||||||
pkgname=python3-configobj
|
pkgname=python3-configobj
|
||||||
version=5.0.6
|
version=5.0.8
|
||||||
revision=11
|
revision=1
|
||||||
build_style=python3-module
|
build_style=python3-module
|
||||||
hostmakedepends="python3-setuptools"
|
hostmakedepends="python3-setuptools"
|
||||||
depends="python3-six"
|
depends="python3-six"
|
||||||
|
@ -9,9 +9,10 @@ checkdepends="python3-pytest $depends"
|
||||||
short_desc="Simple but powerful config file reader and writer (Python3)"
|
short_desc="Simple but powerful config file reader and writer (Python3)"
|
||||||
maintainer="Orphaned <orphan@voidlinux.org>"
|
maintainer="Orphaned <orphan@voidlinux.org>"
|
||||||
license="BSD-3-Clause"
|
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"
|
distfiles="https://github.com/DiffSK/configobj/archive/v${version}.tar.gz"
|
||||||
checksum=2e140354efcca6f558ff9ee941b435ae09a617bc071797bef62c8d6ed2033d5e
|
checksum=547dc047e31c71d7a8732016336769ed450588f34a7c13077aa7acc7df245eda
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vlicense LICENSE
|
vlicense LICENSE
|
||||||
|
|
Loading…
Add table
Reference in a new issue