commit:     8daa9d04b91159814bf037895800c6a0b4f1d712
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Mon Jan 23 19:37:55 2023 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Mon Jan 23 19:37:55 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8daa9d04

dev-python/keyring: Install missing files

Bug: https://github.com/jaraco/keyring/issues/621
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 .../keyring/{keyring-23.13.1.ebuild => keyring-23.13.1-r1.ebuild}  | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/dev-python/keyring/keyring-23.13.1.ebuild 
b/dev-python/keyring/keyring-23.13.1-r1.ebuild
similarity index 88%
rename from dev-python/keyring/keyring-23.13.1.ebuild
rename to dev-python/keyring/keyring-23.13.1-r1.ebuild
index 91658714537e..fcef2b34ff55 100644
--- a/dev-python/keyring/keyring-23.13.1.ebuild
+++ b/dev-python/keyring/keyring-23.13.1-r1.ebuild
@@ -53,3 +53,10 @@ EPYTEST_IGNORE=(
        # hangs
        tests/backends/test_kwallet.py
 )
+
+python_compile() {
+       distutils-r1_python_compile
+       # https://github.com/jaraco/keyring/issues/621
+       python_moduleinto keyring
+       python_domodule keyring/{py.typed,*.zsh}
+}

Reply via email to