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/textdistance/Manifest | 1 + dev-python/textdistance/metadata.xml | 14 +++++++++ dev-python/textdistance/textdistance-4.6.3.ebuild | 36 +++++++++++++++++++++++ 3 files changed, 51 insertions(+) create mode 100644 dev-python/textdistance/Manifest create mode 100644 dev-python/textdistance/metadata.xml create mode 100644 dev-python/textdistance/textdistance-4.6.3.ebuild (limited to 'dev-python/textdistance') diff --git a/dev-python/textdistance/Manifest b/dev-python/textdistance/Manifest new file mode 100644 index 000000000000..e947719a7237 --- /dev/null +++ b/dev-python/textdistance/Manifest @@ -0,0 +1 @@ +DIST textdistance-4.6.3.gh.tar.gz 46631 BLAKE2B 9d4c2172934ba14326fe8ecdf7e955cd664196e58d8cc0c58f712525e6ea3aaa267879c09ba5a67ab015f6abd37593af959f02262c5a4a2fa08a859fe38a52b4 SHA512 ad9b8e031a8ae11dd2cd0f8ee8ee42f15e14eccc05910a45b4b5bf2f2048c4895da354832f88957502998b423616a54e64b94a093e4ddb7be2744c19e7f283e9 diff --git a/dev-python/textdistance/metadata.xml b/dev-python/textdistance/metadata.xml new file mode 100644 index 000000000000..f2cdb7a87c60 --- /dev/null +++ b/dev-python/textdistance/metadata.xml @@ -0,0 +1,14 @@ + + + + + nowa@gentoo.org + Nowa Ammerlaan + + + python@gentoo.org + Python + + + baldeagleos-repo + diff --git a/dev-python/textdistance/textdistance-4.6.3.ebuild b/dev-python/textdistance/textdistance-4.6.3.ebuild new file mode 100644 index 000000000000..794ae8db5306 --- /dev/null +++ b/dev-python/textdistance/textdistance-4.6.3.ebuild @@ -0,0 +1,36 @@ +# Copyright 1999-2025 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +DISTUTILS_USE_PEP517=setuptools +PYTHON_COMPAT=( python3_{13..14} ) + +inherit distutils-r1 + +DESCRIPTION="Compute distance between the two texts" +HOMEPAGE=" + https://github.com/life4/textdistance/ + https://pypi.org/project/textdistance/ +" +SRC_URI=" + https://github.com/life4/textdistance/archive/${PV}.tar.gz + -> ${P}.gh.tar.gz +" + +LICENSE="MIT" +SLOT="0" +KEYWORDS="amd64 arm64 ~ppc64 ~riscv x86" + +BDEPEND=" + test? ( + dev-python/hypothesis[${PYTHON_USEDEP}] + dev-python/numpy[${PYTHON_USEDEP}] + ) +" + +distutils_enable_tests pytest + +EPYTEST_IGNORE=( + tests/test_external.py +) -- cgit v1.3