aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNico Schlömer <nico.schloemer@gmail.com>2010-12-13 16:42:06 +0100
committerNico Schlömer <nico.schloemer@gmail.com>2010-12-13 16:42:06 +0100
commitfc52ac1bdfd548fa36816e9a16bf3afe6718b98b (patch)
treeec5b4391860792fd404fde1f396c9087d779aee8 /dev-python/cvxopt
parent[sci-libs/armadillo] Initial commit for Armadillo 1.0.0 (diff)
downloadsci-fc52ac1bdfd548fa36816e9a16bf3afe6718b98b.tar.gz
sci-fc52ac1bdfd548fa36816e9a16bf3afe6718b98b.tar.bz2
sci-fc52ac1bdfd548fa36816e9a16bf3afe6718b98b.zip
[dev-python/cvxopt] Initial commit for CVXOPT 1.1.3
Diffstat (limited to 'dev-python/cvxopt')
-rw-r--r--dev-python/cvxopt/Manifest3
-rw-r--r--dev-python/cvxopt/cvxopt-1.1.3.ebuild23
-rw-r--r--dev-python/cvxopt/metadata.xml9
3 files changed, 35 insertions, 0 deletions
diff --git a/dev-python/cvxopt/Manifest b/dev-python/cvxopt/Manifest
new file mode 100644
index 000000000..5752bfd90
--- /dev/null
+++ b/dev-python/cvxopt/Manifest
@@ -0,0 +1,3 @@
+DIST cvxopt-1.1.3.tar.gz 2927536 RMD160 cd0fdf51db957b388803b305f43ff323415b2252 SHA1 fe048bd21bb33eb99adb2759eda6f06d7520aa31 SHA256 c9563f04a31516e7b042d9e25344ae24bf6bc3e905c53ed077f9974c0efd9a7a
+EBUILD cvxopt-1.1.3.ebuild 467 RMD160 ef182c91e598aab7cb1dd095cf55fc709e36811c SHA1 f256793da9e8bf91572cef32ea3eb6df1c1c41c3 SHA256 0f8ed1f32e03a5d30b906bb68e77829bd6749b6b7724296ea4070a3f5bf46a16
+MISC metadata.xml 700 RMD160 0f7133c6997bcc9f6628892cd14df58396b2e964 SHA1 eaff2b19a0158437ebfa252de4b0dddc9cbe38ca SHA256 964ca6fb3e432ca9769b37fd063ce2268749334db92bde64fb4ea373790a6a50
diff --git a/dev-python/cvxopt/cvxopt-1.1.3.ebuild b/dev-python/cvxopt/cvxopt-1.1.3.ebuild
new file mode 100644
index 000000000..d615c93e3
--- /dev/null
+++ b/dev-python/cvxopt/cvxopt-1.1.3.ebuild
@@ -0,0 +1,23 @@
+# Copyright 1999-2010 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=3
+SUPPORT_PYTHON_ABIS="1"
+RESTRICT_PYTHON_ABIS="3.*"
+
+inherit distutils
+
+DESCRIPTION="Software package for convex optimization"
+HOMEPAGE="http://abel.ee.ucla.edu/cvxopt/index.html"
+SRC_URI="http://abel.ee.ucla.edu/${PN}/${P}.tar.gz"
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE=""
+
+DEPEND=""
+RDEPEND="${DEPEND}"
+
+S="${WORKDIR}/${P}/src"
diff --git a/dev-python/cvxopt/metadata.xml b/dev-python/cvxopt/metadata.xml
new file mode 100644
index 000000000..3bd706c66
--- /dev/null
+++ b/dev-python/cvxopt/metadata.xml
@@ -0,0 +1,9 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+<herd>sci</herd>
+<longdescription lang="en">
+CVXOPT is a free software package for convex optimization based on the Python programming language. It can be used with the interactive Python interpreter, on the command line by executing Python scripts, or integrated in other software via Python extension modules. Its main purpose is to make the development of software for convex optimization applications straightforward by building on Python's extensive standard library and on the strengths of Python as a high-level programming language.
+</longdescription>
+</pkgmetadata>
+