From b590c8d7572b727d565cc0b8ff660d43569845de Mon Sep 17 00:00:00 2001 From: root Date: Fri, 12 Jun 2026 19:09:37 -0500 Subject: Adding metadata --- dev-python/text-unidecode/Manifest | 1 + dev-python/text-unidecode/metadata.xml | 8 ++++++++ .../text-unidecode/text-unidecode-1.3-r1.ebuild | 22 ++++++++++++++++++++++ 3 files changed, 31 insertions(+) create mode 100644 dev-python/text-unidecode/Manifest create mode 100644 dev-python/text-unidecode/metadata.xml create mode 100644 dev-python/text-unidecode/text-unidecode-1.3-r1.ebuild (limited to 'dev-python/text-unidecode') diff --git a/dev-python/text-unidecode/Manifest b/dev-python/text-unidecode/Manifest new file mode 100644 index 000000000000..7cf837a09dc8 --- /dev/null +++ b/dev-python/text-unidecode/Manifest @@ -0,0 +1 @@ +DIST text-unidecode-1.3.tar.gz 76885 BLAKE2B b783963b4fce6588d45d48a498de566c08df83ae62c72caf599648df195eb94b7c02090503590ab8c747af0d210847ddfbf0772289e170361914db20c049828e SHA512 aeaf0e79bd0545ca7a4fe700d5a7dac1d5900841fcfe8a5a568c84ba7d3bee5f75eaac0531f4a01d689a550ac5bc7e1acaeb8132293f220db8387fae2eb6a150 diff --git a/dev-python/text-unidecode/metadata.xml b/dev-python/text-unidecode/metadata.xml new file mode 100644 index 000000000000..988ae9a6a6fe --- /dev/null +++ b/dev-python/text-unidecode/metadata.xml @@ -0,0 +1,8 @@ + + + + + python@gentoo.org + + baldeagleos-repo + diff --git a/dev-python/text-unidecode/text-unidecode-1.3-r1.ebuild b/dev-python/text-unidecode/text-unidecode-1.3-r1.ebuild new file mode 100644 index 000000000000..32df88b8f909 --- /dev/null +++ b/dev-python/text-unidecode/text-unidecode-1.3-r1.ebuild @@ -0,0 +1,22 @@ +# Copyright 2020-2025 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +DISTUTILS_USE_PEP517=setuptools +PYPI_NO_NORMALIZE=1 +PYTHON_COMPAT=( python3_{13..14} ) + +inherit distutils-r1 pypi + +DESCRIPTION="The most basic port of the Text::Unidecode Perl library" +HOMEPAGE=" + https://pypi.org/project/text-unidecode/ + https://github.com/kmike/text-unidecode/ +" + +LICENSE="|| ( Artistic GPL-2+ )" +SLOT="0" +KEYWORDS="amd64 ~arm arm64 ~ppc ~ppc64 ~riscv x86 ~arm64-macos ~x64-macos" + +distutils_enable_tests pytest -- cgit v1.3