diff options
author | Paweł Hajdan <phajdan.jr@gentoo.org> | 2012-03-31 17:03:18 +0000 |
---|---|---|
committer | Paweł Hajdan <phajdan.jr@gentoo.org> | 2012-03-31 17:03:18 +0000 |
commit | 8ba2860ae7c5f5429e27ed1edd8753981376059a (patch) | |
tree | 65ab7f40697f559187fc6303fba1f00594969f7c /net-zope | |
parent | add ~arm, bug #402989 (diff) | |
download | gentoo-2-8ba2860ae7c5f5429e27ed1edd8753981376059a.tar.gz gentoo-2-8ba2860ae7c5f5429e27ed1edd8753981376059a.tar.bz2 gentoo-2-8ba2860ae7c5f5429e27ed1edd8753981376059a.zip |
Add upstream remote-id annotations using tools by Corentin Chary, bug #406287.
Diffstat (limited to 'net-zope')
-rw-r--r-- | net-zope/zc-buildout/metadata.xml | 9 | ||||
-rw-r--r-- | net-zope/zope-fixers/metadata.xml | 3 | ||||
-rw-r--r-- | net-zope/zope-interface/metadata.xml | 5 |
3 files changed, 12 insertions, 5 deletions
diff --git a/net-zope/zc-buildout/metadata.xml b/net-zope/zc-buildout/metadata.xml index 3ceca85e59d4..cca1f992b28e 100644 --- a/net-zope/zc-buildout/metadata.xml +++ b/net-zope/zc-buildout/metadata.xml @@ -6,8 +6,7 @@ <email>tupone@gentoo.org</email> <name>Alfredo Tupone</name> </maintainer> -<longdescription lang="en"> -Buildout is a system for managing development buildouts. While often identified as a Zope project, + <longdescription lang="en">Buildout is a system for managing development buildouts. While often identified as a Zope project, and indeed licensed under the ZPL by Zope creator Jim Fulton, buildout is useful for configurations beyond Zope, and even, in rare cases, a few that have nothing to do with Python. The Buildout project provides support for creating applications, especially Python applications. It @@ -17,6 +16,8 @@ The word .buildout. refers to a description of a set of parts and the software t them. It is often used informally to refer to an installed system based on a buildout definition. For example, if we are creating an application named .Foo., then .the Foo buildout. is the collection of configuration and application-specific software that allows an instance of the application to be -created. We may refer to such an instance of the application informally as .a Foo buildout.. -</longdescription> +created. We may refer to such an instance of the application informally as .a Foo buildout..</longdescription> + <upstream> + <remote-id type="pypi">zc.buildout</remote-id> + </upstream> </pkgmetadata> diff --git a/net-zope/zope-fixers/metadata.xml b/net-zope/zope-fixers/metadata.xml index 301d2207cc29..2e1ba128c228 100644 --- a/net-zope/zope-fixers/metadata.xml +++ b/net-zope/zope-fixers/metadata.xml @@ -2,4 +2,7 @@ <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> <pkgmetadata> <herd>python</herd> + <upstream> + <remote-id type="pypi">zope.fixers</remote-id> + </upstream> </pkgmetadata> diff --git a/net-zope/zope-interface/metadata.xml b/net-zope/zope-interface/metadata.xml index ee7e8b2450a8..71902eb87c97 100644 --- a/net-zope/zope-interface/metadata.xml +++ b/net-zope/zope-interface/metadata.xml @@ -1,5 +1,8 @@ <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> <pkgmetadata> - <herd>python</herd> + <herd>python</herd> + <upstream> + <remote-id type="pypi">zope.interface</remote-id> + </upstream> </pkgmetadata> |