python-keyring: update to 18.0.1.
This commit is contained in:
parent
21792f3e53
commit
005b456cff
1 changed files with 2 additions and 8 deletions
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'python-keyring'
|
# Template file for 'python-keyring'
|
||||||
pkgname=python-keyring
|
pkgname=python-keyring
|
||||||
version=18.0.0
|
version=18.0.1
|
||||||
revision=1
|
revision=1
|
||||||
archs=noarch
|
archs=noarch
|
||||||
wrksrc="keyring-${version}"
|
wrksrc="keyring-${version}"
|
||||||
|
@ -14,15 +14,9 @@ license="MIT"
|
||||||
homepage="https://github.com/jaraco/keyring"
|
homepage="https://github.com/jaraco/keyring"
|
||||||
changelog="https://raw.githubusercontent.com/jaraco/keyring/master/CHANGES.rst"
|
changelog="https://raw.githubusercontent.com/jaraco/keyring/master/CHANGES.rst"
|
||||||
distfiles="${PYPI_SITE}/k/keyring/keyring-${version}.tar.gz"
|
distfiles="${PYPI_SITE}/k/keyring/keyring-${version}.tar.gz"
|
||||||
checksum=12833d2b05d2055e0e25931184af9cd6a738f320a2264853cabbd8a3a0f0b65d
|
checksum=67d6cc0132bd77922725fae9f18366bb314fd8f95ff4d323a4df41890a96a838
|
||||||
alternatives="keyring:keyring:/usr/bin/keyring2"
|
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() {
|
post_install() {
|
||||||
vlicense LICENSE
|
vlicense LICENSE
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue