public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Joonas Niilola" <juippis@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: app-text/xmldiff/
Date: Sat, 10 Oct 2020 07:22:57 +0000 (UTC)	[thread overview]
Message-ID: <1602314554.6df4a65fd892c28294a5a1f69267f89dff683452.juippis@gentoo> (raw)

commit:     6df4a65fd892c28294a5a1f69267f89dff683452
Author:     Andrea Cerisara <andreacerisara <AT> gmail <DOT> com>
AuthorDate: Fri Sep 25 22:24:11 2020 +0000
Commit:     Joonas Niilola <juippis <AT> gentoo <DOT> org>
CommitDate: Sat Oct 10 07:22:34 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6df4a65f

app-text/xmldiff-2.4: version bump

Signed-off-by: Andrea Cerisara <andreacerisara <AT> gmail.com>
Package-Manager: Portage-3.0.4, Repoman-3.0.1
Closes: https://github.com/gentoo/gentoo/pull/17669
Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>

 app-text/xmldiff/Manifest           |  1 +
 app-text/xmldiff/xmldiff-2.4.ebuild | 24 ++++++++++++++++++++++++
 2 files changed, 25 insertions(+)

diff --git a/app-text/xmldiff/Manifest b/app-text/xmldiff/Manifest
index b12d1be5989..5154986e21c 100644
--- a/app-text/xmldiff/Manifest
+++ b/app-text/xmldiff/Manifest
@@ -1 +1,2 @@
 DIST xmldiff-2.3.tar.gz 92561 BLAKE2B f18805a9aa00a99a3f63640de60d3ea37393208ade00a14b817d42706bb1b3e407f2645d7df5b5e9f4d60d75d48afe6475e5c1f1bab24ea6fdd78d8646c79b58 SHA512 1dc3f76f51df3c506af827c9a7f67386143b4ce49c2159302e07c5f56054ffd9e858f086bb76d64a038b7e9ae7c116d1146714d4528ea9d53e23e1bacb4bb812
+DIST xmldiff-2.4.tar.gz 93437 BLAKE2B 9f0001da8e39b7a3e7d0af052ce60a43899b2cd644b3fa6c6cb7cfa08ebf71439bda3e3dc6cf497120f20cb0f9346b0a074b8e442b42531fd3bdbaaebdf73bf6 SHA512 d8a0c9cb850259b3288d8fb5fde50c69f24036bc46ea48f24f3d63c592ccdd2aab4daf416f0f75b38fd70cc58e00c12db626e61a983d1a002972a6720d62c6ae

diff --git a/app-text/xmldiff/xmldiff-2.4.ebuild b/app-text/xmldiff/xmldiff-2.4.ebuild
new file mode 100644
index 00000000000..c1261561d3c
--- /dev/null
+++ b/app-text/xmldiff/xmldiff-2.4.ebuild
@@ -0,0 +1,24 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python3_{7,8,9} )
+
+DISTUTILS_USE_SETUPTOOLS="rdepend"
+inherit distutils-r1
+
+DESCRIPTION="A tool that figures out the differences between two similar XML files"
+HOMEPAGE="https://github.com/Shoobx/xmldiff"
+SRC_URI="https://github.com/Shoobx/xmldiff/archive/${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~sparc ~x86 ~x86-linux"
+
+RDEPEND="dev-python/lxml[${PYTHON_USEDEP}]
+	dev-python/six[${PYTHON_USEDEP}]"
+
+distutils_enable_tests unittest
+
+DOCS=( CHANGES.rst README.rst )


             reply	other threads:[~2020-10-10  7:23 UTC|newest]

Thread overview: 36+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-10-10  7:22 Joonas Niilola [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-08-29 19:03 [gentoo-commits] repo/gentoo:master commit in: app-text/xmldiff/ Andreas Sturmlechner
2023-12-30  6:38 Arthur Zamarin
2023-12-30  6:38 Arthur Zamarin
2023-12-29 21:41 Sam James
2023-12-29 19:20 Arthur Zamarin
2023-11-22 12:02 Sam James
2023-11-22 12:02 Sam James
2022-11-20  4:52 Sam James
2021-08-17 22:52 Louis Sautier
2021-04-19 19:41 Sam James
2021-01-05 20:51 Sam James
2021-01-03 11:51 Sergei Trofimovich
2021-01-01 11:21 Sergei Trofimovich
2020-12-29  9:52 Sam James
2020-08-01 22:57 Andreas Sturmlechner
2020-08-01  9:14 Sergei Trofimovich
2020-07-29 23:41 Sam James
2020-07-28 14:11 Sam James
2020-07-27  2:14 Sam James
2020-04-17  0:04 Andreas Sturmlechner
2020-04-05  7:18 Joonas Niilola
2020-04-05  7:18 Joonas Niilola
2020-02-11 11:38 Michał Górny
2019-06-05  7:46 Agostino Sarubbo
2019-05-02 21:05 Mikle Kolyada
2019-03-17 23:02 Sergei Trofimovich
2019-03-16 18:40 Sergei Trofimovich
2019-03-15  8:12 Mikle Kolyada
2019-02-02 20:44 Sergei Trofimovich
2018-08-19 21:13 Michael Weber
2018-04-21  7:53 Michał Górny
2017-11-25 19:55 David Seifert
2017-02-10 18:55 Pacho Ramos
2016-10-18 19:26 Pacho Ramos
2016-10-16 17:45 Tobias Klausmann

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=1602314554.6df4a65fd892c28294a5a1f69267f89dff683452.juippis@gentoo \
    --to=juippis@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