From: "Sam James" <sam@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/patch-ng/
Date: Tue, 21 Feb 2023 16:46:35 +0000 (UTC) [thread overview]
Message-ID: <1676997932.796263ba8fad828f5e37f0fd56a1a97498e8adc3.sam@gentoo> (raw)
commit: 796263ba8fad828f5e37f0fd56a1a97498e8adc3
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Tue Feb 21 16:45:19 2023 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Tue Feb 21 16:45:32 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=796263ba
dev-python/patch-ng: PEP517, pypi.eclass, gh distfile name
Signed-off-by: Sam James <sam <AT> gentoo.org>
dev-python/patch-ng/Manifest | 1 +
dev-python/patch-ng/patch-ng-1.17.4-r1.ebuild | 23 +++++++++++++++++++++++
2 files changed, 24 insertions(+)
diff --git a/dev-python/patch-ng/Manifest b/dev-python/patch-ng/Manifest
index 1db7aa9b24b4..cbaba8cda024 100644
--- a/dev-python/patch-ng/Manifest
+++ b/dev-python/patch-ng/Manifest
@@ -1 +1,2 @@
+DIST patch-ng-1.17.4.gh.tar.gz 168306 BLAKE2B 78067e3c3d296a21f8fd4155fe770245ba4457cb9e37003f5e7667c30827878a8c06d62c77bb1fdaf61b96a813612a7c39800d7040b13a9d18f0baeccbd86ba1 SHA512 919c04c3adfa36672f3db5f1761a12ccbb08ccfb890015bb0d27b1801c8c7dba99c4da01674b269703a7cbf39df5889f5c446551bb4cf7039dc383c23d8a5db3
DIST patch-ng-1.17.4.tar.gz 168306 BLAKE2B 78067e3c3d296a21f8fd4155fe770245ba4457cb9e37003f5e7667c30827878a8c06d62c77bb1fdaf61b96a813612a7c39800d7040b13a9d18f0baeccbd86ba1 SHA512 919c04c3adfa36672f3db5f1761a12ccbb08ccfb890015bb0d27b1801c8c7dba99c4da01674b269703a7cbf39df5889f5c446551bb4cf7039dc383c23d8a5db3
diff --git a/dev-python/patch-ng/patch-ng-1.17.4-r1.ebuild b/dev-python/patch-ng/patch-ng-1.17.4-r1.ebuild
new file mode 100644
index 000000000000..8c7d3ed6641a
--- /dev/null
+++ b/dev-python/patch-ng/patch-ng-1.17.4-r1.ebuild
@@ -0,0 +1,23 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{9..11} )
+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="https://github.com/conan-io/python-patch-ng/archive/${PV}.tar.gz -> ${P}.gh.tar.gz"
+S="${WORKDIR}/python-${P}"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
+
+distutils_enable_tests unittest
+
+python_test() {
+ "${EPYTHON}" -m unittest -v tests/run_tests.py || die "Tests failed under ${EPYTHON}"
+}
next reply other threads:[~2023-02-21 16:46 UTC|newest]
Thread overview: 21+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-02-21 16:46 Sam James [this message]
-- strict thread matches above, loose matches on Subject: below --
2024-11-09 11:02 [gentoo-commits] repo/gentoo:master commit in: dev-python/patch-ng/ Michał Górny
2024-11-09 10:47 Arthur Zamarin
2024-10-25 14:15 Michał Górny
2024-08-17 7:58 Michał Górny
2024-08-17 7:51 Michał Górny
2024-08-03 5:03 Michał Górny
2024-08-03 5:03 Michał Górny
2023-11-24 15:48 Arthur Zamarin
2023-06-09 7:46 Arthur Zamarin
2023-04-25 3:55 Sam James
2023-02-21 16:46 Sam James
2021-09-14 4:37 Arthur Zamarin
2021-09-14 4:37 Arthur Zamarin
2021-09-14 4:37 Arthur Zamarin
2020-11-01 6:14 Joonas Niilola
2020-04-23 7:41 Joonas Niilola
2020-03-25 13:46 Joonas Niilola
2020-03-25 13:46 Joonas Niilola
2020-03-25 13:46 Joonas Niilola
2020-01-24 6:54 Joonas Niilola
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=1676997932.796263ba8fad828f5e37f0fd56a1a97498e8adc3.sam@gentoo \
--to=sam@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