python-click-threading: fix pycompile_module
This commit is contained in:
parent
b750166005
commit
450c4d5a31
|
@ -1,15 +1,15 @@
|
||||||
# Template file for 'python-click-threading'
|
# Template file for 'python-click-threading'
|
||||||
pkgname=python-click-threading
|
pkgname=python-click-threading
|
||||||
version=0.1.2
|
version=0.1.2
|
||||||
revision=2
|
revision=3
|
||||||
noarch=yes
|
noarch=yes
|
||||||
wrksrc="click-threading-${version}"
|
wrksrc="click-threading-${version}"
|
||||||
build_style="python-module"
|
build_style="python-module"
|
||||||
python_versions="2.7 3.4"
|
python_versions="2.7 3.4"
|
||||||
hostmakedepends="python-setuptools python3.4-setuptools"
|
hostmakedepends="python-setuptools python3.4-setuptools"
|
||||||
depends="python-click"
|
depends="python-click"
|
||||||
pycompile_module="click-threading"
|
pycompile_module="click_threading"
|
||||||
short_desc="Multithreaded Click apps made easy in Python2"
|
short_desc="Multithreaded Click apps made easy (Python2)"
|
||||||
maintainer="Oliver Kiddle <okiddle@yahoo.co.uk>"
|
maintainer="Oliver Kiddle <okiddle@yahoo.co.uk>"
|
||||||
license="MIT"
|
license="MIT"
|
||||||
homepage="https://github.com/click-contrib/click-threading"
|
homepage="https://github.com/click-contrib/click-threading"
|
||||||
|
@ -23,7 +23,7 @@ post_install() {
|
||||||
python3.4-click-threading_package() {
|
python3.4-click-threading_package() {
|
||||||
noarch=yes
|
noarch=yes
|
||||||
pycompile_version="3.4"
|
pycompile_version="3.4"
|
||||||
pycompile_module="click-threading"
|
pycompile_module="click_threading"
|
||||||
depends="python3.4-click"
|
depends="python3.4-click"
|
||||||
short_desc="${short_desc/Python2/Python3.4}"
|
short_desc="${short_desc/Python2/Python3.4}"
|
||||||
pkg_install() {
|
pkg_install() {
|
||||||
|
|
Loading…
Reference in New Issue