summaryrefslogtreecommitdiff
path: root/dev-python/backrefs/backrefs-5.8.ebuild
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2025-07-12 13:10:05 +0200
committerMichał Górny <mgorny@gentoo.org>2025-07-12 13:10:05 +0200
commit16068680428912c695d8036bc3a5351bdc293e94 (patch)
treee7a4fb6e8a33800afbbc0629c9e28ee25a35f09c /dev-python/backrefs/backrefs-5.8.ebuild
parent4e4be2ec58fefcfa7b27b49e62aaade9176a469a (diff)
downloadgentoo-16068680428912c695d8036bc3a5351bdc293e94.tar.gz
gentoo-16068680428912c695d8036bc3a5351bdc293e94.tar.bz2
gentoo-16068680428912c695d8036bc3a5351bdc293e94.zip
dev-python/backrefs: Remove old
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/backrefs/backrefs-5.8.ebuild')
-rw-r--r--dev-python/backrefs/backrefs-5.8.ebuild29
1 files changed, 0 insertions, 29 deletions
diff --git a/dev-python/backrefs/backrefs-5.8.ebuild b/dev-python/backrefs/backrefs-5.8.ebuild
deleted file mode 100644
index d4c2c4a243b1..000000000000
--- a/dev-python/backrefs/backrefs-5.8.ebuild
+++ /dev/null
@@ -1,29 +0,0 @@
-# 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