diff options
author | 2012-03-31 17:03:18 +0000 | |
---|---|---|
committer | 2012-03-31 17:03:18 +0000 | |
commit | 8ba2860ae7c5f5429e27ed1edd8753981376059a (patch) | |
tree | 65ab7f40697f559187fc6303fba1f00594969f7c /dev-python/networkx | |
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 'dev-python/networkx')
-rw-r--r-- | dev-python/networkx/metadata.xml | 13 |
1 files changed, 6 insertions, 7 deletions
diff --git a/dev-python/networkx/metadata.xml b/dev-python/networkx/metadata.xml index 7b3621756423..f9a40378c47d 100644 --- a/dev-python/networkx/metadata.xml +++ b/dev-python/networkx/metadata.xml @@ -1,18 +1,17 @@ <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> <pkgmetadata> -<herd>python</herd> -<longdescription lang="en"> - NetworkX is a Python-based package for the creation, manipulation, and + <herd>python</herd> + <longdescription lang="en">NetworkX is a Python-based package for the creation, manipulation, and study of the structure, dynamics, and functions of complex networks. - The structure of a graph or network is encoded in the edges (connections, links, ties, arcs, bonds) between nodes (vertices, sites, actors). If unqualified, by graph we mean a simple undirected graph, i.e. no self-loops and no multiple edges are allowed. By a network we usually mean a graph with weights (fields, properties) on nodes and/or edges. - The potential audience for NetworkX includes: mathematicians, physicists, - biologists, computer scientists, social scientists. -</longdescription> + biologists, computer scientists, social scientists.</longdescription> + <upstream> + <remote-id type="pypi">networkx</remote-id> + </upstream> </pkgmetadata> |