34 lines
903 B
Bash
34 lines
903 B
Bash
# Template file for 'python-click-log'
|
|
pkgname=python-click-log
|
|
version=0.1.1
|
|
revision=2
|
|
noarch=yes
|
|
wrksrc="click-log-${version}"
|
|
build_style="python-module"
|
|
python_versions="2.7 3.4"
|
|
hostmakedepends="python-setuptools python3.4-setuptools"
|
|
depends="python-click"
|
|
pycompile_module="click-log"
|
|
short_desc="Logging integration for Click in Python2"
|
|
maintainer="Oliver Kiddle <okiddle@yahoo.co.uk>"
|
|
license="MIT"
|
|
homepage="https://github.com/click-contrib/click-log"
|
|
distfiles="${PYPI_SITE}/c/click-log/click-log-${version}.tar.gz"
|
|
checksum=0bc7e69311007adc4b5304d47933761999a43a18a87b9b7f2aa12b5e256f72fc
|
|
|
|
post_install() {
|
|
vlicense README.rst LICENSE
|
|
}
|
|
|
|
python3.4-click-log_package() {
|
|
noarch=yes
|
|
pycompile_version="3.4"
|
|
pycompile_module="click-log"
|
|
depends="python3.4-click"
|
|
short_desc="${short_desc/Python2/Python3.4}"
|
|
pkg_install() {
|
|
vmove usr/lib/python3.4
|
|
vlicense README.rst LICENSE
|
|
}
|
|
}
|