void-packages/srcpkgs/python-click/template
2016-04-06 09:06:32 +02:00

34 lines
847 B
Bash

# Template file for 'python-click'
pkgname=python-click
version=6.6
revision=1
noarch=yes
wrksrc="click-${version}"
build_style="python-module"
python_versions="2.7 3.4"
hostmakedepends="python-setuptools python3.4-setuptools"
depends="python"
pycompile_module="click"
short_desc="Python2 package for creating beautiful command line interfaces"
maintainer="Oliver Kiddle <okiddle@yahoo.co.uk>"
license="3-clause-BSD"
homepage="http://click.pocoo.org/"
distfiles="${PYPI_SITE}/c/click/click-${version}.tar.gz"
checksum=cc6a19da8ebff6e7074f731447ef7e112bd23adf3de5c597cf9989f2fd8defe9
post_install() {
vlicense LICENSE
}
python3.4-click_package() {
noarch=yes
pycompile_version="3.4"
pycompile_module="click"
depends="python3.4"
short_desc="${short_desc/Python2/Python3.4}"
pkg_install() {
vmove usr/lib/python3.4
vlicense LICENSE
}
}