diff options
| author | Arthur Zamarin <arthurzam@gentoo.org> | 2023-07-21 15:51:40 +0300 |
|---|---|---|
| committer | Arthur Zamarin <arthurzam@gentoo.org> | 2023-07-21 15:51:40 +0300 |
| commit | 9532e228062a7cd492e3e9e48eb5fbcab18db341 (patch) | |
| tree | c0e04f835c12432494faf71eed1bcfc9fe13a049 /dev-python/backrefs/backrefs-5.4.ebuild | |
| parent | 444f3e54649442999f6906efaefe94fa96ca1314 (diff) | |
| download | gentoo-9532e228062a7cd492e3e9e48eb5fbcab18db341.tar.gz gentoo-9532e228062a7cd492e3e9e48eb5fbcab18db341.tar.bz2 gentoo-9532e228062a7cd492e3e9e48eb5fbcab18db341.zip | |
dev-python/backrefs: drop 5.4
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'dev-python/backrefs/backrefs-5.4.ebuild')
| -rw-r--r-- | dev-python/backrefs/backrefs-5.4.ebuild | 33 |
1 files changed, 0 insertions, 33 deletions
diff --git a/dev-python/backrefs/backrefs-5.4.ebuild b/dev-python/backrefs/backrefs-5.4.ebuild deleted file mode 100644 index d285f500a668..000000000000 --- a/dev-python/backrefs/backrefs-5.4.ebuild +++ /dev/null @@ -1,33 +0,0 @@ -# Copyright 1999-2023 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -DISTUTILS_USE_PEP517=hatchling -PYTHON_COMPAT=( python3_{9..11} ) - -inherit distutils-r1 - -DESCRIPTION="Wrapper around re or regex that adds additional back references" -HOMEPAGE=" - https://github.com/facelessuser/backrefs/ - https://pypi.org/project/backrefs/ -" -SRC_URI=" - https://github.com/facelessuser/backrefs/archive/${PV}.tar.gz - -> ${P}.gh.tar.gz -" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="amd64 ~riscv x86" - -BDEPEND=" - test? ( - dev-python/mock[${PYTHON_USEDEP}] - dev-python/regex[${PYTHON_USEDEP}] - dev-vcs/git - ) -" - -distutils_enable_tests pytest |
