python-PyICU: add missing pycompile_module
This commit is contained in:
parent
44ad2695d8
commit
43366398d9
1 changed files with 3 additions and 1 deletions
|
@ -1,9 +1,10 @@
|
||||||
# Template file for 'python-PyICU'
|
# Template file for 'python-PyICU'
|
||||||
pkgname=python-PyICU
|
pkgname=python-PyICU
|
||||||
version=2.2
|
version=2.2
|
||||||
revision=2
|
revision=3
|
||||||
wrksrc="PyICU-${version}"
|
wrksrc="PyICU-${version}"
|
||||||
build_style=python-module
|
build_style=python-module
|
||||||
|
pycompile_module="icu PyICU.py"
|
||||||
hostmakedepends="python-setuptools python3-setuptools"
|
hostmakedepends="python-setuptools python3-setuptools"
|
||||||
makedepends="python-devel python3-devel icu-devel"
|
makedepends="python-devel python3-devel icu-devel"
|
||||||
checkdepends="python3-pytest python3-six"
|
checkdepends="python3-pytest python3-six"
|
||||||
|
@ -25,6 +26,7 @@ post_install() {
|
||||||
|
|
||||||
python3-PyICU_package() {
|
python3-PyICU_package() {
|
||||||
short_desc="${short_desc/Python2/Python3}"
|
short_desc="${short_desc/Python2/Python3}"
|
||||||
|
pycompile_module="icu PyICU.py"
|
||||||
pkg_install() {
|
pkg_install() {
|
||||||
vmove usr/lib/python3*
|
vmove usr/lib/python3*
|
||||||
vlicense LICENSE
|
vlicense LICENSE
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue