python-configobj: fix description.
This commit is contained in:
parent
b15c67c129
commit
191b00ab3e
@ -1,6 +1,6 @@
|
|||||||
pkgname="python-configobj"
|
pkgname="python-configobj"
|
||||||
version=5.0.5
|
version=5.0.5
|
||||||
revision=2
|
revision=3
|
||||||
wrksrc="configobj-${version}"
|
wrksrc="configobj-${version}"
|
||||||
build_style=python-module
|
build_style=python-module
|
||||||
python_versions="2.7 3.4"
|
python_versions="2.7 3.4"
|
||||||
@ -11,12 +11,13 @@ depends="python python-six"
|
|||||||
maintainer="Dominik Honnef <dominik@honnef.co>"
|
maintainer="Dominik Honnef <dominik@honnef.co>"
|
||||||
license="New BSD"
|
license="New BSD"
|
||||||
homepage="https://github.com/DiffSK/configobj"
|
homepage="https://github.com/DiffSK/configobj"
|
||||||
short_desc="ConfigObj is a simple but powerful config file reader and writer"
|
short_desc="Simple but powerful config file reader and writer (Python2)"
|
||||||
distfiles="https://github.com/DiffSK/configobj/archive/v5.0.5.tar.gz"
|
distfiles="https://github.com/DiffSK/configobj/archive/v5.0.5.tar.gz"
|
||||||
checksum=2fdca2ddca5b01ecee61e2dc73ef13870327854abd5cb9f28784bbae25bc5cde
|
checksum=2fdca2ddca5b01ecee61e2dc73ef13870327854abd5cb9f28784bbae25bc5cde
|
||||||
|
|
||||||
python3.4-configobj_package() {
|
python3.4-configobj_package() {
|
||||||
noarch=yes
|
noarch=yes
|
||||||
|
short_desc="${short_desc/Python2/Python3.4/}"
|
||||||
depends="python3.4 python3.4-six"
|
depends="python3.4 python3.4-six"
|
||||||
pycompile_version="3.4"
|
pycompile_version="3.4"
|
||||||
pkg_install() {
|
pkg_install() {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user