]> gitweb.michael.orlitzky.com - mjo-overlay.git/commitdiff
New package: sci-mathematics/dunshire.
authorMichael Orlitzky <michael@orlitzky.com>
Wed, 16 Nov 2016 03:28:54 +0000 (22:28 -0500)
committerMichael Orlitzky <michael@orlitzky.com>
Wed, 16 Nov 2016 03:28:54 +0000 (22:28 -0500)
sci-mathematics/dunshire/Manifest [new file with mode: 0644]
sci-mathematics/dunshire/dunshire-0.1.1.ebuild [new file with mode: 0644]
sci-mathematics/dunshire/metadata.xml [new file with mode: 0644]

diff --git a/sci-mathematics/dunshire/Manifest b/sci-mathematics/dunshire/Manifest
new file mode 100644 (file)
index 0000000..d2e156e
--- /dev/null
@@ -0,0 +1,3 @@
+DIST dunshire-0.1.1.tar.gz 300878 SHA256 93ff5659d96687fa2f5f1d1c7432bb03187ad3ec8357a30856aec4bf353bf71c SHA512 5cdf8125d7fc1f76a483009392360e9e9088f9b58ca3f123d14e366421e831e4e7c8e17d367ba0430fb3cd61873cae7a004c903ff5417bfc9adecb7831681081 WHIRLPOOL 4fec60b47ddd228d428fd7e7def122e4757b2e19a5ae565d47b9b70480c1d9d80d8d583aaef9cf81caedc6d23655293e201f6ce4487e18beca5cef8b3b3edd5a
+EBUILD dunshire-0.1.1.ebuild 703 SHA256 7e3cfc6581b439b83063451c752b5329ee3c99236d190344475087483c72000e SHA512 1cf1560720c94454fb488dbc0199e749ccd0c5754d0b19653d5d750b2c230dbc3aa25bf833ae0d55912727b5bdd67b9cf4e8445ef25d5e31fbc085f24b61181b WHIRLPOOL 26b00147f19daaca42f43d7f4adc57677e3f98a4d61a0a11c27402f58cb6d9435554148cd2f7cdd33d34fd035798677215cf9e121e52c7bc075f46d2ebd8c366
+MISC metadata.xml 328 SHA256 0294101ed96ea0cb38d89255f3c359cbc25389c3119243173c8cd4f49c97bb6d SHA512 1ae4898a1247c78ba707aa6e38819cbc5277e46fd32d3ca1172c70c18f42247624755262e3886a2deee76d2a39a3a54750edbc2d77a339543741c2488b095e45 WHIRLPOOL b68029cfb119e475abf0b41e6c6d972f33abdeea3dff7c32455443a9956672d9b4f60ce868688801daedaee3e1171795b4929edbf13364f1b7b06bca54253c70
diff --git a/sci-mathematics/dunshire/dunshire-0.1.1.ebuild b/sci-mathematics/dunshire/dunshire-0.1.1.ebuild
new file mode 100644 (file)
index 0000000..78aa75d
--- /dev/null
@@ -0,0 +1,32 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+PYTHON_COMPAT=( python3_{4,5} )
+
+inherit distutils-r1
+
+DESCRIPTION="Python library to solve linear games over symmetric cones"
+HOMEPAGE="http://michael.orlitzky.com/code/${PN}"
+SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="doc test"
+
+RDEPEND="dev-python/cvxopt[${PYTHON_USEDEP}]"
+DEPEND="${RDEPEND}
+       dev-python/setuptools[${PYTHON_USEDEP}]"
+
+python_install_all() {
+       use doc && local HTML_DOCS=( doc/build/html/. )
+       local DOCS=( doc/README.rst )
+       distutils-r1_python_install_all
+}
+
+python_test() {
+       esetup.py test
+}
diff --git a/sci-mathematics/dunshire/metadata.xml b/sci-mathematics/dunshire/metadata.xml
new file mode 100644 (file)
index 0000000..cf8612d
--- /dev/null
@@ -0,0 +1,12 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+  <maintainer type="person">
+    <email>mjo@gentoo.org</email>
+    <name>Michael Orlitzky</name>
+  </maintainer>
+
+  <upstream>
+    <remote-id type="pypi">dunshire</remote-id>
+  </upstream>
+</pkgmetadata>