python-keyring: update to 10.5.0.

This commit is contained in:
maxice8 2017-11-12 23:48:29 -02:00 committed by Toyam Cox
parent f36d216e66
commit e08deef181

View file

@ -1,7 +1,7 @@
# Template file for 'python-keyring'
pkgname=python-keyring
version=10.4.0
revision=2
version=10.5.0
revision=1
noarch=yes
wrksrc="keyring-${version}"
build_style=python-module
@ -13,7 +13,7 @@ maintainer="Oliver Kiddle <okiddle@yahoo.co.uk>"
license="MIT"
homepage="https://github.com/jaraco/keyring"
distfiles="${PYPI_SITE}/k/keyring/keyring-${version}.tar.gz"
checksum=901a3f4ed0dfba473060281b58fd3b649ce70f59cb34a9cf6cb5551218283b26
checksum=0e6129e8c5bc80da34cc1942d30daad79ed40419fcaaa538278c3b2ff235b313
alternatives="keyring:keyring:/usr/bin/keyring2"
pre_build() {
@ -22,6 +22,10 @@ pre_build() {
-i setup.py
}
post_install() {
vlicense LICENSE
}
python3-keyring_package() {
noarch=yes
pycompile_module="keyring"
@ -32,6 +36,7 @@ python3-keyring_package() {
pkg_install() {
vmove usr/bin/keyring3
vmove usr/lib/python3*
vlicense LICENSE
}
}
python3.4-keyring_package() {