mirror of
https://github.com/void-linux/void-packages.git
synced 2025-08-02 02:42:56 +02:00
python-sh: fix pycompile_module variable
This commit is contained in:
parent
95804391c3
commit
9ba52321fd
1 changed files with 2 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'python-sh'
|
# Template file for 'python-sh'
|
||||||
pkgname=python-sh
|
pkgname=python-sh
|
||||||
version=1.12.9
|
version=1.12.9
|
||||||
revision=1
|
revision=2
|
||||||
wrksrc="${pkgname#*-}-${version}"
|
wrksrc="${pkgname#*-}-${version}"
|
||||||
noarch=yes
|
noarch=yes
|
||||||
build_style=python-module
|
build_style=python-module
|
||||||
|
@ -22,7 +22,7 @@ post_install() {
|
||||||
python3-sh_package() {
|
python3-sh_package() {
|
||||||
depends="python3"
|
depends="python3"
|
||||||
noarch=yes
|
noarch=yes
|
||||||
pycompile="sh.py"
|
pycompile_module="sh.py"
|
||||||
short_desc="${short_desc/Python2/Python3}"
|
short_desc="${short_desc/Python2/Python3}"
|
||||||
pkg_install() {
|
pkg_install() {
|
||||||
vmove usr/lib/python3*
|
vmove usr/lib/python3*
|
||||||
|
|
Loading…
Add table
Reference in a new issue