summaryrefslogtreecommitdiff
path: root/dev-python/backrefs
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2025-06-23 05:07:33 +0200
committerMichał Górny <mgorny@gentoo.org>2025-06-23 05:25:40 +0200
commit913faf3914d5ad6d7a9fbf4889b45af40d1b2ee1 (patch)
treeef4fb3578fd7da9fa4e2aabbcd1c27e39039bd48 /dev-python/backrefs
parente1f60853b50ed3e88c16380a4ac6895e78a5050b (diff)
downloadgentoo-913faf3914d5ad6d7a9fbf4889b45af40d1b2ee1.tar.gz
gentoo-913faf3914d5ad6d7a9fbf4889b45af40d1b2ee1.tar.bz2
gentoo-913faf3914d5ad6d7a9fbf4889b45af40d1b2ee1.zip
dev-python/backrefs: Bump to 5.9
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/backrefs')
-rw-r--r--dev-python/backrefs/Manifest1
-rw-r--r--dev-python/backrefs/backrefs-5.9.ebuild29
2 files changed, 30 insertions, 0 deletions
diff --git a/dev-python/backrefs/Manifest b/dev-python/backrefs/Manifest
index 6e379a262f04..0de5620e5857 100644
--- a/dev-python/backrefs/Manifest
+++ b/dev-python/backrefs/Manifest
@@ -1 +1,2 @@
DIST backrefs-5.8.tar.gz 6773994 BLAKE2B e0d1c0c7acb379f2b151ed4e86ac6d574495ada1f96dd3173daafdbf15c769beb9b13a87b1aa23462b292b7df293dbf050a70c4f00a625f168065acce718ee39 SHA512 d0a704179678cf90c3dea080ccca4ab05338393af3ae6a56c108d7aa6ea8797ccea590177f137b552265b63d17528f93bbd1726819199bd3405d1b9dff99cd12
+DIST backrefs-5.9.tar.gz 5765857 BLAKE2B ab890ecafc57c5e5e26fe0dc199fd431dd2369f342113c660d8c915fa7708b775989aa0ef7078c77c172583b57f00733410f5ff6a4bf3c7aa451eec0ab6a99d7 SHA512 edd26abe9765284a633bb05ddba36869ad80bc57f37065aba05614398476a1b2bfe94fe51ca7de201905c8e7ed4e5582b19610a5b2d13023abfbfd8ebb477b2c
diff --git a/dev-python/backrefs/backrefs-5.9.ebuild b/dev-python/backrefs/backrefs-5.9.ebuild
new file mode 100644
index 000000000000..e58e4448622e
--- /dev/null
+++ b/dev-python/backrefs/backrefs-5.9.ebuild
@@ -0,0 +1,29 @@
+# Copyright 1999-2025 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=hatchling
+PYTHON_COMPAT=( python3_{11..14} )
+
+inherit distutils-r1 pypi
+
+DESCRIPTION="Wrapper around re or regex that adds additional back references"
+HOMEPAGE="
+ https://github.com/facelessuser/backrefs/
+ https://pypi.org/project/backrefs/
+"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~arm64 ~riscv ~x86"
+
+BDEPEND="
+ test? (
+ dev-python/mock[${PYTHON_USEDEP}]
+ dev-python/regex[${PYTHON_USEDEP}]
+ dev-vcs/git
+ )
+"
+
+distutils_enable_tests pytest