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