From: "Arthur Zamarin" <arthurzam@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/patiencediff/
Date: Wed, 26 Oct 2022 18:42:44 +0000 (UTC) [thread overview]
Message-ID: <1666809759.1670a7a92b8fda1ba3110b6f07177bf3aa9b10e6.arthurzam@gentoo> (raw)
commit: 1670a7a92b8fda1ba3110b6f07177bf3aa9b10e6
Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Wed Oct 26 18:29:09 2022 +0000
Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Wed Oct 26 18:42:39 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1670a7a9
dev-python/patiencediff: add 0.2.7
Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>
dev-python/patiencediff/Manifest | 1 +
dev-python/patiencediff/patiencediff-0.2.7.ebuild | 27 +++++++++++++++++++++++
2 files changed, 28 insertions(+)
diff --git a/dev-python/patiencediff/Manifest b/dev-python/patiencediff/Manifest
index 8b292ae5c52a..45ae30bc26b4 100644
--- a/dev-python/patiencediff/Manifest
+++ b/dev-python/patiencediff/Manifest
@@ -1,2 +1,3 @@
DIST patiencediff-0.2.3.tar.gz 28903 BLAKE2B 83a5dffc11e02b759e8fda540453055d3f2fa03db098c2b323c965b39b121e5bc7e9b3fb0a7f5f1eff76aba81223350def2823469d2a3ceedb54824ae22a32c0 SHA512 4211aa824a8f0e4e5c9fa788ab532bc163684381fc143a089250b16ae70229efabdd1b2e4e50fdd8d36f3363526b80cf687030c435bd9b87e12624fc1fc6b786
DIST patiencediff-0.2.6.tar.gz 29124 BLAKE2B f43e7fbbdef316f9ededb680f9c3c20eaab7e988489ba6dfc6038deb91cced5727b9461dbfd30f11b81a12aa238e27df1697abe84d323461da3029daf9fbfce1 SHA512 033c4da38a12cfcd180535635dc84ce6da14fe4f8ae9fc7665fc0b711759fe5a5440d73ed2c7f8f4edf967c9dea9046163b5b48d32ee59d0f4cc01256c7c9055
+DIST patiencediff-0.2.7.tar.gz 26831 BLAKE2B 297af6a465ef3fc060a00df9882f85fbf9f807c6d6e8fbfa1d531ed16a60d86f3081d9c0c9698bf3b6d02ba45fbb1d58fead6430f73c04b4439076d0a05a8864 SHA512 8711d28ddc67cdebab5677c1120b1c7270b7509083b797371abcecd61ba71555a1c79c580a5615fe30e1e3bd088b2f4c28a68aa761a61ce55b93690ceb38d8c3
diff --git a/dev-python/patiencediff/patiencediff-0.2.7.ebuild b/dev-python/patiencediff/patiencediff-0.2.7.ebuild
new file mode 100644
index 000000000000..0fed7fa1f361
--- /dev/null
+++ b/dev-python/patiencediff/patiencediff-0.2.7.ebuild
@@ -0,0 +1,27 @@
+# Copyright 2021-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{8..11} pypy3 )
+
+inherit distutils-r1
+
+DESCRIPTION="Python implementation of the patiencediff algorithm"
+HOMEPAGE="
+ https://github.com/breezy-team/patiencediff/
+ https://pypi.org/project/patiencediff/
+"
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="GPL-2+"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+distutils_enable_tests unittest
+
+python_test() {
+ cd "${BUILD_DIR}/install$(python_get_sitedir)" || die
+ eunittest
+}
next reply other threads:[~2022-10-26 18:42 UTC|newest]
Thread overview: 21+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-10-26 18:42 Arthur Zamarin [this message]
-- strict thread matches above, loose matches on Subject: below --
2025-02-27 21:01 [gentoo-commits] repo/gentoo:master commit in: dev-python/patiencediff/ Michał Górny
2024-06-15 12:43 Petr Vaněk
2024-06-15 12:43 Petr Vaněk
2024-05-06 15:29 Michał Górny
2023-12-30 18:30 Michał Górny
2023-09-17 13:35 Michał Górny
2023-06-06 17:39 Arthur Zamarin
2023-05-04 16:22 Michał Górny
2023-04-29 9:38 Arthur Zamarin
2023-02-08 6:27 Michał Górny
2022-12-16 11:32 Michał Górny
2022-12-16 11:32 Michał Górny
2022-12-10 6:37 Michał Górny
2022-12-06 6:02 Michał Górny
2022-11-29 20:18 Arthur Zamarin
2022-11-21 13:24 Michał Górny
2022-10-19 3:49 Michał Górny
2022-09-26 21:19 Sam James
2022-07-26 6:43 Michał Górny
2021-09-25 7:01 Arthur Zamarin
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=1666809759.1670a7a92b8fda1ba3110b6f07177bf3aa9b10e6.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