25 lines
704 B
Plaintext
25 lines
704 B
Plaintext
|
pkgname="python-configobj"
|
||
|
version=5.0.5
|
||
|
revision=1
|
||
|
wrksrc="configobj-${version}"
|
||
|
build_style=python-module
|
||
|
python_versions="2.7 3.4"
|
||
|
noarch=yes
|
||
|
makedepends="python-devel python3.4-devel"
|
||
|
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"
|
||
|
distfiles="https://github.com/DiffSK/configobj/archive/v5.0.5.tar.gz"
|
||
|
checksum=2fdca2ddca5b01ecee61e2dc73ef13870327854abd5cb9f28784bbae25bc5cde
|
||
|
|
||
|
python3.4-configobj_package() {
|
||
|
noarch=yes
|
||
|
depends="python3.4 python3.4-six"
|
||
|
pycompile_version="3.4"
|
||
|
pkg_install() {
|
||
|
vmove usr/lib/python3.4
|
||
|
}
|
||
|
}
|