summaryrefslogtreecommitdiff
path: root/dev-python/blurb
diff options
context:
space:
mode:
authorroot <root@alpha.trunkmasters.com>2026-06-12 11:50:53 -0500
committerroot <root@alpha.trunkmasters.com>2026-06-12 11:50:53 -0500
commit290aebdea65a02557706eaeda477fef0437b6a48 (patch)
treef87a939169a508a2e943570501b64cc16b411cda /dev-python/blurb
parent6783ddcd4b73d9ce586a71770caed352bec93b16 (diff)
downloadbaldeagleos-repo-290aebdea65a02557706eaeda477fef0437b6a48.tar.gz
baldeagleos-repo-290aebdea65a02557706eaeda477fef0437b6a48.tar.xz
baldeagleos-repo-290aebdea65a02557706eaeda477fef0437b6a48.zip
Adding metadata
Diffstat (limited to 'dev-python/blurb')
-rw-r--r--dev-python/blurb/Manifest2
-rw-r--r--dev-python/blurb/blurb-2.0.0.ebuild23
-rw-r--r--dev-python/blurb/metadata.xml25
3 files changed, 0 insertions, 50 deletions
diff --git a/dev-python/blurb/Manifest b/dev-python/blurb/Manifest
deleted file mode 100644
index c5dfff5ed1e0..000000000000
--- a/dev-python/blurb/Manifest
+++ /dev/null
@@ -1,2 +0,0 @@
-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
deleted file mode 100644
index d633fc7040dd..000000000000
--- a/dev-python/blurb/blurb-2.0.0.ebuild
+++ /dev/null
@@ -1,23 +0,0 @@
-# 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
deleted file mode 100644
index 691637029554..000000000000
--- a/dev-python/blurb/metadata.xml
+++ /dev/null
@@ -1,25 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "https://docs.baldeagleos.com/dtd/metadata.dtd">
-<pkgmetadata>
- <maintainer type="project">
- <email>python@gentoo.org</email>
- </maintainer>
- <maintainer type="person">
- <email>chutzpah@gentoo.org</email>
- <name>Patrick McLean</name>
- </maintainer>
- <stabilize-allarches />
- <longdescription lang="en">
- 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.
- </longdescription>
- <origin>baldeagleos-repo</origin>
-</pkgmetadata>