diff --git a/srcpkgs/python-keyring/template b/srcpkgs/python-keyring/template index c38821a389..20179a3cba 100644 --- a/srcpkgs/python-keyring/template +++ b/srcpkgs/python-keyring/template @@ -1,19 +1,19 @@ # Template file for 'python-keyring' pkgname=python-keyring -version=11.0.0 +version=12.0.0 revision=1 noarch=yes wrksrc="keyring-${version}" build_style=python-module hostmakedepends="python-setuptools python3-setuptools" -depends="python-setuptools python-SecretStorage" +depends="python-SecretStorage python-entrypoints python-setuptools" pycompile_module="keyring" short_desc="Python2 interface to the system keyring service" maintainer="Oliver Kiddle " license="MIT" homepage="https://github.com/jaraco/keyring" -distfiles="${PYPI_SITE}/k/keyring/keyring-${version}.tar.gz" -checksum=b4607520a7c97be96be4ddc00f4b9dac65f47a45af4b4cd13ed5a8879641d646 +distfiles="https://github.com/jaraco/keyring/archive/${version}.tar.gz" +checksum=c75df876240f69505b3aea1db4487e6c24870398ebdbc0dfdc723ec182835c6f alternatives="keyring:keyring:/usr/bin/keyring2" pre_build() { @@ -29,7 +29,7 @@ post_install() { python3-keyring_package() { noarch=yes pycompile_module="keyring" - depends="python3-setuptools python3-SecretStorage" + depends="python3-SecretStorage python3-entrypoints python3-setuptools" short_desc="${short_desc/Python2/Python3}" alternatives="keyring:keyring:/usr/bin/keyring3" pkg_install() {