From 0f558761aa2dee1017b4751e4017205e015a9560 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Wed, 29 Jun 2022 12:04:12 +0100 Subject: gentoo resync : 29.12.2022 --- sci-mathematics/dunshire/Manifest | 2 +- sci-mathematics/dunshire/dunshire-0.1.1-r1.ebuild | 39 ----------------------- sci-mathematics/dunshire/dunshire-0.1.1-r2.ebuild | 39 +++++++++++++++++++++++ 3 files changed, 40 insertions(+), 40 deletions(-) delete mode 100644 sci-mathematics/dunshire/dunshire-0.1.1-r1.ebuild create mode 100644 sci-mathematics/dunshire/dunshire-0.1.1-r2.ebuild (limited to 'sci-mathematics/dunshire') diff --git a/sci-mathematics/dunshire/Manifest b/sci-mathematics/dunshire/Manifest index 0bb2fb9ed574..3004973e77e2 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-r1.ebuild 958 BLAKE2B 7412f18b9bdc9202e9a21a5c3679f66b3ca620b451be8902100c145265e666d31eb38594fc0856e870071d56a3067dbc5b5af9302e589cb82e36bcbb63db9f09 SHA512 e6697066c2fe6aaaf9752836f317f924ccebd7cd7d277928709697ab3f496d1fc8201081effb156f4ba85ec2b12baedd97ee1f38ea7fc003ef1d776ba14bc113 +EBUILD dunshire-0.1.1-r2.ebuild 959 BLAKE2B 890078e136879bdc9d5559bc1267955d2bf8d6cda525901d3dde7cf4518a9bcbfee66f9dce09a82a569f11d51cd9c3d1f053242e136c14efb59a61e4ed321d37 SHA512 b99e002fef2fed07bfdaa199b714681c50e2394b19ae3aa4c55225cbc1cb9eedc96347f2cc0950a8a1158d4f944e274554f513f1193cd24d66c9ea0e6676c639 MISC metadata.xml 329 BLAKE2B e9cf64a4fd7f360e350a97ca0a9efe8e64ce485f2b025e456271c8e3d8bbf3f6950750a157eaa66e0639a800285351f84abd07789697acfbaf5422b9cb725ec6 SHA512 f8f757c9f662dfba3c0717720a7d2fe6e2c2bea517d6811cf9785d39cef92714c0ddddf3c56eecb6be37fc97fcd6ebdeba0412108b41ffc0c9cdde34c3e8a74a diff --git a/sci-mathematics/dunshire/dunshire-0.1.1-r1.ebuild b/sci-mathematics/dunshire/dunshire-0.1.1-r1.ebuild deleted file mode 100644 index b8f5fb37cda4..000000000000 --- a/sci-mathematics/dunshire/dunshire-0.1.1-r1.ebuild +++ /dev/null @@ -1,39 +0,0 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -PYTHON_COMPAT=( python3_{7..9} ) - -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" -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-r2.ebuild b/sci-mathematics/dunshire/dunshire-0.1.1-r2.ebuild new file mode 100644 index 000000000000..a365b4c4e53c --- /dev/null +++ b/sci-mathematics/dunshire/dunshire-0.1.1-r2.ebuild @@ -0,0 +1,39 @@ +# Copyright 1999-2022 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +PYTHON_COMPAT=( python3_{8..10} ) + +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" +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