python-keyring: update to 7.0

This commit is contained in:
Alessio Sergi 2016-01-09 20:04:00 +01:00
parent 7dad14ae8a
commit 8f72e56234
1 changed files with 3 additions and 3 deletions

View File

@ -1,6 +1,6 @@
# Template file for 'python-keyring' # Template file for 'python-keyring'
pkgname=python-keyring pkgname=python-keyring
version=5.7.1 version=7.0
revision=1 revision=1
noarch=yes noarch=yes
wrksrc="keyring-${version}" wrksrc="keyring-${version}"
@ -12,9 +12,9 @@ pycompile_module="keyring"
short_desc="Python2 interface to the system keyring service" short_desc="Python2 interface to the system keyring service"
maintainer="Oliver Kiddle <okiddle@yahoo.co.uk>" maintainer="Oliver Kiddle <okiddle@yahoo.co.uk>"
license="MIT" license="MIT"
homepage="http://pypi.python.org/packages/source/k/keyring/" homepage="https://github.com/jaraco/keyring"
distfiles="${PYPI_SITE}/k/keyring/keyring-${version}.tar.gz" distfiles="${PYPI_SITE}/k/keyring/keyring-${version}.tar.gz"
checksum=3df352616b856a3aebd699ab2e946d4a6e3b0219e696d5416bfc4c16530eeac0 checksum=0531ea4f7a5942de7ff4d527b69cd95e3d97c75e2350591d8ec6452dc99bbf32
pre_build() { pre_build() {
sed -e '/setuptools_scm/d' \ sed -e '/setuptools_scm/d' \