diff options
author | Michał Górny <mgorny@gentoo.org> | 2020-12-11 16:17:41 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2020-12-11 18:19:11 +0100 |
commit | b0efa69df19e722ea87fa16bd36b71fb3a4d23eb (patch) | |
tree | 5ef10d7913518fabdec64976fcac3135bed0efc1 /dev-python/blurb | |
parent | sys-kernel/gentoo-kernel-bin: Bump to 5.9.14 (diff) | |
download | gentoo-b0efa69df19e722ea87fa16bd36b71fb3a4d23eb.tar.gz gentoo-b0efa69df19e722ea87fa16bd36b71fb3a4d23eb.tar.bz2 gentoo-b0efa69df19e722ea87fa16bd36b71fb3a4d23eb.zip |
dev-python/*: add pypi remote-ids
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/blurb')
-rw-r--r-- | dev-python/blurb/metadata.xml | 39 |
1 files changed, 21 insertions, 18 deletions
diff --git a/dev-python/blurb/metadata.xml b/dev-python/blurb/metadata.xml index a68165db0ed5..7c2d3fa75752 100644 --- a/dev-python/blurb/metadata.xml +++ b/dev-python/blurb/metadata.xml @@ -1,23 +1,26 @@ <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE pkgmetadata SYSTEM "http://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> - <longdescription lang="en"> - blurb is a tool designed to rid CPython core development of the scourge of - Misc/NEWS conflicts. + <maintainer type="project"> + <email>python@gentoo.org</email> + </maintainer> + <maintainer type="person"> + <email>chutzpah@gentoo.org</email> + <name>Patrick McLean</name> + </maintainer> + <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> + 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> |