summaryrefslogtreecommitdiff
blob: c3ea630df5a9ccb4e5c344bd3fd5b84849056ccb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/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>
	<upstream>
		<remote-id type="pypi">blurb</remote-id>
	</upstream>
</pkgmetadata>