python3-keyring: remove alternatives.

python-keyring was removed and the /usr/bin package is broken.
This commit is contained in:
travankor 2020-02-22 19:53:23 -07:00 committed by Juan RP
parent 5c212702ef
commit 8fb84ae293

View file

@ -1,11 +1,10 @@
# Template file for 'python3-keyring' # Template file for 'python3-keyring'
pkgname=python3-keyring pkgname=python3-keyring
version=18.0.1 version=18.0.1
revision=2 revision=3
archs=noarch archs=noarch
wrksrc="keyring-${version}" wrksrc="keyring-${version}"
build_style=python3-module build_style=python3-module
pycompile_module="keyring"
hostmakedepends="python3-setuptools" hostmakedepends="python3-setuptools"
depends="python3-setuptools python3-SecretStorage python3-entrypoints" depends="python3-setuptools python3-SecretStorage python3-entrypoints"
short_desc="Python interface to the system keyring service" short_desc="Python interface to the system keyring service"
@ -15,7 +14,6 @@ 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=67d6cc0132bd77922725fae9f18366bb314fd8f95ff4d323a4df41890a96a838 checksum=67d6cc0132bd77922725fae9f18366bb314fd8f95ff4d323a4df41890a96a838
alternatives="keyring:keyring:/usr/bin/keyring2"
post_install() { post_install() {
vlicense LICENSE vlicense LICENSE