summaryrefslogtreecommitdiff
path: root/dev-python/blurb
diff options
context:
space:
mode:
authorLiguros - Gitlab CI/CD [develop] <gitlab@liguros.net>2020-12-12 09:37:06 +0000
committerLiguros - Gitlab CI/CD [develop] <gitlab@liguros.net>2020-12-12 09:37:06 +0000
commit3d8bd01b0127a0a6b488b28e2a68b44942a971f4 (patch)
tree8b3f85c34a5feda2d7580895e0354ff47a6f22bc /dev-python/blurb
parentcc1b875a8bb69a1b1b069d93abd8a49793ef7bf2 (diff)
downloadbaldeagleos-repo-3d8bd01b0127a0a6b488b28e2a68b44942a971f4.tar.gz
baldeagleos-repo-3d8bd01b0127a0a6b488b28e2a68b44942a971f4.tar.xz
baldeagleos-repo-3d8bd01b0127a0a6b488b28e2a68b44942a971f4.zip
Updating liguros repo
Diffstat (limited to 'dev-python/blurb')
-rw-r--r--dev-python/blurb/metadata.xml39
1 files changed, 21 insertions, 18 deletions
diff --git a/dev-python/blurb/metadata.xml b/dev-python/blurb/metadata.xml
index 3b7e8d15d444..07be1f2052a5 100644
--- a/dev-python/blurb/metadata.xml
+++ b/dev-python/blurb/metadata.xml
@@ -1,24 +1,27 @@
<?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>
<origin>gentoo-staging</origin>
</pkgmetadata>