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: Wed, 31 Aug 2022 13:17:32 +0000 (UTC)	[thread overview]
Message-ID: <1661951848.3cc5234252ebc76b21449286f515c2f01a357600.marecki@gentoo> (raw)

commit:     3cc5234252ebc76b21449286f515c2f01a357600
Author:     Marek Szuba <marecki <AT> gentoo <DOT> org>
AuthorDate: Wed Aug 31 13:16:53 2022 +0000
Commit:     Marek Szuba <marecki <AT> gentoo <DOT> org>
CommitDate: Wed Aug 31 13:17:28 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3cc52342

dev-vcs/git-machete: initial import, version 3.12.0

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

 dev-vcs/git-machete/Manifest                  |  1 +
 dev-vcs/git-machete/git-machete-3.12.0.ebuild | 46 +++++++++++++++++++++++++++
 dev-vcs/git-machete/metadata.xml              | 26 +++++++++++++++
 3 files changed, 73 insertions(+)

diff --git a/dev-vcs/git-machete/Manifest b/dev-vcs/git-machete/Manifest
new file mode 100644
index 000000000000..7ef3fd6c958f
--- /dev/null
+++ b/dev-vcs/git-machete/Manifest
@@ -0,0 +1 @@
+DIST git-machete-3.12.0.gh.tar.gz 1377199 BLAKE2B 82c4287efe902f6571504a5b2a793aa3c1b61a526db4262456bd617897b16e30ba2713f7900fa8482f7b30b75e6b76257cefaed154ec41e7e54f3097565a60bc SHA512 6a6168c7d8f0fb406b1ddb471f280a31dac4406a058006b62f4a4d8b5f8e1b681e460a59671acd091cf8411c1d3050c175544a4e18f21522297811c89ac9a271

diff --git a/dev-vcs/git-machete/git-machete-3.12.0.ebuild b/dev-vcs/git-machete/git-machete-3.12.0.ebuild
new file mode 100644
index 000000000000..a4233157cd39
--- /dev/null
+++ b/dev-vcs/git-machete/git-machete-3.12.0.ebuild
@@ -0,0 +1,46 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( python3_{8..11} )
+DISTUTILS_USE_PEP517=setuptools
+
+inherit bash-completion-r1 distutils-r1
+
+DESCRIPTION="Probably the sharpest git repository organizer & rebase/merge workflow automation tool you've ever seen"
+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"
+IUSE="fish-completion zsh-completion"
+
+RDEPEND="dev-vcs/git"
+BDEPEND="test? (
+	$(python_gen_cond_dep '
+		>=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 dev-python/sphinx_rtd_theme
+distutils_enable_tests pytest
+
+src_install() {
+	distutils-r1_src_install
+
+	newbashcomp completion/${PN}.completion.bash ${PN}
+	if use fish-completion; then
+		insinto /usr/share/fish/vendor_completions.d
+		doins completion/${PN}.fish
+	fi
+	if use zsh-completion; then
+		insinto /usr/share/zsh/site-functions
+		newins completion/${PN}.completion.zsh _${PN}
+	fi
+}

diff --git a/dev-vcs/git-machete/metadata.xml b/dev-vcs/git-machete/metadata.xml
new file mode 100644
index 000000000000..8199593ab959
--- /dev/null
+++ b/dev-vcs/git-machete/metadata.xml
@@ -0,0 +1,26 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+	<maintainer type="person">
+		<email>marecki@gentoo.org</email>
+		<name>Marek Szuba</name>
+	</maintainer>
+	<longdescription>
+		git-machete is a robust tool that simplifies your git workflows.
+
+		The bird's eye view provided by git-machete makes merges/rebases/push/pulls
+		hassle-free even when multiple branches are present in the repository
+		(master/develop, your topic branches, teammate's branches checked out
+		for review, etc.).
+
+		Using this tool, you can maintain small, focused, easy-to-review pull
+		requests with little effort.
+	</longdescription>
+	<upstream>
+		<remote-id type="github">VirtusLab/git-machete</remote-id>
+		<remote-id type="pypi">git-machete</remote-id>
+	</upstream>
+	<use>
+		<flag name="fish-completion">Enable fish completion support</flag>
+	</use>
+</pkgmetadata>


             reply	other threads:[~2022-08-31 13:17 UTC|newest]

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