public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Arthur Zamarin" <arthurzam@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/patiencediff/
Date: Sat, 25 Sep 2021 07:01:18 +0000 (UTC)	[thread overview]
Message-ID: <1632553235.ed596ce1f08c66020938f6602fdc7179cc161835.arthurzam@gentoo> (raw)

commit:     ed596ce1f08c66020938f6602fdc7179cc161835
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Fri Sep 24 11:29:20 2021 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Sat Sep 25 07:00:35 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ed596ce1

dev-python/patiencediff: intial import (NIG dep of dev-vcs/breezy)

Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>

 dev-python/patiencediff/Manifest                  |  1 +
 dev-python/patiencediff/metadata.xml              | 12 ++++++++++++
 dev-python/patiencediff/patiencediff-0.2.2.ebuild | 17 +++++++++++++++++
 3 files changed, 30 insertions(+)

diff --git a/dev-python/patiencediff/Manifest b/dev-python/patiencediff/Manifest
new file mode 100644
index 00000000000..2f87667a674
--- /dev/null
+++ b/dev-python/patiencediff/Manifest
@@ -0,0 +1 @@
+DIST patiencediff-0.2.2.tar.gz 28799 BLAKE2B 28d8ef1bca5091e6b92167e7d48bbf1ebcc5b7a42c24c23ba82b4a29700e852170cdbc8019d197936c0e3ce0b406ea5d8b2189f7f9482b361feddbf8379bc4a6 SHA512 9b1e058604e114cc4ac6e5855d51cb1f9599fd692a48a1d68ff56f4e82cf568fa4d3858fe7bf233b784b07bf2825f7fd1d1ba0ca71371242ae46820ef469ebd6

diff --git a/dev-python/patiencediff/metadata.xml b/dev-python/patiencediff/metadata.xml
new file mode 100644
index 00000000000..ca46e2601ba
--- /dev/null
+++ b/dev-python/patiencediff/metadata.xml
@@ -0,0 +1,12 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+	<maintainer type="person">
+		<email>arthurzam@gentoo.org</email>
+		<name>Arthur Zamarin</name>
+	</maintainer>
+	<upstream>
+		<remote-id type="pypi">patiencediff</remote-id>
+		<remote-id type="github">breezy-team/patiencediff</remote-id>
+	</upstream>
+</pkgmetadata>

diff --git a/dev-python/patiencediff/patiencediff-0.2.2.ebuild b/dev-python/patiencediff/patiencediff-0.2.2.ebuild
new file mode 100644
index 00000000000..917b4b785dd
--- /dev/null
+++ b/dev-python/patiencediff/patiencediff-0.2.2.ebuild
@@ -0,0 +1,17 @@
+# Copyright 2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( python3_{8..10} pypy3 )
+inherit distutils-r1
+
+DESCRIPTION="Python implementation of the patiencediff algorithm"
+HOMEPAGE="https://pypi.org/project/patiencediff/ https://github.com/breezy-team/patiencediff"
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="GPL-2+"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+distutils_enable_tests unittest


             reply	other threads:[~2021-09-25  7:01 UTC|newest]

Thread overview: 22+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-09-25  7:01 Arthur Zamarin [this message]
  -- strict thread matches above, loose matches on Subject: below --
2022-07-26  6:43 [gentoo-commits] repo/gentoo:master commit in: dev-python/patiencediff/ Michał Górny
2022-09-26 21:19 Sam James
2022-10-19  3:49 Michał Górny
2022-10-26 18:42 Arthur Zamarin
2022-11-21 13:24 Michał Górny
2022-11-29 20:18 Arthur Zamarin
2022-12-06  6:02 Michał Górny
2022-12-10  6:37 Michał Górny
2022-12-16 11:32 Michał Górny
2022-12-16 11:32 Michał Górny
2023-02-08  6:27 Michał Górny
2023-04-29  9:38 Arthur Zamarin
2023-05-04 16:22 Michał Górny
2023-06-06 17:39 Arthur Zamarin
2023-09-17 13:35 Michał Górny
2023-12-30 18:30 Michał Górny
2024-05-06 15:29 Michał Górny
2024-06-15 12:43 Petr Vaněk
2024-06-15 12:43 Petr Vaněk
2025-02-27 21:01 Michał Górny
2025-05-27 15:41 Michał Górny

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=1632553235.ed596ce1f08c66020938f6602fdc7179cc161835.arthurzam@gentoo \
    --to=arthurzam@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