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/cvxopt | |
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/cvxopt')
-rw-r--r-- | dev-python/cvxopt/metadata.xml | 39 |
1 files changed, 20 insertions, 19 deletions
diff --git a/dev-python/cvxopt/metadata.xml b/dev-python/cvxopt/metadata.xml index 73822eb2153b..d8071e3a6fbe 100644 --- a/dev-python/cvxopt/metadata.xml +++ b/dev-python/cvxopt/metadata.xml @@ -1,23 +1,24 @@ <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> <pkgmetadata> - <maintainer type="project"> - <email>sci-mathematics@gentoo.org</email> - <name>Gentoo Mathematics Project</name> - </maintainer> - <longdescription lang="en"> - CVXOPT is a software for convex optimization based on - the Python programming language. Its main purpose is to make the - development of software for convex optimization applications - straightforward. -</longdescription> - <use> - <flag name="dsdp">Use interior point library - <pkg>sci-libs/dsdp</pkg></flag> - <flag name="glpk">Use GNU Linear Programming Kit - <pkg>sci-mathematics/glpk</pkg></flag> - </use> - <upstream> - <remote-id type="github">cvxopt/cvxopt</remote-id> - </upstream> + <maintainer type="project"> + <email>sci-mathematics@gentoo.org</email> + <name>Gentoo Mathematics Project</name> + </maintainer> + <longdescription lang="en"> + CVXOPT is a software for convex optimization based on + the Python programming language. Its main purpose is to make the + development of software for convex optimization applications + straightforward. + </longdescription> + <use> + <flag name="dsdp">Use interior point library + <pkg>sci-libs/dsdp</pkg></flag> + <flag name="glpk">Use GNU Linear Programming Kit + <pkg>sci-mathematics/glpk</pkg></flag> + </use> + <upstream> + <remote-id type="github">cvxopt/cvxopt</remote-id> + <remote-id type="pypi">cvxopt</remote-id> + </upstream> </pkgmetadata> |