From 7fa8a1e3f149eea4c844c47cfe26136ed7614c58 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Mon, 15 Apr 2024 12:04:03 +0100 Subject: gentoo auto-resync : 15:04:2024 - 12:04:02 --- sci-mathematics/dunshire/Manifest | 2 +- sci-mathematics/dunshire/dunshire-0.1.1-r3.ebuild | 38 ----------------------- sci-mathematics/dunshire/dunshire-0.1.1-r4.ebuild | 38 +++++++++++++++++++++++ 3 files changed, 39 insertions(+), 39 deletions(-) delete mode 100644 sci-mathematics/dunshire/dunshire-0.1.1-r3.ebuild create mode 100644 sci-mathematics/dunshire/dunshire-0.1.1-r4.ebuild (limited to 'sci-mathematics/dunshire') diff --git a/sci-mathematics/dunshire/Manifest b/sci-mathematics/dunshire/Manifest index 4e2a6eb369a9..3f2243e112de 100644 --- a/sci-mathematics/dunshire/Manifest +++ b/sci-mathematics/dunshire/Manifest @@ -1,3 +1,3 @@ DIST dunshire-0.1.1.tar.gz 300878 BLAKE2B b0ed57e535313fbc653fdc7c8fd32fb98382db71dfe419e315f4b82fc4630e47757d74b9105e846b2eefaa7dcd93b12886eee341b11d0e8b562a52e480478e9a SHA512 5cdf8125d7fc1f76a483009392360e9e9088f9b58ca3f123d14e366421e831e4e7c8e17d367ba0430fb3cd61873cae7a004c903ff5417bfc9adecb7831681081 -EBUILD dunshire-0.1.1-r3.ebuild 945 BLAKE2B c49f42208588290591650ab5ace2a9cd8faab70d17064c48e9a5c2ac013273a658fa7a53ef8231c0d0bf82ec8bfb3c73d21933558bf24654bcf1fc5086a6a7fd SHA512 1922dcf7b29a684de5ce8ebddd192670c674f54bfe41ed81b48da3020aab863b23fa1a34c146fee213433a7d83f01c1debebd377ac4e3bf1dfe2ffe60d20a0c5 +EBUILD dunshire-0.1.1-r4.ebuild 946 BLAKE2B 6218c8b92c78e05909ec6283d291451eaa651f9c1549f4347d0af339d9feaf99d6975911483e18f9ff3637ce89fe0f9fdd55d589b5026038d940d6812f2123d4 SHA512 6866eb11372931823e626cc9d06e84898edf0622a4e2b450c66823df28f586e8e4c0a86ba613e313f63257006f9800cbd73d0ebff5ecd684c059620c3a8783e0 MISC metadata.xml 329 BLAKE2B e9cf64a4fd7f360e350a97ca0a9efe8e64ce485f2b025e456271c8e3d8bbf3f6950750a157eaa66e0639a800285351f84abd07789697acfbaf5422b9cb725ec6 SHA512 f8f757c9f662dfba3c0717720a7d2fe6e2c2bea517d6811cf9785d39cef92714c0ddddf3c56eecb6be37fc97fcd6ebdeba0412108b41ffc0c9cdde34c3e8a74a diff --git a/sci-mathematics/dunshire/dunshire-0.1.1-r3.ebuild b/sci-mathematics/dunshire/dunshire-0.1.1-r3.ebuild deleted file mode 100644 index 09fa84784439..000000000000 --- a/sci-mathematics/dunshire/dunshire-0.1.1-r3.ebuild +++ /dev/null @@ -1,38 +0,0 @@ -# Copyright 1999-2023 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -PYTHON_COMPAT=( python3_{9..11} ) -DISTUTILS_USE_PEP517=setuptools -inherit distutils-r1 pypi - -DESCRIPTION="Python library to solve linear games over symmetric cones" -HOMEPAGE="https://michael.orlitzky.com/code/dunshire/" - -LICENSE="AGPL-3+" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="doc test" -RESTRICT="!test? ( test )" - -RDEPEND="dev-python/cvxopt[${PYTHON_USEDEP}]" - -# Tests run on the build host? Bug #693916. There's one doctest that -# uses a numpy matrix, sorry. That will be fixed in the next release. -# Otherwise numpy is not needed; the required interfaces are provided -# through cvxopt. -BDEPEND="test? ( - ${RDEPEND} - dev-python/numpy[${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/dunshire-0.1.1-r4.ebuild b/sci-mathematics/dunshire/dunshire-0.1.1-r4.ebuild new file mode 100644 index 000000000000..517eaddf4641 --- /dev/null +++ b/sci-mathematics/dunshire/dunshire-0.1.1-r4.ebuild @@ -0,0 +1,38 @@ +# Copyright 1999-2024 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +PYTHON_COMPAT=( python3_{10..12} ) +DISTUTILS_USE_PEP517=setuptools +inherit distutils-r1 pypi + +DESCRIPTION="Python library to solve linear games over symmetric cones" +HOMEPAGE="https://michael.orlitzky.com/code/dunshire/" + +LICENSE="AGPL-3+" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="doc test" +RESTRICT="!test? ( test )" + +RDEPEND="dev-python/cvxopt[${PYTHON_USEDEP}]" + +# Tests run on the build host? Bug #693916. There's one doctest that +# uses a numpy matrix, sorry. That will be fixed in the next release. +# Otherwise numpy is not needed; the required interfaces are provided +# through cvxopt. +BDEPEND="test? ( + ${RDEPEND} + dev-python/numpy[${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 +} -- cgit v1.2.3