From b908638d718b0b4696df03d463597be0ca732fb7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20G=C3=B3rny?= Date: Tue, 30 Jun 2026 06:29:31 +0200 Subject: [PATCH] dev-python/rebulk: Bump to 6.0.0 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Michał Górny --- dev-python/rebulk/Manifest | 1 + dev-python/rebulk/rebulk-6.0.0.ebuild | 22 ++++++++++++++++++++++ 2 files changed, 23 insertions(+) create mode 100644 dev-python/rebulk/rebulk-6.0.0.ebuild diff --git a/dev-python/rebulk/Manifest b/dev-python/rebulk/Manifest index bdde7cd031f13..fedca1adf50da 100644 --- a/dev-python/rebulk/Manifest +++ b/dev-python/rebulk/Manifest @@ -1,3 +1,4 @@ DIST rebulk-3.2.0.gh.tar.gz 254923 BLAKE2B ea9501aa70d7842fecab8621ca7c58aed76dba419c46f92e0fc7fa7e300f0ac9d7a457fc3b6bd14d02296449e15c918d63be8060ab1df4a51fe77e383daf6c33 SHA512 17928a0fcf1a78a592289bb9c7c0ea48e8b4d93ccd77793065a51a54258c2af857e9da6955cad552fa53caf76a95ee002a789c35fe248a909971c8afc7b6dfa5 DIST rebulk-4.1.0.tar.gz 47804 BLAKE2B 4af11e28bb2b3604f0e2311b6abe311afcf061d98c3218ca0aa0171f37f235942a343322c0ef3261a078f71e3c9b64755576acbe554e04afe66fa8ec0e9b1e1f SHA512 839ca9e21a466b4f232ef58570237a59038f7ca2b75f19ff27da7d8cb0b46cce682ba6709d336dcb4d4fed190627b9a1801a64b0b1f207aecb27c058fcff8b96 DIST rebulk-4.2.2.tar.gz 53824 BLAKE2B 1a08ffb41f95455f6d7174d90490cfcff0771e28169fd2c2c5044e49d3bbb6b13c54bfdff49077961a4c5b0b36435e520ca07bf4e9b4b2d054ba2dc5d96e742d SHA512 206d5197291d5bfaa272438de965d35cce9ccc8ff084875f6738c2676daab36250c733851922f83042804581ff9c91e7088ed4870dba4cbf487d426d4e9cf8a8 +DIST rebulk-6.0.0.tar.gz 65891 BLAKE2B 132543818d62330c57394b0629be2880c2dbd42f82813864721201f409400c0e3051f5e9eac5e2a7a0f82892345e30d2594452b06e346ddd925552b53e30eb36 SHA512 e8735c764b463499501626e78da03df96c52ad5a4a1707fc91afd4d1c3574e208bd73e956570773133a478659bff37fa515e9bffa304a1f5d4f3e32e27598493 diff --git a/dev-python/rebulk/rebulk-6.0.0.ebuild b/dev-python/rebulk/rebulk-6.0.0.ebuild new file mode 100644 index 0000000000000..88d089b28e033 --- /dev/null +++ b/dev-python/rebulk/rebulk-6.0.0.ebuild @@ -0,0 +1,22 @@ +# Copyright 1999-2026 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +DISTUTILS_USE_PEP517=uv-build +PYTHON_COMPAT=( python3_{12..15} ) + +inherit distutils-r1 pypi + +DESCRIPTION="Python library that performs advanced searches in strings" +HOMEPAGE=" + https://github.com/Toilal/rebulk/ + https://pypi.org/project/rebulk/ +" + +LICENSE="MIT Apache-2.0" +SLOT="0" +KEYWORDS="~amd64 ~arm ~arm64 ~x86" + +EPYTEST_PLUGINS=() +distutils_enable_tests pytest