summaryrefslogtreecommitdiff
path: root/dev-python/snowballstemmer
diff options
context:
space:
mode:
authorroot <root@alpha.trunkmasters.com>2026-06-04 16:24:49 -0500
committerroot <root@alpha.trunkmasters.com>2026-06-04 16:24:49 -0500
commita3ceca1b4c0d9bdb550dc23f06ffbb5a8e033bc7 (patch)
tree0c52bbae1c242fbc296bd650fcd1167685f81492 /dev-python/snowballstemmer
parentbfd9c39e4712ebdb442d4ca0673061faed1e70e1 (diff)
downloadbaldeagleos-repo-a3ceca1b4c0d9bdb550dc23f06ffbb5a8e033bc7.tar.gz
baldeagleos-repo-a3ceca1b4c0d9bdb550dc23f06ffbb5a8e033bc7.tar.xz
baldeagleos-repo-a3ceca1b4c0d9bdb550dc23f06ffbb5a8e033bc7.zip
Adding metadata
Diffstat (limited to 'dev-python/snowballstemmer')
-rw-r--r--dev-python/snowballstemmer/Manifest4
-rw-r--r--dev-python/snowballstemmer/metadata.xml13
-rw-r--r--dev-python/snowballstemmer/snowballstemmer-3.0.1.ebuild19
-rw-r--r--dev-python/snowballstemmer/snowballstemmer-3.1.0.ebuild22
-rw-r--r--dev-python/snowballstemmer/snowballstemmer-3.1.1.ebuild23
5 files changed, 0 insertions, 81 deletions
diff --git a/dev-python/snowballstemmer/Manifest b/dev-python/snowballstemmer/Manifest
deleted file mode 100644
index 95743d4fe925..000000000000
--- a/dev-python/snowballstemmer/Manifest
+++ /dev/null
@@ -1,4 +0,0 @@
-DIST snowballstemmer-3.0.1.tar.gz 105575 BLAKE2B 68515d35b8aa8ad9f80e2fb37c483f6fe15951796413553e543b7cd4dfc2da37107766e8c96662498b63f019b5dfc62288f026d5465613d740421e41d00f2b99 SHA512 a9590da2b0be4b93a7500b337a63cf2039ff01a6da309ddb9462961c309b4763d4dfc925965a62376a9f3b41a05bb634d6472f1e2ee07e53b38f8542e7eada82
-DIST snowballstemmer-3.1.0.tar.gz 122523 BLAKE2B 12b91ea7aa3811272e0b6cb305912a913fa871f8cd5650659e27d73921a9319deec326c9a5dc8bc642961fd03e94b600b3f89b525f5a0454c0de41c023548764 SHA512 02d3022c76c3e6da37c599b9a58855e538ce5bddf0533c4b32ffeb44e426cbf998f20746c9563a5e05956c3118ce985a5129573f4342bdc94ed2dc1d1d62214d
-DIST snowballstemmer-3.1.1.tar.gz 123314 BLAKE2B 95d416b7875e61cce37c987fc7c1359031019c45314c14dca32bc11a1249284b9c8cd040823f29e0da62fd9d2ef9365b50c55f98c2648a4e909e3c4d08328ddb SHA512 a36320c5c21b91137b6924025edac292891d3141a12cfe84fb1ee44f19980eeb35494bebf6c8cb9879c9633e06e27aa73f850157fbc074e926713ad47368b269
-DIST snowballstemmer-3.1.1.tar.gz.provenance 9789 BLAKE2B 0ab22bd283a737c8fad74cbd8dd8d25546b58ce953000ef1060f3ff332bf31c33036c86d100b6451fb1fd41ca61821721128aacf0a659cce729a6c5673dda85b SHA512 0e9d24f96a6e108321c95b7c44a5c8f57cd9543aac214a6802e6c369754ac6673d2c088aa2e7dff27d4e4f10793c5546d1fa0a7d2dc7f7b03202c1cc649e000e
diff --git a/dev-python/snowballstemmer/metadata.xml b/dev-python/snowballstemmer/metadata.xml
deleted file mode 100644
index 8f2d16c4d68c..000000000000
--- a/dev-python/snowballstemmer/metadata.xml
+++ /dev/null
@@ -1,13 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
- <maintainer type="project">
- <email>python@gentoo.org</email>
- <name>Python</name>
- </maintainer>
- <stabilize-allarches/>
- <upstream>
- <remote-id type="pypi">snowballstemmer</remote-id>
- <remote-id type="github">snowballstem/snowball</remote-id>
- </upstream>
-</pkgmetadata>
diff --git a/dev-python/snowballstemmer/snowballstemmer-3.0.1.ebuild b/dev-python/snowballstemmer/snowballstemmer-3.0.1.ebuild
deleted file mode 100644
index 51a2fd35365d..000000000000
--- a/dev-python/snowballstemmer/snowballstemmer-3.0.1.ebuild
+++ /dev/null
@@ -1,19 +0,0 @@
-# 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 pypi
-
-DESCRIPTION="Stemmer algorithms generated from Snowball algorithms"
-HOMEPAGE="
- https://snowballstem.org/
- https://github.com/snowballstem/snowball
- https://pypi.org/project/snowballstemmer/
-"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~loong ~m68k ~mips ppc ppc64 ~riscv ~s390 ~sparc x86 ~x64-macos ~x64-solaris"
diff --git a/dev-python/snowballstemmer/snowballstemmer-3.1.0.ebuild b/dev-python/snowballstemmer/snowballstemmer-3.1.0.ebuild
deleted file mode 100644
index b3be6b0ccc09..000000000000
--- a/dev-python/snowballstemmer/snowballstemmer-3.1.0.ebuild
+++ /dev/null
@@ -1,22 +0,0 @@
-# Copyright 1999-2026 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 pypi
-
-DESCRIPTION="Stemmer algorithms generated from Snowball algorithms"
-HOMEPAGE="
- https://snowballstem.org/
- https://github.com/snowballstem/snowball
- https://pypi.org/project/snowballstemmer/
-"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~x64-macos ~x64-solaris"
-
-distutils_enable_tests import-check
diff --git a/dev-python/snowballstemmer/snowballstemmer-3.1.1.ebuild b/dev-python/snowballstemmer/snowballstemmer-3.1.1.ebuild
deleted file mode 100644
index 1944cf6a6be5..000000000000
--- a/dev-python/snowballstemmer/snowballstemmer-3.1.1.ebuild
+++ /dev/null
@@ -1,23 +0,0 @@
-# Copyright 1999-2026 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYPI_VERIFY_REPO=https://github.com/snowballstem/snowball
-PYTHON_COMPAT=( python3_{13..14} )
-
-inherit distutils-r1 pypi
-
-DESCRIPTION="Stemmer algorithms generated from Snowball algorithms"
-HOMEPAGE="
- https://snowballstem.org/
- https://github.com/snowballstem/snowball/
- https://pypi.org/project/snowballstemmer/
-"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~x64-macos ~x64-solaris"
-
-distutils_enable_tests import-check