diff --git a/dev-python/pfzy/Manifest b/dev-python/pfzy/Manifest new file mode 100644 index 0000000000..d3d2db2403 --- /dev/null +++ b/dev-python/pfzy/Manifest @@ -0,0 +1 @@ +DIST pfzy-0.3.4.tar.gz 8396 BLAKE2B 62c3cd0a2ec9e430fa91e159e550eb3feae610a4a07646e5f3221c479c8d58b660dfc7ed8345d5e9a857aa01a39ee36400ce2849051af54ff91e2d35eb9d03cf SHA512 5ec3dfb8ab62bcf3018d6a3cf09158c25079d10ee657f7b9c094d4cfa948994148ac5710d701f505fc73ed51aeb5866eca1b3981bf7777e4d6aae36b05888385 diff --git a/dev-python/pfzy/metadata.xml b/dev-python/pfzy/metadata.xml new file mode 100644 index 0000000000..a3ec3fade8 --- /dev/null +++ b/dev-python/pfzy/metadata.xml @@ -0,0 +1,12 @@ + + + + + falbrechtskirchinger@gmail.com + Florian Albrechtskirchinger + + + pfzy + kazhala/pfzy + + diff --git a/dev-python/pfzy/pfzy-0.3.4.ebuild b/dev-python/pfzy/pfzy-0.3.4.ebuild new file mode 100644 index 0000000000..507c2f3e14 --- /dev/null +++ b/dev-python/pfzy/pfzy-0.3.4.ebuild @@ -0,0 +1,22 @@ +# Copyright 2026 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +DISTUTILS_USE_PEP517=poetry +PYTHON_COMPAT=( python3_{12..15} ) + +inherit distutils-r1 pypi + +DESCRIPTION="Python port of the fzy fuzzy string matching algorithm" +HOMEPAGE=" + https://github.com/kazhala/pfzy + https://pypi.org/project/pfzy/ +" + +LICENSE="MIT" +SLOT="0" +KEYWORDS="~amd64 ~arm64" + +EPYTEST_PLUGINS=( pytest-asyncio ) +distutils_enable_tests pytest