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/unidiff/
Date: Fri, 28 Jan 2022 18:38:50 +0000 (UTC)	[thread overview]
Message-ID: <1643395122.78b906cb215d24b4e66c5fd2ad4ace971bdb15e2.arthurzam@gentoo> (raw)

commit:     78b906cb215d24b4e66c5fd2ad4ace971bdb15e2
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Fri Jan 28 18:32:23 2022 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Fri Jan 28 18:38:42 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=78b906cb

dev-python/unidiff: add 0.7.2

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

 dev-python/unidiff/Manifest             |  1 +
 dev-python/unidiff/unidiff-0.7.2.ebuild | 19 +++++++++++++++++++
 2 files changed, 20 insertions(+)

diff --git a/dev-python/unidiff/Manifest b/dev-python/unidiff/Manifest
index dbb8a8c0378e..c4213bac1720 100644
--- a/dev-python/unidiff/Manifest
+++ b/dev-python/unidiff/Manifest
@@ -1,2 +1,3 @@
 DIST unidiff-0.7.0.tar.gz 18883 BLAKE2B 815c578ea02fb9e8a9a6f79e02ba8c35981f49d93b615d198bf5365df11552da84519a6b732986867dca3c329e7b43e9c79e7b158e17ec6921611a8d80aa3af6 SHA512 4f6f249219e4f36d7f753bb117123c508420ecbe6ef4f78936ceea10a5df00a4177ae45d8a56c62d824ee17ddfbc5a41ffc1f45ce1a7add9692b9c86813c2aac
 DIST unidiff-0.7.1.tar.gz 19547 BLAKE2B 71d3d8b187846f16e2fc1672c8b2624b4be29ef09b142a2a6c30f32c1812887d764f36ec16cb6d231f32fb84257cdb1abef3c571265f457ad2793bffbd043a74 SHA512 01a2467a10798a5427ae7d40644c881e7ed4775bab5b2bd7948d1153f1941417e2a2fd9beaa313e308900bffe8c8c1cb542d4f18e83786f9638ae20c72f1ad32
+DIST unidiff-0.7.2.tar.gz 19862 BLAKE2B 908bc7f3c33193fb5659add921c6ce4065f10026fa20df2f4bc4eb6fc56ed8d974bed1282351e094b8791103e3b93ad439dd0636fb1dc36ece2e3e62a494bee3 SHA512 fc5465db931384f4744308e155d558998d0ef393d3091e6cb3ac141525a9caf4cb4604ea00bd7f205318280113481fb987076ae6423ea29af685d482a7b3bf41

diff --git a/dev-python/unidiff/unidiff-0.7.2.ebuild b/dev-python/unidiff/unidiff-0.7.2.ebuild
new file mode 100644
index 000000000000..8e71a14fe537
--- /dev/null
+++ b/dev-python/unidiff/unidiff-0.7.2.ebuild
@@ -0,0 +1,19 @@
+# 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..10} )
+inherit distutils-r1
+
+DESCRIPTION="Unified diff parsing/metadata extraction library"
+HOMEPAGE="https://github.com/matiasb/python-unidiff
+	https://pypi.org/project/unidiff/"
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~arm64 ~x86"
+
+distutils_enable_tests unittest


             reply	other threads:[~2022-01-28 18:38 UTC|newest]

Thread overview: 20+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-01-28 18:38 Arthur Zamarin [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-05-18 11:11 [gentoo-commits] repo/gentoo:master commit in: dev-python/unidiff/ Michał Górny
2024-03-15 12:29 Jakov Smolić
2024-03-14 19:19 Sam James
2023-05-26 21:12 Arthur Zamarin
2023-03-16 16:35 Michał Górny
2023-03-10  4:16 Michał Górny
2022-11-14  5:07 Michał Górny
2022-06-27  4:40 Michał Górny
2022-06-05  5:53 Michał Górny
2022-05-16 18:41 Arthur Zamarin
2022-05-16 13:30 Michał Górny
2022-02-06 20:13 Michał Górny
2022-01-28  8:54 Michał Górny
2021-10-17  9:41 Michał Górny
2021-08-16  5:39 Michał Górny
2021-05-18 13:02 Michał Górny
2021-05-18 13:02 Michał Górny
2021-04-27 22:54 Sam James
2021-04-25 21:13 Brian Dolbec

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=1643395122.78b906cb215d24b4e66c5fd2ad4ace971bdb15e2.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