# Template file for 'python-irc' pkgname=python-irc version=16.4 revision=1 noarch=yes wrksrc="irc-${version}" build_style=python-module pycompile_module="irc" hostmakedepends="python-setuptools python3-setuptools" depends="python-six" short_desc="Full-featured Python IRC library for Python2" maintainer="Toyam Cox " license="MIT" homepage="https://github.com/jaraco/irc" distfiles="${PYPI_SITE}/i/irc/irc-${version}.tar.gz" checksum=c161f8108246a60f1ea1f48fbbfeaba64d5c4ef9fe4d0663279c148d95804e50 post_install() { vlicense LICENSE } python3-irc_package() { noarch=yes pycompile_module="irc" short_desc="${short_desc/Python2/Python3}" depends="python3-six" pkg_install() { vmove usr/lib/python3* vlicense LICENSE } }