python-keyring: update to 7.0
This commit is contained in:
parent
7dad14ae8a
commit
8f72e56234
|
@ -1,6 +1,6 @@
|
|||
# Template file for 'python-keyring'
|
||||
pkgname=python-keyring
|
||||
version=5.7.1
|
||||
version=7.0
|
||||
revision=1
|
||||
noarch=yes
|
||||
wrksrc="keyring-${version}"
|
||||
|
@ -12,9 +12,9 @@ pycompile_module="keyring"
|
|||
short_desc="Python2 interface to the system keyring service"
|
||||
maintainer="Oliver Kiddle <okiddle@yahoo.co.uk>"
|
||||
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"
|
||||
checksum=3df352616b856a3aebd699ab2e946d4a6e3b0219e696d5416bfc4c16530eeac0
|
||||
checksum=0531ea4f7a5942de7ff4d527b69cd95e3d97c75e2350591d8ec6452dc99bbf32
|
||||
|
||||
pre_build() {
|
||||
sed -e '/setuptools_scm/d' \
|
||||
|
|
Loading…
Reference in New Issue