summaryrefslogtreecommitdiff
path: root/dev-vcs/git-machete/git-machete-3.18.0.ebuild
diff options
context:
space:
mode:
authorV3n3RiX <venerix@koprulu.sector>2023-10-25 02:45:51 +0100
committerV3n3RiX <venerix@koprulu.sector>2023-10-25 02:45:51 +0100
commit237ad05f4a374a9f1707c3413a5094a6ce93e7ab (patch)
tree4e147c642dea57b55f5219109ecce4757a022f4b /dev-vcs/git-machete/git-machete-3.18.0.ebuild
parent342922f04a58a969ff23806acc427c7ff79119ce (diff)
gentoo auto-resync : 25:10:2023 - 02:45:51
Diffstat (limited to 'dev-vcs/git-machete/git-machete-3.18.0.ebuild')
-rw-r--r--dev-vcs/git-machete/git-machete-3.18.0.ebuild45
1 files changed, 0 insertions, 45 deletions
diff --git a/dev-vcs/git-machete/git-machete-3.18.0.ebuild b/dev-vcs/git-machete/git-machete-3.18.0.ebuild
deleted file mode 100644
index c26324c6913a..000000000000
--- a/dev-vcs/git-machete/git-machete-3.18.0.ebuild
+++ /dev/null
@@ -1,45 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PYTHON_COMPAT=( python3_{10..12} )
-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.10.0[${PYTHON_USEDEP}]
- >=dev-python/pytest-xdist-3.2.1[${PYTHON_USEDEP}]
-)"
-
-DOCS=( CONTRIBUTING.md README.md )
-
-distutils_enable_tests pytest
-
-# Several of the fish- and zsh-completion tests appear to be broken
-EPYTEST_DESELECT=(
- tests/completion_e2e/test_completion_e2e.py::TestCompletionEndToEnd::test_completion
-)
-
-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}
-}