python-configobj: add missing pycompile_module
This commit is contained in:
parent
9bbe569493
commit
da1ad359c7
@ -1,10 +1,11 @@
|
||||
# Template file for 'python-configobj'
|
||||
pkgname=python-configobj
|
||||
version=5.0.6
|
||||
revision=4
|
||||
revision=5
|
||||
noarch=yes
|
||||
wrksrc="configobj-${version}"
|
||||
build_style=python-module
|
||||
pycompile_module="_version.py configobj.py validate.py"
|
||||
hostmakedepends="python-devel python3-devel"
|
||||
depends="python-six"
|
||||
maintainer="Orphaned <orphan@voidlinux.eu>"
|
||||
@ -21,8 +22,10 @@ post_install() {
|
||||
python3-configobj_package() {
|
||||
noarch=yes
|
||||
short_desc="${short_desc/Python2/Python3}"
|
||||
pycompile_module="_version.py configobj.py validate.py"
|
||||
depends="python3-six"
|
||||
pkg_install() {
|
||||
vmove usr/lib/python3*
|
||||
vlicense LICENSE
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user