python-configobj: fix description.
This commit is contained in:
parent
b15c67c129
commit
191b00ab3e
1 changed files with 3 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
|||
pkgname="python-configobj"
|
||||
version=5.0.5
|
||||
revision=2
|
||||
revision=3
|
||||
wrksrc="configobj-${version}"
|
||||
build_style=python-module
|
||||
python_versions="2.7 3.4"
|
||||
|
@ -11,12 +11,13 @@ depends="python python-six"
|
|||
maintainer="Dominik Honnef <dominik@honnef.co>"
|
||||
license="New BSD"
|
||||
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"
|
||||
checksum=2fdca2ddca5b01ecee61e2dc73ef13870327854abd5cb9f28784bbae25bc5cde
|
||||
|
||||
python3.4-configobj_package() {
|
||||
noarch=yes
|
||||
short_desc="${short_desc/Python2/Python3.4/}"
|
||||
depends="python3.4 python3.4-six"
|
||||
pycompile_version="3.4"
|
||||
pkg_install() {
|
||||
|
|
Loading…
Add table
Reference in a new issue