mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-02 23:48:17 -07:00
dev-python/rebulk: Bump to 6.0.0
Signed-off-by: Michał Górny <mgorny@gentoo.org>
This commit is contained in:
@@ -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
|
||||
|
||||
22
dev-python/rebulk/rebulk-6.0.0.ebuild
Normal file
22
dev-python/rebulk/rebulk-6.0.0.ebuild
Normal file
@@ -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
|
||||
Reference in New Issue
Block a user