void-packages/srcpkgs/python-configobj/template
2017-08-28 03:59:34 +02:00

32 lines
937 B
Bash

# Template file for 'python-configobj'
pkgname=python-configobj
version=5.0.6
revision=3
noarch=yes
wrksrc="configobj-${version}"
build_style=python-module
hostmakedepends="python-devel python3-devel"
depends="python-six"
maintainer="Orphaned <orphan@voidlinux.eu>"
license="New BSD"
homepage="https://github.com/DiffSK/configobj"
short_desc="Simple but powerful config file reader and writer (Python2)"
distfiles="https://github.com/DiffSK/configobj/archive/v${version}.tar.gz"
checksum=2e140354efcca6f558ff9ee941b435ae09a617bc071797bef62c8d6ed2033d5e
python3-configobj_package() {
noarch=yes
replaces="python3.4-configobj>=0"
short_desc="${short_desc/Python2/Python3}"
depends="python3-six"
pkg_install() {
vmove usr/lib/python3*
}
}
python3.4-configobj_package() {
noarch=yes
build_style=meta
short_desc="${short_desc/Python2/Python3.4} (transitional dummy package)"
depends="python3-configobj>=${version}_${revision}"
}