# Template file for 'python-keyring' pkgname=python-keyring version=10.5.0 revision=1 noarch=yes wrksrc="keyring-${version}" build_style=python-module hostmakedepends="python-setuptools python3-setuptools" depends="python-setuptools python-SecretStorage" pycompile_module="keyring" short_desc="Python2 interface to the system keyring service" maintainer="Oliver Kiddle " license="MIT" homepage="https://github.com/jaraco/keyring" distfiles="${PYPI_SITE}/k/keyring/keyring-${version}.tar.gz" checksum=0e6129e8c5bc80da34cc1942d30daad79ed40419fcaaa538278c3b2ff235b313 alternatives="keyring:keyring:/usr/bin/keyring2" pre_build() { sed -e '/setuptools_scm/d' \ -e "s/use_scm_version=True,/version=\"${version}\",/" \ -i setup.py } post_install() { vlicense LICENSE } python3-keyring_package() { noarch=yes pycompile_module="keyring" depends="python3-setuptools python3-SecretStorage" replaces="python3.4-keyring>=0" short_desc="${short_desc/Python2/Python3}" alternatives="keyring:keyring:/usr/bin/keyring3" pkg_install() { vmove usr/bin/keyring3 vmove usr/lib/python3* vlicense LICENSE } } python3.4-keyring_package() { noarch=yes build_style=meta short_desc="${short_desc/Python2/Python3.4} (transitional dummy package)" depends="python3-keyring>=${version}_${revision}" }