summaryrefslogtreecommitdiff
path: root/dev-python/cvxopt
diff options
context:
space:
mode:
authorLiguros - Gitlab CI/CD [develop] <gitlab@liguros.net>2021-07-20 19:38:18 +0000
committerLiguros - Gitlab CI/CD [develop] <gitlab@liguros.net>2021-07-20 19:38:18 +0000
commit4d8488e437e1c714d9e4c896b416d13affee1f2c (patch)
treef43a5b648a7221376c6f011476c5e0d7fa2d5771 /dev-python/cvxopt
parent5529d400f8330da86451d880979b60352715abe9 (diff)
downloadbaldeagleos-repo-4d8488e437e1c714d9e4c896b416d13affee1f2c.tar.gz
baldeagleos-repo-4d8488e437e1c714d9e4c896b416d13affee1f2c.tar.xz
baldeagleos-repo-4d8488e437e1c714d9e4c896b416d13affee1f2c.zip
Adding metadata
Diffstat (limited to 'dev-python/cvxopt')
-rw-r--r--dev-python/cvxopt/metadata.xml31
1 files changed, 15 insertions, 16 deletions
diff --git a/dev-python/cvxopt/metadata.xml b/dev-python/cvxopt/metadata.xml
index 925464e173d8..d8071e3a6fbe 100644
--- a/dev-python/cvxopt/metadata.xml
+++ b/dev-python/cvxopt/metadata.xml
@@ -1,25 +1,24 @@
<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "https://liguros.gitlab.io/dtd/metadata.dtd">
+<!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">
+ <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>
- <upstream>
- <remote-id type="github">cvxopt/cvxopt</remote-id>
- <remote-id type="pypi">cvxopt</remote-id>
- </upstream>
- <use>
- <flag name="dsdp">Use interior point library
+ <use>
+ <flag name="dsdp">Use interior point library
<pkg>sci-libs/dsdp</pkg></flag>
- <flag name="glpk">Use GNU Linear Programming Kit
+ <flag name="glpk">Use GNU Linear Programming Kit
<pkg>sci-mathematics/glpk</pkg></flag>
- </use>
- <origin>gentoo-staging</origin>
-</pkgmetadata> \ No newline at end of file
+ </use>
+ <upstream>
+ <remote-id type="github">cvxopt/cvxopt</remote-id>
+ <remote-id type="pypi">cvxopt</remote-id>
+ </upstream>
+</pkgmetadata>