public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Petr Vaněk" <arkamar@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-vcs/git-machete/
Date: Thu, 19 Dec 2024 12:46:00 +0000 (UTC)	[thread overview]
Message-ID: <1734611973.50a62cbe74a838575b192398f093a36e3b52d045.arkamar@gentoo> (raw)

commit:     50a62cbe74a838575b192398f093a36e3b52d045
Author:     Petr Vaněk <arkamar <AT> gentoo <DOT> org>
AuthorDate: Thu Dec 19 12:39:33 2024 +0000
Commit:     Petr Vaněk <arkamar <AT> gentoo <DOT> org>
CommitDate: Thu Dec 19 12:39:33 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=50a62cbe

dev-vcs/git-machete: drop 3.20.0, 3.24.2

Signed-off-by: Petr Vaněk <arkamar <AT> gentoo.org>

 dev-vcs/git-machete/Manifest                  |  2 --
 dev-vcs/git-machete/git-machete-3.20.0.ebuild | 45 -----------------------
 dev-vcs/git-machete/git-machete-3.24.2.ebuild | 51 ---------------------------
 3 files changed, 98 deletions(-)

diff --git a/dev-vcs/git-machete/Manifest b/dev-vcs/git-machete/Manifest
index 997c683f3d87..37921dc567df 100644
--- a/dev-vcs/git-machete/Manifest
+++ b/dev-vcs/git-machete/Manifest
@@ -1,3 +1 @@
-DIST git-machete-3.20.0.gh.tar.gz 1645348 BLAKE2B d07a7a78e835eb1afbed40d4133ba9ed914492cce03fbcd5c63bdd4260e65b6300e77d1f33175c7471667f044960b2948278db27b2d29731e7afe86564207311 SHA512 ba2a7e6741ad6cf47577301dd810fcd2bf7b2436fedf4b5fd566faad62fae54861d21b14ffa9395297e28e4176a9710b13e22dbb917bc7a8cc7f9f286c9f8afc
-DIST git-machete-3.24.2.gh.tar.gz 1866234 BLAKE2B c8b5fa711af3f4cdbb9449c4bc34f3e0b629f22c33a6b1f2e84954ece20545e68605dedc2203ddfc5334132fcdf4b0f2fc20739e65e67425bcb483e480ef3f81 SHA512 37cdd1f76946cb14bdcd819fe270e521ef3fac9802b44c6fb3f172b5508003562e2f6ba541ca6eaac37516129d2a4be67d972be29cef1f09aea48f96b00068ab
 DIST git-machete-3.25.2.gh.tar.gz 1892239 BLAKE2B 18fe483983ff5acb8139152ba1d1eb4c3a11e5092be827ab922c12841f8b40aef4429b560a3ac29b94f1800fea966dff1b923bc1ce71850cca4998234da016b6 SHA512 0d928823d2440a46105eb8d4caa84ef828f4a01e793530151c484958b34f4209da3efa9d874dfb48a32de424cd2defc4ae3634b68e0dec7bcaf9fe82b15e68c8

diff --git a/dev-vcs/git-machete/git-machete-3.20.0.ebuild b/dev-vcs/git-machete/git-machete-3.20.0.ebuild
deleted file mode 100644
index cdad063abdda..000000000000
--- a/dev-vcs/git-machete/git-machete-3.20.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}
-}

diff --git a/dev-vcs/git-machete/git-machete-3.24.2.ebuild b/dev-vcs/git-machete/git-machete-3.24.2.ebuild
deleted file mode 100644
index 550b46b65536..000000000000
--- a/dev-vcs/git-machete/git-machete-3.24.2.ebuild
+++ /dev/null
@@ -1,51 +0,0 @@
-# Copyright 1999-2024 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}]
-)"
-
-PATCHES=(
-	"${FILESDIR}"/${PN}-3.24.2_no-strays-in-site-packages.patch
-)
-
-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
-
-	doman docs/man/${PN}.1
-
-	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}
-}


             reply	other threads:[~2024-12-19 12:46 UTC|newest]

Thread overview: 43+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-12-19 12:46 Petr Vaněk [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-11-23 18:27 [gentoo-commits] repo/gentoo:master commit in: dev-vcs/git-machete/ Michał Górny
2024-04-24 12:58 Marek Szuba
2024-04-15 12:20 Marek Szuba
2024-04-07  1:06 Marek Szuba
2023-12-27 15:29 Marek Szuba
2023-12-26 19:07 Sam James
2023-12-24 21:57 Marek Szuba
2023-10-24 23:16 Marek Szuba
2023-10-24 23:16 Marek Szuba
2023-10-24 23:16 Marek Szuba
2023-09-07  9:27 Marek Szuba
2023-08-28 21:26 Marek Szuba
2023-08-13 10:47 Marek Szuba
2023-08-12 21:07 Marek Szuba
2023-08-12 21:07 Marek Szuba
2023-08-12 21:07 Marek Szuba
2023-07-29 14:49 Marek Szuba
2023-07-10 23:04 Marek Szuba
2023-05-19  8:37 Marek Szuba
2023-05-11 12:03 Marek Szuba
2023-05-11 12:03 Marek Szuba
2023-05-11 12:03 Marek Szuba
2023-04-19  7:36 Marek Szuba
2023-04-05 21:20 Marek Szuba
2023-04-02 22:20 Marek Szuba
2023-03-13 12:02 Marek Szuba
2023-03-07 19:23 Marek Szuba
2023-03-07 11:42 Sam James
2023-03-06 22:37 Marek Szuba
2023-03-06 15:58 Marek Szuba
2023-02-21 23:41 Marek Szuba
2023-01-19 10:38 Marek Szuba
2022-11-10  0:42 Marek Szuba
2022-11-10  0:42 Marek Szuba
2022-10-21 10:20 Marek Szuba
2022-10-13  9:31 Marek Szuba
2022-10-04  0:53 Marek Szuba
2022-09-01 12:27 Marek Szuba
2022-09-01 12:27 Marek Szuba
2022-08-31 14:01 Marek Szuba
2022-08-31 13:24 Marek Szuba
2022-08-31 13:17 Marek Szuba

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1734611973.50a62cbe74a838575b192398f093a36e3b52d045.arkamar@gentoo \
    --to=arkamar@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox