public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Fabian Groffen" <grobian@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-vcs/hg-git/
Date: Sat,  5 Jun 2021 06:45:00 +0000 (UTC)	[thread overview]
Message-ID: <1622875473.0b49383e73cdea73ba8fb727f04b5fdb17bfb19d.grobian@gentoo> (raw)

commit:     0b49383e73cdea73ba8fb727f04b5fdb17bfb19d
Author:     Fabian Groffen <grobian <AT> gentoo <DOT> org>
AuthorDate: Sat Jun  5 06:44:33 2021 +0000
Commit:     Fabian Groffen <grobian <AT> gentoo <DOT> org>
CommitDate: Sat Jun  5 06:44:33 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0b49383e

dev-vcs/hg-git-0.10.1: version bump, python3.9 support

Closes: https://bugs.gentoo.org/793842
Package-Manager: Portage-3.0.18, Repoman-3.0.2
Signed-off-by: Fabian Groffen <grobian <AT> gentoo.org>

 dev-vcs/hg-git/Manifest             |  1 +
 dev-vcs/hg-git/hg-git-0.10.1.ebuild | 28 ++++++++++++++++++++++++++++
 2 files changed, 29 insertions(+)

diff --git a/dev-vcs/hg-git/Manifest b/dev-vcs/hg-git/Manifest
index 1035a61e6a8..4c5faf86dd2 100644
--- a/dev-vcs/hg-git/Manifest
+++ b/dev-vcs/hg-git/Manifest
@@ -1,2 +1,3 @@
+DIST hg-git-0.10.1.tar.bz2 145345 BLAKE2B 6d8b7fbc2fa8994fea8d619606f2c6f03cb16e0438e07ee566545fb23d053fae3d28cbf120170b77023f5d17fa0d38fb816d8d9e82fe4ef911a9734d791503b8 SHA512 6fffc560c95985d121c8306b7562a50b72aa24e877f97301f67dde0bd435043519cbff0e6e0635111b352a89555d974ff9567f560bb7c60d3fa6bf67f660ef7c
 DIST hg-git-0.9.0.tar.bz2 129138 BLAKE2B a3758d3ff4daae98bccb71ac5471418b191596d7605c5fe867fde230a8deaacb3097b7f5f6f34ee55ba871a850c1c6f7cb6c1e9c05e388419136aecd66b775ea SHA512 03982292f042b9b48f58eeb04413f563b35fa8be1c31ca27825db8fbf293e4dfcb4bb62b6f504d82438a11c967496fb9bbd6aff5d77ae7eefdeb7747c53fcb82
 DIST hg-git-0.9.0a1.tar.bz2 128165 BLAKE2B dfe415a26554d6de714b64aa79f771e08f2c7ac02ee42732524b85a6572003bd428ea29823774d5ea4fa0eee251629bcbc78d9421773c312925a0114e51098ff SHA512 43119bacd4bfc169c8403b3d67e14609ada454a7635c50af5db3683ccd36e1d3be2ec0896204f0850b0cb0c09ded24ae723ad3eb6ddc381553f8c2b2ff2c84a1

diff --git a/dev-vcs/hg-git/hg-git-0.10.1.ebuild b/dev-vcs/hg-git/hg-git-0.10.1.ebuild
new file mode 100644
index 00000000000..d65dc94f4e0
--- /dev/null
+++ b/dev-vcs/hg-git/hg-git-0.10.1.ebuild
@@ -0,0 +1,28 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="7"
+PYTHON_COMPAT=( python3_{7..9} )
+DISTUTILS_USE_SETUPTOOLS=no
+
+inherit distutils-r1
+
+MY_PV=${PV/_rc/a}
+DESCRIPTION="push to and pull from a Git repository using Mercurial"
+HOMEPAGE="https://hg-git.github.io https://pypi.org/project/hg-git/"
+SRC_URI="https://foss.heptapod.net/mercurial/hg-git/-/archive/${MY_PV}/${PN}-${MY_PV}.tar.bz2"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+IUSE=""
+
+RDEPEND="
+	>=dev-vcs/mercurial-4.3[${PYTHON_USEDEP}]
+	>=dev-python/dulwich-0.19.0[${PYTHON_USEDEP}]
+"
+DEPEND="${RDEPEND}
+	dev-python/setuptools[${PYTHON_USEDEP}]
+"
+
+S="${WORKDIR}/${PN}-${MY_PV}"


             reply	other threads:[~2021-06-05  6:45 UTC|newest]

Thread overview: 54+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-06-05  6:45 Fabian Groffen [this message]
  -- strict thread matches above, loose matches on Subject: below --
2025-05-17 17:05 [gentoo-commits] repo/gentoo:master commit in: dev-vcs/hg-git/ Michał Górny
2025-05-03 11:11 Fabian Groffen
2025-05-01 13:33 Fabian Groffen
2024-09-10 18:47 Arthur Zamarin
2024-09-10 18:24 Mike Gilbert
2024-09-10 17:50 Fabian Groffen
2024-06-29 14:47 Arthur Zamarin
2024-05-12  8:59 Fabian Groffen
2023-09-10 10:41 Fabian Groffen
2023-05-01  0:19 Sam James
2023-05-01  0:12 Sam James
2023-05-01  0:09 Sam James
2023-03-08  7:48 Fabian Groffen
2023-02-25 10:18 Fabian Groffen
2022-11-15 18:17 Michał Górny
2022-07-03 10:52 Agostino Sarubbo
2022-07-03 10:49 Agostino Sarubbo
2022-07-03 10:48 Agostino Sarubbo
2022-01-07 15:25 Fabian Groffen
2021-09-22 17:05 Fabian Groffen
2021-06-07 13:16 Agostino Sarubbo
2021-06-05 20:43 Sam James
2021-06-05  6:51 Fabian Groffen
2021-01-06 22:58 Fabian Groffen
2020-09-20  9:43 Fabian Groffen
2020-09-19 21:33 Michał Górny
2020-09-19 21:33 Michał Górny
2020-09-19 17:16 Sam James
2020-05-30 20:06 Fabian Groffen
2020-04-25 18:03 Fabian Groffen
2020-02-02 13:13 Fabian Groffen
2019-11-03 12:42 Fabian Groffen
2019-11-03 10:41 Fabian Groffen
2018-10-27  7:51 Fabian Groffen
2018-10-27  7:51 Fabian Groffen
2018-05-20 19:59 Fabian Groffen
2018-03-03 21:07 Sergei Trofimovich
2018-01-25  3:07 Aaron Bauman
2017-12-19  7:51 Fabian Groffen
2017-12-16  8:20 Tobias Klausmann
2017-11-13 18:39 Fabian Groffen
2017-11-09 13:27 Thomas Deutschmann
2017-09-19  7:01 Fabian Groffen
2017-08-03  7:34 Fabian Groffen
2017-06-10 19:32 Fabian Groffen
2017-05-24 19:47 Fabian Groffen
2017-04-27 10:55 Dirkjan Ochtman
2016-05-13  8:41 Agostino Sarubbo
2016-02-20 10:44 Dirkjan Ochtman
2016-01-18  9:39 Mike Frysinger
2015-12-28 21:21 Dirkjan Ochtman
2015-12-28 21:21 Dirkjan Ochtman
2015-09-19  9:48 Dirkjan Ochtman

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=1622875473.0b49383e73cdea73ba8fb727f04b5fdb17bfb19d.grobian@gentoo \
    --to=grobian@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