python-keyring: update to 15.1.0

This commit is contained in:
Alessio Sergi 2018-09-15 02:15:36 +02:00
parent b81453ce0f
commit c8134ab7a7
1 changed files with 3 additions and 3 deletions

View File

@ -1,20 +1,20 @@
# Template file for 'python-keyring'
pkgname=python-keyring
version=13.2.1
version=15.1.0
revision=1
noarch=yes
wrksrc="keyring-${version}"
build_style=python-module
pycompile_module="keyring"
hostmakedepends="python-setuptools python3-setuptools"
depends="python-setuptools python-SecretStorage python-entrypoints"
pycompile_module="keyring"
short_desc="Python2 interface to the system keyring service"
maintainer="Oliver Kiddle <okiddle@yahoo.co.uk>"
license="MIT"
homepage="https://github.com/jaraco/keyring"
changelog="https://raw.githubusercontent.com/jaraco/keyring/master/CHANGES.rst"
distfiles="https://github.com/jaraco/keyring/archive/${version}.tar.gz"
checksum=0289ab21afb26025e2e773b6a3763d4bd898a39f0288677a82f0dd438cce130d
checksum=576a7e9f5aa7806f000d6723f9435000b959fc3ff9772c0297bc8d17e55de889
alternatives="keyring:keyring:/usr/bin/keyring2"
pre_build() {