Gentoo Archives: gentoo-commits

From: Louis Sautier <sbraz@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/collective-checkdocs/
Date: Thu, 01 Oct 2020 21:56:10
Message-Id: 1601589354.4a4a65635cf832d586c140ebb2c67141178545f2.sbraz@gentoo
1 commit: 4a4a65635cf832d586c140ebb2c67141178545f2
2 Author: Louis Sautier <sbraz <AT> gentoo <DOT> org>
3 AuthorDate: Thu Oct 1 20:45:39 2020 +0000
4 Commit: Louis Sautier <sbraz <AT> gentoo <DOT> org>
5 CommitDate: Thu Oct 1 21:55:54 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4a4a6563
7
8 dev-python/collective-checkdocs: add upstream info to metadata
9
10 Package-Manager: Portage-3.0.8, Repoman-3.0.1
11 Signed-off-by: Louis Sautier <sbraz <AT> gentoo.org>
12
13 dev-python/collective-checkdocs/metadata.xml | 5 +++++
14 1 file changed, 5 insertions(+)
15
16 diff --git a/dev-python/collective-checkdocs/metadata.xml b/dev-python/collective-checkdocs/metadata.xml
17 index b7deeb302f9..b3409eaec2a 100644
18 --- a/dev-python/collective-checkdocs/metadata.xml
19 +++ b/dev-python/collective-checkdocs/metadata.xml
20 @@ -11,4 +11,9 @@
21 <longdescription lang="en">
22 collective.checkdocs adds new distutils commands checkdocs and showdocs to validate restructured text in long_description field of Python eggs. This package aims to make Python egg help page publishing and editing easier.
23 </longdescription>
24 + <upstream>
25 + <remote-id type="pypi">collective.checkdocs</remote-id>
26 + <remote-id type="github">collective/collective.checkdocs</remote-id>
27 + <bugs-to>https://github.com/collective/collective.checkdocs/issues</bugs-to>
28 + </upstream>
29 </pkgmetadata>