python-keyring: update to 18.0.1.

This commit is contained in:
maxice8 2019-03-24 18:35:16 -03:00 committed by maxice8
parent 21792f3e53
commit 005b456cff

View file

@ -1,6 +1,6 @@
# Template file for 'python-keyring'
pkgname=python-keyring
version=18.0.0
version=18.0.1
revision=1
archs=noarch
wrksrc="keyring-${version}"
@ -14,15 +14,9 @@ license="MIT"
homepage="https://github.com/jaraco/keyring"
changelog="https://raw.githubusercontent.com/jaraco/keyring/master/CHANGES.rst"
distfiles="${PYPI_SITE}/k/keyring/keyring-${version}.tar.gz"
checksum=12833d2b05d2055e0e25931184af9cd6a738f320a2264853cabbd8a3a0f0b65d
checksum=67d6cc0132bd77922725fae9f18366bb314fd8f95ff4d323a4df41890a96a838
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
}