public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Sebastian Pipping" <sping@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/diff-match-patch/
Date: Sat, 21 Dec 2019 15:31:04 +0000 (UTC)	[thread overview]
Message-ID: <1576942251.ff283fa17dfc5ce9a949e1080bdbfb2693053081.sping@gentoo> (raw)

commit:     ff283fa17dfc5ce9a949e1080bdbfb2693053081
Author:     Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
AuthorDate: Mon Dec 16 08:28:58 2019 +0000
Commit:     Sebastian Pipping <sping <AT> gentoo <DOT> org>
CommitDate: Sat Dec 21 15:30:51 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ff283fa1

dev-python/diff-match-patch: 20181111

Bug: https://bugs.gentoo.org/702458
Closes: https://github.com/gentoo/gentoo/pull/13998
Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> riseup.net>
Signed-off-by: Sebastian Pipping <sping <AT> gentoo.org>
Package-Manager: Portage-2.3.81, Repoman-2.3.20

 dev-python/diff-match-patch/Manifest                   |  1 +
 .../diff-match-patch/diff-match-patch-20181111.ebuild  | 18 ++++++++++++++++++
 2 files changed, 19 insertions(+)

diff --git a/dev-python/diff-match-patch/Manifest b/dev-python/diff-match-patch/Manifest
index 4ebad66ede4..06b4f7187b9 100644
--- a/dev-python/diff-match-patch/Manifest
+++ b/dev-python/diff-match-patch/Manifest
@@ -1 +1,2 @@
 DIST diff-match-patch-20121119.tar.gz 54113 BLAKE2B 0fcfa46f02f92af0e31ded7c51c651574104fb4d7d70082873981138579b12231dea0eee417614981a96f7ceaa50b288fefdbc21dca687451095dcdc34fe32f8 SHA512 3daff80a6043a0413c515125a21839d9fa1d71f7e2441f4870ebefed35f1accea711814ad231c65de0e3468bbd01402c977fc063ab120b7d9f0e04ef555a8207
+DIST diff-match-patch-20181111.tar.gz 58554 BLAKE2B 2a74294bb9ac88447cdea794a9c3b44d705d93f7e0777d5e5ece4a306f43df47458a4ba0ec8b16624862a6e4540a605695c3a83ee7dad7749b22210ebe65705a SHA512 9b21726b9c0e350553533c14dd86cca823c6f98ab642e7166cf9348952a57b62bcb0576e3d6a3b76655ea1bcc8cef3fe7f33ffb068b5a4bfb4b4b521042484e6

diff --git a/dev-python/diff-match-patch/diff-match-patch-20181111.ebuild b/dev-python/diff-match-patch/diff-match-patch-20181111.ebuild
new file mode 100644
index 00000000000..bde087ebd03
--- /dev/null
+++ b/dev-python/diff-match-patch/diff-match-patch-20181111.ebuild
@@ -0,0 +1,18 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python3_{6,7,8} pypy )
+
+inherit distutils-r1
+
+DESCRIPTION="Diff, match and patch algorithms for plain text"
+HOMEPAGE="https://pypi.org/project/diff-match-patch/"
+SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64 ~arm64 ~x86"
+
+distutils_enable_tests pytest


             reply	other threads:[~2019-12-21 15:31 UTC|newest]

Thread overview: 26+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-12-21 15:31 Sebastian Pipping [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-05-17 17:18 [gentoo-commits] repo/gentoo:master commit in: dev-python/diff-match-patch/ Michał Górny
2023-11-17 15:27 Andrew Ammerlaan
2023-06-02  4:52 Michał Górny
2023-06-01 20:04 Sam James
2023-05-27  9:44 Arthur Zamarin
2023-05-01  4:31 Michał Górny
2023-05-01  4:31 Michał Górny
2023-03-17 15:29 Michał Górny
2022-11-16 16:30 Michał Górny
2022-11-16 12:49 Arthur Zamarin
2022-05-17 12:20 Andrew Ammerlaan
2021-06-05 13:34 Michał Górny
2020-12-20 16:30 Thomas Deutschmann
2020-12-19 19:36 Sam James
2020-11-17 14:21 Joonas Niilola
2020-03-26 20:35 Michał Górny
2020-03-26 20:35 Michał Górny
2020-03-26 20:35 Michał Górny
2020-01-18 18:48 Michał Górny
2019-07-29 20:02 Aaron Bauman
2019-04-27 14:46 Andreas Sturmlechner
2019-03-11 21:03 Andreas Sturmlechner
2017-05-05 12:49 Manuel Rüger
2016-11-25 20:33 Amadeusz Piotr Żołnowski
2016-10-21 21:40 David Seifert

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=1576942251.ff283fa17dfc5ce9a949e1080bdbfb2693053081.sping@gentoo \
    --to=sping@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