public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Marek Szuba" <marecki@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-vcs/git-machete/
Date: Fri, 19 May 2023 08:37:51 +0000 (UTC)	[thread overview]
Message-ID: <1684485455.0b18cb2d74c6a767c2eefad68fbd4674693a6676.marecki@gentoo> (raw)

commit:     0b18cb2d74c6a767c2eefad68fbd4674693a6676
Author:     Marek Szuba <marecki <AT> gentoo <DOT> org>
AuthorDate: Fri May 19 07:49:07 2023 +0000
Commit:     Marek Szuba <marecki <AT> gentoo <DOT> org>
CommitDate: Fri May 19 08:37:35 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0b18cb2d

dev-vcs/git-machete: add 3.17.4

Signed-off-by: Marek Szuba <marecki <AT> gentoo.org>

 dev-vcs/git-machete/Manifest                  |  1 +
 dev-vcs/git-machete/git-machete-3.17.4.ebuild | 41 +++++++++++++++++++++++++++
 2 files changed, 42 insertions(+)

diff --git a/dev-vcs/git-machete/Manifest b/dev-vcs/git-machete/Manifest
index 936417de8153..eded62277325 100644
--- a/dev-vcs/git-machete/Manifest
+++ b/dev-vcs/git-machete/Manifest
@@ -1,2 +1,3 @@
 DIST git-machete-3.16.3.gh.tar.gz 1618456 BLAKE2B e8207b11bfea6dd50965aaa300ec7303684503b900912b031f08378c7d80b388b341d23769cea5fe4aef0d78bc8457b0118aa3e05a49b0c1c4a3f9a97019c46e SHA512 fcd856c0fefecd2cf97ba149f1d1df57eb6fab0345c00c3d3df763041cc86226e3f815dda7c0050f8669d7d082e329dd76304de2092c7b43219e0c50a2e3467a
 DIST git-machete-3.17.3.gh.tar.gz 1623473 BLAKE2B 57749f566f27086c6359a5ea08004bc2b84921c3bb42dfb7d9a2029b032cdf0626541ded8dc7af04ab821e187358e5a7ff6d789bf2e204a9f1ad4367939e3477 SHA512 bc138636e96f2fb415c28e6a429cc5a10de7b1edd22f752ce1f552fa33f16f668c5bc6917186f437ccf28fc2be15c8dc9cf21c3c9ec4ab49e5d63af5fee0f521
+DIST git-machete-3.17.4.gh.tar.gz 1624890 BLAKE2B f81fc2322aa40736130180ec1a269248280ce826d70b32ac7d435da906a7c480e385ff22def06b28d5f8b5af8d3e683aa222689249ec9555a58844151bb8117a SHA512 2af06171d642a1e4fbbfe7dc97961b348e656025e03120b8699a8d6a43c3f0571eddfdfb0dac6f1f96d8eda7e47ba0307f398993ae8f56a63d68b24665bc5288

diff --git a/dev-vcs/git-machete/git-machete-3.17.4.ebuild b/dev-vcs/git-machete/git-machete-3.17.4.ebuild
new file mode 100644
index 000000000000..c04f32d1e272
--- /dev/null
+++ b/dev-vcs/git-machete/git-machete-3.17.4.ebuild
@@ -0,0 +1,41 @@
+# 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.10.0[${PYTHON_USEDEP}]
+	>=dev-python/pytest-xdist-3.2.1[${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}
+}


             reply	other threads:[~2023-05-19  8:37 UTC|newest]

Thread overview: 41+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-05-19  8:37 Marek Szuba [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-04-24 12:58 [gentoo-commits] repo/gentoo:master commit in: dev-vcs/git-machete/ 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-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=1684485455.0b18cb2d74c6a767c2eefad68fbd4674693a6676.marecki@gentoo \
    --to=marecki@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