diff options
author | Marek Szuba <marecki@gentoo.org> | 2023-03-06 22:12:58 +0000 |
---|---|---|
committer | Marek Szuba <marecki@gentoo.org> | 2023-03-06 22:12:58 +0000 |
commit | ad36567f8c7a2065bad3095cea2f13a97f42112d (patch) | |
tree | 67a922cafa92cd61b7c0d34e114cc91e8516c8b2 /dev-vcs/git-machete/git-machete-3.13.0.ebuild | |
parent | app-backup/borgmatic: drop 1.7.7 (diff) | |
download | gentoo-ad36567f8c7a2065bad3095cea2f13a97f42112d.tar.gz gentoo-ad36567f8c7a2065bad3095cea2f13a97f42112d.tar.bz2 gentoo-ad36567f8c7a2065bad3095cea2f13a97f42112d.zip |
dev-vcs/git-machete: drop 3.13.0
Signed-off-by: Marek Szuba <marecki@gentoo.org>
Diffstat (limited to 'dev-vcs/git-machete/git-machete-3.13.0.ebuild')
-rw-r--r-- | dev-vcs/git-machete/git-machete-3.13.0.ebuild | 41 |
1 files changed, 0 insertions, 41 deletions
diff --git a/dev-vcs/git-machete/git-machete-3.13.0.ebuild b/dev-vcs/git-machete/git-machete-3.13.0.ebuild deleted file mode 100644 index 9964c2ef2ad2..000000000000 --- a/dev-vcs/git-machete/git-machete-3.13.0.ebuild +++ /dev/null @@ -1,41 +0,0 @@ -# Copyright 1999-2023 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -PYTHON_COMPAT=( python3_{9..11} ) -DISTUTILS_USE_PEP517=setuptools - -inherit bash-completion-r1 distutils-r1 - -DESCRIPTION="Probably the sharpest git repo organizer & rebase/merge workflow automation tool" -HOMEPAGE="https://github.com/VirtusLab/git-machete https://pypi.org/project/git-machete/" -# No tests in PyPI tarballs -SRC_URI="https://github.com/VirtusLab/${PN}/archive/refs/tags/v${PV}.tar.gz -> ${P}.gh.tar.gz" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="~amd64 ~riscv" - -RDEPEND="dev-vcs/git" -BDEPEND="test? ( - >=dev-python/pytest-mock-3.8.2[${PYTHON_USEDEP}] - >=dev-python/pytest-xdist-2.5.0[${PYTHON_USEDEP}] -)" - -DOCS=( CONTRIBUTING.md README.md ) - -distutils_enable_sphinx docs/source dev-python/sphinx-rtd-theme -distutils_enable_tests pytest - -src_install() { - distutils-r1_src_install - - newbashcomp completion/${PN}.completion.bash ${PN} - - insinto /usr/share/fish/vendor_completions.d - doins completion/${PN}.fish - - insinto /usr/share/zsh/site-functions - newins completion/${PN}.completion.zsh _${PN} -} |