From b590c8d7572b727d565cc0b8ff660d43569845de Mon Sep 17 00:00:00 2001 From: root Date: Fri, 12 Jun 2026 19:09:37 -0500 Subject: Adding metadata --- dev-python/whatthepatch/Manifest | 2 ++ dev-python/whatthepatch/metadata.xml | 10 ++++++++ dev-python/whatthepatch/whatthepatch-1.0.7.ebuild | 29 +++++++++++++++++++++++ 3 files changed, 41 insertions(+) create mode 100644 dev-python/whatthepatch/Manifest create mode 100644 dev-python/whatthepatch/metadata.xml create mode 100644 dev-python/whatthepatch/whatthepatch-1.0.7.ebuild (limited to 'dev-python/whatthepatch') diff --git a/dev-python/whatthepatch/Manifest b/dev-python/whatthepatch/Manifest new file mode 100644 index 000000000000..d248ff425361 --- /dev/null +++ b/dev-python/whatthepatch/Manifest @@ -0,0 +1,2 @@ +DIST whatthepatch-1.0.7.tar.gz 34612 BLAKE2B a7a442ad4d00276c5fa3cdffd731f586faec512e93bb378e1e487cc87e54c4904a440573b230adab0da904bfa7134b9668a026fcb6538584abb20d2586386a57 SHA512 13df7e993babfc057d1e6bc1636d3153d68d860614b744da035d47d2acaeb5317067558a8f48d9b4014fdd8ff0caeb2fbe439d1004886667606bec3000f33987 +DIST whatthepatch-1.0.7.tar.gz.provenance 9174 BLAKE2B a1c3e10b4abe80cd1dffdc3dc1e2183690a83a2b0660878f53d1a86c14eec8a7c1ac3f81629faf33cf335c77a12484d4a6391bbfce89e55b35ad61a4f9cd2a63 SHA512 487f2ec2f872dbd79403e9b645987fe43adf24c1a7e56c45a25ed86a2f48cb8742bd6b63887fa4d072a17ffff1346c6fd97299cf55b74971971961481fc0255f diff --git a/dev-python/whatthepatch/metadata.xml b/dev-python/whatthepatch/metadata.xml new file mode 100644 index 000000000000..5e95859f915a --- /dev/null +++ b/dev-python/whatthepatch/metadata.xml @@ -0,0 +1,10 @@ + + + + + python@gentoo.org + Python + + + baldeagleos-repo + diff --git a/dev-python/whatthepatch/whatthepatch-1.0.7.ebuild b/dev-python/whatthepatch/whatthepatch-1.0.7.ebuild new file mode 100644 index 000000000000..d634f44acdf1 --- /dev/null +++ b/dev-python/whatthepatch/whatthepatch-1.0.7.ebuild @@ -0,0 +1,29 @@ +# Copyright 1999-2026 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +DISTUTILS_USE_PEP517=setuptools +PYPI_VERIFY_REPO=https://github.com/cscorley/whatthepatch +PYTHON_COMPAT=( python3_{13..14} ) + +inherit distutils-r1 pypi + +DESCRIPTION="A patch parsing and application library" +HOMEPAGE=" + https://github.com/cscorley/whatthepatch/ + https://pypi.org/project/whatthepatch/ +" + +LICENSE="MIT" +SLOT="0" +KEYWORDS="amd64 arm64 ~ppc64 x86" + +EPYTEST_PLUGINS=() +distutils_enable_tests pytest + +EPYTEST_DESELECT=( + # the test measures performance of the patch parser together with test data + # preparation, which can take long time in some interpreters, bug #907243 + tests/test_patch.py::PatchTestSuite::test_huge_patch +) -- cgit v1.3