From: "Joonas Niilola" <juippis@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/patch-ng/
Date: Fri, 24 Jan 2020 06:54:45 +0000 (UTC) [thread overview]
Message-ID: <1579848873.38bf2067475cb753843974e895d18df2b771a8a9.juippis@gentoo> (raw)
commit: 38bf2067475cb753843974e895d18df2b771a8a9
Author: Azamat H. Hackimov <azamat.hackimov <AT> gmail <DOT> com>
AuthorDate: Fri Oct 25 17:30:50 2019 +0000
Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org>
CommitDate: Fri Jan 24 06:54:33 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=38bf2067
dev-python/patch-ng: new package
Fork of dev-python/patch, dependency for dev-util/conan
Signed-off-by: Azamat H. Hackimov <azamat.hackimov <AT> gmail.com>
Package-Manager: Portage-2.3.76, Repoman-2.3.16
Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>
dev-python/patch-ng/Manifest | 1 +
dev-python/patch-ng/metadata.xml | 16 ++++++++++++++++
dev-python/patch-ng/patch-ng-1.17.2.ebuild | 16 ++++++++++++++++
3 files changed, 33 insertions(+)
diff --git a/dev-python/patch-ng/Manifest b/dev-python/patch-ng/Manifest
new file mode 100644
index 00000000000..12acb47db91
--- /dev/null
+++ b/dev-python/patch-ng/Manifest
@@ -0,0 +1 @@
+DIST patch-ng-1.17.2.tar.gz 17167 BLAKE2B aa9b577927417ca6c32f75d3240fd48d54f22a64684b105e5aedcfc3fe9200cc6c1e724f520596a09d3fb8351b98e963dead410cd53b06c76432b94321c82b1c SHA512 d8fd616507f970369516ba56e99329eca5c25e3fcdc52bb86f7a020f9c4dfe9f43e17999dec1b047fb902efb3254c2abb9f3f95673299116154882b3649ff7d1
diff --git a/dev-python/patch-ng/metadata.xml b/dev-python/patch-ng/metadata.xml
new file mode 100644
index 00000000000..8bb19e7661e
--- /dev/null
+++ b/dev-python/patch-ng/metadata.xml
@@ -0,0 +1,16 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <maintainer type="person">
+ <email>azamat.hackimov@gmail.com</email>
+ <name>Azamat H. Hackimov</name>
+ </maintainer>
+ <maintainer type="project">
+ <email>proxy-maint@gentoo.org</email>
+ <name>Proxy Maintainers</name>
+ </maintainer>
+ <upstream>
+ <remote-id type="pypi">patch-ng</remote-id>
+ <remote-id type="github">conan-io/python-patch-ng</remote-id>
+ </upstream>
+</pkgmetadata>
diff --git a/dev-python/patch-ng/patch-ng-1.17.2.ebuild b/dev-python/patch-ng/patch-ng-1.17.2.ebuild
new file mode 100644
index 00000000000..63550cb4182
--- /dev/null
+++ b/dev-python/patch-ng/patch-ng-1.17.2.ebuild
@@ -0,0 +1,16 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python3_{6,7,8} )
+DISTUTILS_USE_SETUPTOOLS=rdepend
+inherit distutils-r1
+
+DESCRIPTION="Library to parse and apply unified diffs, fork of dev-python/patch"
+HOMEPAGE="https://github.com/conan-io/python-patch-ng https://pypi.org/project/patch-ng/"
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
next reply other threads:[~2020-01-24 6:54 UTC|newest]
Thread overview: 23+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-01-24 6:54 Joonas Niilola [this message]
-- strict thread matches above, loose matches on Subject: below --
2020-03-25 13:46 [gentoo-commits] repo/gentoo:master commit in: dev-python/patch-ng/ Joonas Niilola
2020-03-25 13:46 Joonas Niilola
2020-03-25 13:46 Joonas Niilola
2020-04-23 7:41 Joonas Niilola
2020-11-01 6:14 Joonas Niilola
2021-09-14 4:37 Arthur Zamarin
2021-09-14 4:37 Arthur Zamarin
2021-09-14 4:37 Arthur Zamarin
2023-02-21 16:46 Sam James
2023-02-21 16:46 Sam James
2023-04-25 3:55 Sam James
2023-06-09 7:46 Arthur Zamarin
2023-11-24 15:48 Arthur Zamarin
2024-08-03 5:03 Michał Górny
2024-08-03 5:03 Michał Górny
2024-08-17 7:51 Michał Górny
2024-08-17 7:58 Michał Górny
2024-10-25 14:15 Michał Górny
2024-11-09 10:47 Arthur Zamarin
2024-11-09 11:02 Michał Górny
2025-05-13 18:46 Arthur Zamarin
2025-10-09 2:42 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=1579848873.38bf2067475cb753843974e895d18df2b771a8a9.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