sci-mathematics/dunshire - 0.1.3-r3 (gentoo)

Search

Install

Install this version:

emerge -a =sci-mathematics/dunshire-0.1.3-r3

If this version is masked, you can unmask it using the autounmask tool or standard emerge options:

autounmask =sci-mathematics/dunshire-0.1.3-r3

Or alternatively:

emerge --autounmask-write -a =sci-mathematics/dunshire-0.1.3-r3

Package Information

Description:
Python library to solve linear games over symmetric cones
Homepage:
https://michael.orlitzky.com/code/dunshire/
License:
AGPL-3+

Ebuild Details

Version EAPI Keywords Slot
0.1.3-r3 8 ~amd64 ~riscv ~x86 0
View Raw Ebuild
# Copyright 1999-2026 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=8

PYTHON_COMPAT=( python3_{11..14} )
DISTUTILS_USE_PEP517=setuptools

inherit distutils-r1

DESCRIPTION="Python library to solve linear games over symmetric cones"
HOMEPAGE="https://michael.orlitzky.com/code/dunshire/"
SRC_URI="https://michael.orlitzky.com/code/releases/${P}.tar.gz"

LICENSE="AGPL-3+"
SLOT="0"
KEYWORDS="~amd64 ~riscv ~x86"
IUSE="doc test"
RESTRICT="!test? ( test )"

RDEPEND="
	dev-python/cvxopt[${PYTHON_USEDEP}]
"
BDEPEND="
	test? (
		${RDEPEND}
	)
"

DOCS=( doc/README.rst )

distutils_enable_sphinx doc/source

python_test() {
	PYTHONPATH="." "${EPYTHON}" test/__main__.py --verbose || die
}

USE Flags

Manage flags for this package: euse -i <flag> -p sci-mathematics/dunshire | euse -E <flag> -p sci-mathematics/dunshire | euse -D <flag> -p sci-mathematics/dunshire

Global/Standard Flags

doc

Inherited Eclasses

Dependencies

RDEPEND

	dev-python/cvxopt[]

BDEPEND

	test? (
		
	dev-python/cvxopt[]

	)