From 4f2d7949f03e1c198bc888f2d05f421d35c57e21 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Mon, 9 Oct 2017 18:53:29 +0100 Subject: reinit the tree, so we can have metadata --- sci-mathematics/dunshire/Manifest | 4 ++++ sci-mathematics/dunshire/dunshire-0.1.1.ebuild | 31 ++++++++++++++++++++++++++ sci-mathematics/dunshire/metadata.xml | 12 ++++++++++ 3 files changed, 47 insertions(+) create mode 100644 sci-mathematics/dunshire/Manifest create mode 100644 sci-mathematics/dunshire/dunshire-0.1.1.ebuild create mode 100644 sci-mathematics/dunshire/metadata.xml (limited to 'sci-mathematics/dunshire') diff --git a/sci-mathematics/dunshire/Manifest b/sci-mathematics/dunshire/Manifest new file mode 100644 index 000000000000..8282b2539201 --- /dev/null +++ b/sci-mathematics/dunshire/Manifest @@ -0,0 +1,4 @@ +DIST dunshire-0.1.1.tar.gz 300878 SHA256 93ff5659d96687fa2f5f1d1c7432bb03187ad3ec8357a30856aec4bf353bf71c SHA512 5cdf8125d7fc1f76a483009392360e9e9088f9b58ca3f123d14e366421e831e4e7c8e17d367ba0430fb3cd61873cae7a004c903ff5417bfc9adecb7831681081 WHIRLPOOL 4fec60b47ddd228d428fd7e7def122e4757b2e19a5ae565d47b9b70480c1d9d80d8d583aaef9cf81caedc6d23655293e201f6ce4487e18beca5cef8b3b3edd5a +EBUILD dunshire-0.1.1.ebuild 696 SHA256 37adabf6d763534f6cd6ae5bd86ce40d88352304a54d5659a5552c23b3a95858 SHA512 4f5fee0ebef99a9ec255cf50f5e5c7a89b3598cf436d49b8525f93c9d2ca385c950649880fcb5b7119bb19e05631913dd4ec87bdcb7bf4402226161d40e2506d WHIRLPOOL ce97715cc4f57591d737ca9964e48c8ad90752362a1b267505aade65c50a262c44ec6a4138197967432d0f0e2f32c0e48993a21fe432cf50735d3a714d093149 +MISC ChangeLog 348 SHA256 75c6e35bb85b0005bb114ceb150d02e129421b75f7ca77e135c6ad555d07263d SHA512 a894b39ec0fb223f6581f80227f47fbca7d053dc2b92d3ea22555334419567b82e6e801839e42a4386f137786412f6985f3ea156c2bb2d611bf2f93bf47b37db WHIRLPOOL 29d87390e88de102a92e6381b4ecba67bb0ae5ff9ed4fa0ff9d008dc97902e3fcb4f591d7fd7ed893d98580c6f7488fd79412710025ac87d0262b12d4570ecf9 +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 index 000000000000..fd21e23a8a9a --- /dev/null +++ b/sci-mathematics/dunshire/dunshire-0.1.1.ebuild @@ -0,0 +1,31 @@ +# Copyright 1999-2016 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +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/dunshire" +SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz" + +LICENSE="AGPL-3+" +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 index 000000000000..cf8612d137ba --- /dev/null +++ b/sci-mathematics/dunshire/metadata.xml @@ -0,0 +1,12 @@ + + + + + mjo@gentoo.org + Michael Orlitzky + + + + dunshire + + -- cgit v1.2.3