void-packages/srcpkgs/python-click-log/template

34 lines
903 B
Bash
Raw Normal View History

2015-10-28 23:34:49 +01:00
# Template file for 'python-click-log'
pkgname=python-click-log
2015-12-23 13:25:22 +01:00
version=0.1.3
revision=1
2015-10-28 23:34:49 +01:00
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"
2015-10-28 23:34:49 +01:00
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"
2015-12-23 13:25:22 +01:00
checksum=fd8dc8d65947ce6d6ee8ab3101fb0bb9015b9070730ada3f73ec761beb0ead4d
2015-10-28 23:34:49 +01:00
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
}
}