summaryrefslogtreecommitdiff
path: root/dev-python/rebulk
diff options
context:
space:
mode:
authorroot <root@alpha.trunkmasters.com>2026-09-05 19:11:59 -0500
committerroot <root@alpha.trunkmasters.com>2026-09-05 19:11:59 -0500
commit5f278372030aad6db0f73700a9780b84a004d5ff (patch)
tree027a42b585c1678d4fa9fb9ab464e9df3bcdc71f /dev-python/rebulk
parentd1f18a9f11dde5cf862fd7c32c6d33a0a9114736 (diff)
downloadbaldeagleos-repo-5f278372030aad6db0f73700a9780b84a004d5ff.tar.gz
baldeagleos-repo-5f278372030aad6db0f73700a9780b84a004d5ff.tar.xz
baldeagleos-repo-5f278372030aad6db0f73700a9780b84a004d5ff.zip
Adding metadata
Diffstat (limited to 'dev-python/rebulk')
-rw-r--r--dev-python/rebulk/Manifest1
-rw-r--r--dev-python/rebulk/rebulk-3.2.0.ebuild32
2 files changed, 0 insertions, 33 deletions
diff --git a/dev-python/rebulk/Manifest b/dev-python/rebulk/Manifest
index 3fd5c04bff7f..e4f6f32f450c 100644
--- a/dev-python/rebulk/Manifest
+++ b/dev-python/rebulk/Manifest
@@ -1,2 +1 @@
-DIST rebulk-3.2.0.gh.tar.gz 254923 BLAKE2B ea9501aa70d7842fecab8621ca7c58aed76dba419c46f92e0fc7fa7e300f0ac9d7a457fc3b6bd14d02296449e15c918d63be8060ab1df4a51fe77e383daf6c33 SHA512 17928a0fcf1a78a592289bb9c7c0ea48e8b4d93ccd77793065a51a54258c2af857e9da6955cad552fa53caf76a95ee002a789c35fe248a909971c8afc7b6dfa5
DIST rebulk-6.0.1.tar.gz 66093 BLAKE2B 78501b4e2f1281fe25359b9beab215d1a8135869f799fdc4db252f7ed4d0e2127c52067e75d32944d7b2fb1d4f66bbff22aece2cad70a9a041688f88ede33b59 SHA512 e1b3d2aea0969262478ddd2748444cd19d4d80da190833c78bca2f34c8b5fddaa02a3ad8e997d9d079868d10d4f7c716a3c33c1a4a9a4013acb849d43dd4b390
diff --git a/dev-python/rebulk/rebulk-3.2.0.ebuild b/dev-python/rebulk/rebulk-3.2.0.ebuild
deleted file mode 100644
index 877040cf2e74..000000000000
--- a/dev-python/rebulk/rebulk-3.2.0.ebuild
+++ /dev/null
@@ -1,32 +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
-
-DESCRIPTION="Python library that performs advanced searches in strings"
-HOMEPAGE="
- https://github.com/Toilal/rebulk/
- https://pypi.org/project/rebulk/
-"
-SRC_URI="
- https://github.com/Toilal/rebulk/archive/v${PV}.tar.gz
- -> ${P}.gh.tar.gz
-"
-
-LICENSE="MIT Apache-2.0"
-SLOT="0"
-KEYWORDS="amd64 ~arm arm64 x86"
-
-distutils_enable_tests pytest
-
-python_prepare_all() {
- # Remove base64-encoded zip archive with pytest.
- rm runtests.py || die
-
- distutils-r1_python_prepare_all
-}