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/blurb/Manifest | 2 ++ dev-python/blurb/blurb-2.0.0.ebuild | 23 +++++++++++++++++++++++ dev-python/blurb/metadata.xml | 25 +++++++++++++++++++++++++ 3 files changed, 50 insertions(+) create mode 100644 dev-python/blurb/Manifest create mode 100644 dev-python/blurb/blurb-2.0.0.ebuild create mode 100644 dev-python/blurb/metadata.xml (limited to 'dev-python/blurb') diff --git a/dev-python/blurb/Manifest b/dev-python/blurb/Manifest new file mode 100644 index 000000000000..c5dfff5ed1e0 --- /dev/null +++ b/dev-python/blurb/Manifest @@ -0,0 +1,2 @@ +DIST blurb-2.0.0.tar.gz 24666 BLAKE2B 74ff80ab4503278423c5ac600d71e5fea57e837f39aedf6f12b24841aa96ffadd030ae61898964527218fc32468efa8885374165221c7131882f63127ce9b981 SHA512 ef943797fb6c5a3716aa86af0741c267b6ed1760c305e779410cd7ce0e2c99b0ce2437b8c6f5b8b39c01850cc79819f5977eefdb3906269af321a78b60d95f49 +DIST blurb-2.0.0.tar.gz.provenance 8927 BLAKE2B 37c8234e264edffa36eb394c6731dcfd1ffe8983dc28654a789de108e0de5a49b0be961d36810d8c10e8f2eabf3c2116a43f4ff61f48c8978c0d74eded7bc580 SHA512 c2fb82f7c7e19cf48400843d0c8a56a8f7120295dc0ac4f00b4ab2f11cb482fbd20b795bbef4311abb4ad046486ae4ec1497c32b043f107fcbe4077c4f09b52f diff --git a/dev-python/blurb/blurb-2.0.0.ebuild b/dev-python/blurb/blurb-2.0.0.ebuild new file mode 100644 index 000000000000..d633fc7040dd --- /dev/null +++ b/dev-python/blurb/blurb-2.0.0.ebuild @@ -0,0 +1,23 @@ +# Copyright 2018-2026 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +DISTUTILS_USE_PEP517=hatchling +PYPI_VERIFY_REPO=https://github.com/python/blurb +PYTHON_COMPAT=( python3_{13..14} ) + +inherit distutils-r1 pypi + +DESCRIPTION="Tool to create and manage NEWS blurbs for CPython" +HOMEPAGE=" + https://github.com/python/blurb/ + https://pypi.org/project/blurb/ +" + +LICENSE="BSD" +SLOT="0" +KEYWORDS="~amd64 ~arm64 ~x86" + +EPYTEST_PLUGINS=( pyfakefs time-machine ) +distutils_enable_tests pytest diff --git a/dev-python/blurb/metadata.xml b/dev-python/blurb/metadata.xml new file mode 100644 index 000000000000..691637029554 --- /dev/null +++ b/dev-python/blurb/metadata.xml @@ -0,0 +1,25 @@ + + + + + python@gentoo.org + + + chutzpah@gentoo.org + Patrick McLean + + + + blurb is a tool designed to rid CPython core development of the scourge of + Misc/NEWS conflicts. + + The core concept: split Misc/NEWS into many separate files that, when + concatenated back together in sorted order, reconstitute the original + Misc/NEWS file. After that, Misc/NEWS could be deleted from the CPython + repo and thereafter rendered on demand (e.g. when building a release). + When checking in a change to CPython, the checkin process will write + out a new file that sorts into the correct place, using a filename + unlikely to have a merge conflict. + + baldeagleos-repo + -- cgit v1.3