diff options
| author | root <root@alpha.trunkmasters.com> | 2026-06-04 16:24:49 -0500 |
|---|---|---|
| committer | root <root@alpha.trunkmasters.com> | 2026-06-04 16:24:49 -0500 |
| commit | a3ceca1b4c0d9bdb550dc23f06ffbb5a8e033bc7 (patch) | |
| tree | 0c52bbae1c242fbc296bd650fcd1167685f81492 /dev-python/ahocorasick | |
| parent | bfd9c39e4712ebdb442d4ca0673061faed1e70e1 (diff) | |
| download | baldeagleos-repo-a3ceca1b4c0d9bdb550dc23f06ffbb5a8e033bc7.tar.gz baldeagleos-repo-a3ceca1b4c0d9bdb550dc23f06ffbb5a8e033bc7.tar.xz baldeagleos-repo-a3ceca1b4c0d9bdb550dc23f06ffbb5a8e033bc7.zip | |
Adding metadata
Diffstat (limited to 'dev-python/ahocorasick')
| -rw-r--r-- | dev-python/ahocorasick/Manifest | 2 | ||||
| -rw-r--r-- | dev-python/ahocorasick/ahocorasick-2.0.0.ebuild | 27 | ||||
| -rw-r--r-- | dev-python/ahocorasick/ahocorasick-2.1.0.ebuild | 29 | ||||
| -rw-r--r-- | dev-python/ahocorasick/metadata.xml | 21 |
4 files changed, 0 insertions, 79 deletions
diff --git a/dev-python/ahocorasick/Manifest b/dev-python/ahocorasick/Manifest deleted file mode 100644 index 9c5f43c0fba6..000000000000 --- a/dev-python/ahocorasick/Manifest +++ /dev/null @@ -1,2 +0,0 @@ -DIST pyahocorasick-2.0.0.tar.gz 99662 BLAKE2B 0cc0e7de18c035e3f6b0dff7da421df8ea47c7d2d93ba8b5e2fa4f3b36e11efa688b0d67c5224e7cc55e6d410f86a2af3502d482c7c0a8db6d45d0518216625e SHA512 38bc56c67ada0af6ae124d8c98dc933cbf26861e522288fa6152dde4f75ea49870c35dd041de2cfc2e16f5767c3da3af83b20f35af0788c662da00707b080fa6 -DIST pyahocorasick-2.1.0.tar.gz 103259 BLAKE2B f85f04e17fb4f5b66e4b1855dc83a0a2934742d52c1021218d6f4f3694c2427c4c6faf9582a474c432bda9e98710429017aa267e86a4008d8f27884ca1e4fc98 SHA512 ac90a8baa5d395fb599d7214b66491ca88039e10bb57082001bbaadf71f29b8b9cda0361cde5d4df774223ce059364bbcb28750758dcede6b1a3d0e245172a7e diff --git a/dev-python/ahocorasick/ahocorasick-2.0.0.ebuild b/dev-python/ahocorasick/ahocorasick-2.0.0.ebuild deleted file mode 100644 index 9622a92aca80..000000000000 --- a/dev-python/ahocorasick/ahocorasick-2.0.0.ebuild +++ /dev/null @@ -1,27 +0,0 @@ -# Copyright 1999-2023 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -DISTUTILS_USE_PEP517=setuptools -DISTUTILS_EXT=1 -PYTHON_COMPAT=( python3_{13..14} ) -PYPI_PN="py${PN}" -PYPI_NO_NORMALIZE=1 - -inherit distutils-r1 pypi - -DESCRIPTION="Python module implementing Aho-Corasick algorithm" -HOMEPAGE="https://github.com/WojciechMula/pyahocorasick" - -LICENSE="BSD" -SLOT="0" -KEYWORDS="~amd64 ~x86" - -distutils_enable_tests pytest - -src_prepare() { - default - - sed -i '/typedef char bool/d' src/common.h || die -} diff --git a/dev-python/ahocorasick/ahocorasick-2.1.0.ebuild b/dev-python/ahocorasick/ahocorasick-2.1.0.ebuild deleted file mode 100644 index f8621a21a2f2..000000000000 --- a/dev-python/ahocorasick/ahocorasick-2.1.0.ebuild +++ /dev/null @@ -1,29 +0,0 @@ -# Copyright 1999-2023 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -DISTUTILS_USE_PEP517=setuptools -DISTUTILS_EXT=1 -PYTHON_COMPAT=( python3_{13..14} ) -PYPI_PN="py${PN}" -PYPI_NO_NORMALIZE=1 - -inherit distutils-r1 pypi - -DESCRIPTION="Python module implementing Aho-Corasick algorithm" -HOMEPAGE="https://github.com/WojciechMula/pyahocorasick" - -LICENSE="BSD" -SLOT="0" -KEYWORDS="~amd64 ~x86" - -distutils_enable_tests pytest - -src_prepare() { - default - - if tc-is-gcc && ver_test $(gcc-version) -ge 15 ; then - sed -i '/typedef char bool/d' src/common.h || die - fi -} diff --git a/dev-python/ahocorasick/metadata.xml b/dev-python/ahocorasick/metadata.xml deleted file mode 100644 index 85a65aa7e666..000000000000 --- a/dev-python/ahocorasick/metadata.xml +++ /dev/null @@ -1,21 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd"> -<pkgmetadata> - <maintainer type="person"> - <email>stkw0@disroot.org</email> - <name>David Roman</name> - </maintainer> - <longdescription lang="en"> - pyahocorasick is a fast and memory efficient library for exact or - approximate multi-pattern string search meaning that you can find - multiple key strings occurrences at once in some input text. - The library provides an ahocorasick Python module that you can use - as a plain dict-like Trie or convert a Trie to an automaton for - efficient Aho-Corasick search. - </longdescription> - <upstream> - <remote-id type="github">WojciechMula/pyahocorasick</remote-id> - <remote-id type="pypi">pyahocorasick</remote-id> - </upstream> -</pkgmetadata> - |
