commit:     167e2b05a9961e546aebd3142519e6082eb27515
Author:     Pavel Sobolev <contact <AT> paveloom <DOT> dev>
AuthorDate: Sun Jan 11 12:07:18 2026 +0000
Commit:     Haelwenn Monnier <contact <AT> hacktivis <DOT> me>
CommitDate: Sun Jan 11 14:47:40 2026 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=167e2b05

dev-python/py-nanoid: add 0_pre20220201, drop 9999

Signed-off-by: Pavel Sobolev <contact <AT> paveloom.dev>

 dev-python/py-nanoid/Manifest                                 |  1 +
 .../{py-nanoid-9999.ebuild => py-nanoid-0_pre20220201.ebuild} | 11 ++++++++---
 2 files changed, 9 insertions(+), 3 deletions(-)

diff --git a/dev-python/py-nanoid/Manifest b/dev-python/py-nanoid/Manifest
new file mode 100644
index 0000000000..449c552768
--- /dev/null
+++ b/dev-python/py-nanoid/Manifest
@@ -0,0 +1 @@
+DIST py-nanoid-0_pre20220201.gh.tar.gz 6514 BLAKE2B 
0dabe059bb1fe582aff46050a491ad08d63828e00d5108efa8205f1fc99a42e2695a6e53809d86afcde98aaf941d5bbff8aa57f47ff0472771d02c267f9c9cbe
 SHA512 
f8b7f66fac9b97d8b51f8c2184a41e346b901a556974f70e5c656e7dde8d0a612ac2a5231f9feb6e05058e11b029ec0fe0ce6b0639d92b6e31b56f1292969fe0

diff --git a/dev-python/py-nanoid/py-nanoid-9999.ebuild 
b/dev-python/py-nanoid/py-nanoid-0_pre20220201.ebuild
similarity index 54%
rename from dev-python/py-nanoid/py-nanoid-9999.ebuild
rename to dev-python/py-nanoid/py-nanoid-0_pre20220201.ebuild
index d8754a5207..c31967600a 100644
--- a/dev-python/py-nanoid/py-nanoid-9999.ebuild
+++ b/dev-python/py-nanoid/py-nanoid-0_pre20220201.ebuild
@@ -4,15 +4,20 @@
 EAPI=8
 
 DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{11..12} )
+PYTHON_COMPAT=( python3_{11..14} )
 
-inherit distutils-r1 git-r3
+inherit distutils-r1
+
+EGIT_COMMIT="99e5b478c450f42d713b6111175886dccf16f156"
 
 DESCRIPTION="Python Nanoid"
 HOMEPAGE="https://github.com/puyuan/py-nanoid https://pypi.org/project/nanoid";
-EGIT_REPO_URI="https://github.com/puyuan/py-nanoid.git";
+SRC_URI="https://github.com/puyuan/py-nanoid/archive/${EGIT_COMMIT}.tar.gz -> 
${P}.gh.tar.gz"
+
+S="${WORKDIR}/${PN}-${EGIT_COMMIT}"
 
 LICENSE="MIT"
 SLOT="0"
+KEYWORDS="~amd64"
 
 distutils_enable_tests pytest

Reply via email to