* [gentoo-commits] repo/gentoo:master commit in: sci-mathematics/dunshire/
@ 2016-11-16 14:03 Michael Orlitzky
0 siblings, 0 replies; 14+ messages in thread
From: Michael Orlitzky @ 2016-11-16 14:03 UTC (permalink / raw
To: gentoo-commits
commit: 5dc188ddd7e5ffe6b5afb9154531484a6dd187d1
Author: Michael Orlitzky <mjo <AT> gentoo <DOT> org>
AuthorDate: Wed Nov 16 13:59:54 2016 +0000
Commit: Michael Orlitzky <mjo <AT> gentoo <DOT> org>
CommitDate: Wed Nov 16 14:00:10 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5dc188dd
sci-mathematics/dunshire: new package to solve linear games over cones.
Package-Manager: portage-2.3.0
sci-mathematics/dunshire/Manifest | 1 +
sci-mathematics/dunshire/dunshire-0.1.1.ebuild | 32 ++++++++++++++++++++++++++
sci-mathematics/dunshire/metadata.xml | 12 ++++++++++
3 files changed, 45 insertions(+)
diff --git a/sci-mathematics/dunshire/Manifest b/sci-mathematics/dunshire/Manifest
new file mode 100644
index 00000000..17b993e
--- /dev/null
+++ b/sci-mathematics/dunshire/Manifest
@@ -0,0 +1 @@
+DIST dunshire-0.1.1.tar.gz 300878 SHA256 93ff5659d96687fa2f5f1d1c7432bb03187ad3ec8357a30856aec4bf353bf71c SHA512 5cdf8125d7fc1f76a483009392360e9e9088f9b58ca3f123d14e366421e831e4e7c8e17d367ba0430fb3cd61873cae7a004c903ff5417bfc9adecb7831681081 WHIRLPOOL 4fec60b47ddd228d428fd7e7def122e4757b2e19a5ae565d47b9b70480c1d9d80d8d583aaef9cf81caedc6d23655293e201f6ce4487e18beca5cef8b3b3edd5a
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 00000000..0cc06cb
--- /dev/null
+++ b/sci-mathematics/dunshire/dunshire-0.1.1.ebuild
@@ -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/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 00000000..cf8612d
--- /dev/null
+++ b/sci-mathematics/dunshire/metadata.xml
@@ -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>
^ permalink raw reply related [flat|nested] 14+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: sci-mathematics/dunshire/
@ 2018-06-26 20:29 Pacho Ramos
0 siblings, 0 replies; 14+ messages in thread
From: Pacho Ramos @ 2018-06-26 20:29 UTC (permalink / raw
To: gentoo-commits
commit: 938d655466b5f1e6532086b101d7b1465814e7c8
Author: Pacho Ramos <pacho <AT> gentoo <DOT> org>
AuthorDate: Tue Jun 26 19:58:25 2018 +0000
Commit: Pacho Ramos <pacho <AT> gentoo <DOT> org>
CommitDate: Tue Jun 26 20:28:53 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=938d6554
sci-mathematics/dunshire: Support python3.6
Package-Manager: Portage-2.3.40, Repoman-2.3.9
sci-mathematics/dunshire/dunshire-0.1.1.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/sci-mathematics/dunshire/dunshire-0.1.1.ebuild b/sci-mathematics/dunshire/dunshire-0.1.1.ebuild
index fd21e23a8a9..b4d4a587489 100644
--- a/sci-mathematics/dunshire/dunshire-0.1.1.ebuild
+++ b/sci-mathematics/dunshire/dunshire-0.1.1.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=6
-PYTHON_COMPAT=( python3_{4,5} )
+PYTHON_COMPAT=( python3_{4,5,6} )
inherit distutils-r1
^ permalink raw reply related [flat|nested] 14+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: sci-mathematics/dunshire/
@ 2020-04-19 23:19 Michael Orlitzky
0 siblings, 0 replies; 14+ messages in thread
From: Michael Orlitzky @ 2020-04-19 23:19 UTC (permalink / raw
To: gentoo-commits
commit: 09e851e16da9c9641ea324595667b5c16461af24
Author: Michael Orlitzky <mjo <AT> gentoo <DOT> org>
AuthorDate: Sun Apr 19 22:13:32 2020 +0000
Commit: Michael Orlitzky <mjo <AT> gentoo <DOT> org>
CommitDate: Sun Apr 19 23:16:12 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=09e851e1
sci-mathematics/dunshire: new revision supporting python-3.{7,8}.
Updated to EAPI=7 and added a missing dependency while I was at it.
Closes: https://bugs.gentoo.org/718502
Package-Manager: Portage-2.3.89, Repoman-2.3.20
Signed-off-by: Michael Orlitzky <mjo <AT> gentoo.org>
.../{dunshire-0.1.1.ebuild => dunshire-0.1.1-r1.ebuild} | 17 ++++++++++++-----
1 file changed, 12 insertions(+), 5 deletions(-)
diff --git a/sci-mathematics/dunshire/dunshire-0.1.1.ebuild b/sci-mathematics/dunshire/dunshire-0.1.1-r1.ebuild
similarity index 58%
rename from sci-mathematics/dunshire/dunshire-0.1.1.ebuild
rename to sci-mathematics/dunshire/dunshire-0.1.1-r1.ebuild
index 82de99fb080..2824f031c37 100644
--- a/sci-mathematics/dunshire/dunshire-0.1.1.ebuild
+++ b/sci-mathematics/dunshire/dunshire-0.1.1-r1.ebuild
@@ -1,14 +1,14 @@
# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=6
+EAPI=7
-PYTHON_COMPAT=( python3_6 )
+PYTHON_COMPAT=( python3_6 python3_7 python3_8 )
inherit distutils-r1
DESCRIPTION="Python library to solve linear games over symmetric cones"
-HOMEPAGE="http://michael.orlitzky.com/code/dunshire"
+HOMEPAGE="http://michael.orlitzky.com/code/dunshire/"
SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
LICENSE="AGPL-3+"
@@ -18,8 +18,15 @@ IUSE="doc test"
RESTRICT="!test? ( test )"
RDEPEND="dev-python/cvxopt[${PYTHON_USEDEP}]"
-DEPEND="${RDEPEND}
- dev-python/setuptools[${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/. )
^ permalink raw reply related [flat|nested] 14+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: sci-mathematics/dunshire/
@ 2021-05-23 13:57 Michał Górny
0 siblings, 0 replies; 14+ messages in thread
From: Michał Górny @ 2021-05-23 13:57 UTC (permalink / raw
To: gentoo-commits
commit: b40a126697d842faf5e5cad837ae3beff5cb38af
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sun May 23 13:46:47 2021 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sun May 23 13:57:28 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b40a1266
sci-mathematics/dunshire: Enable py3.9
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
sci-mathematics/dunshire/dunshire-0.1.1-r1.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/sci-mathematics/dunshire/dunshire-0.1.1-r1.ebuild b/sci-mathematics/dunshire/dunshire-0.1.1-r1.ebuild
index 54f28b18eaf..b8f5fb37cda 100644
--- a/sci-mathematics/dunshire/dunshire-0.1.1-r1.ebuild
+++ b/sci-mathematics/dunshire/dunshire-0.1.1-r1.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
-PYTHON_COMPAT=( python3_7 python3_8 )
+PYTHON_COMPAT=( python3_{7..9} )
inherit distutils-r1
^ permalink raw reply related [flat|nested] 14+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: sci-mathematics/dunshire/
@ 2022-05-19 0:15 Michael Orlitzky
0 siblings, 0 replies; 14+ messages in thread
From: Michael Orlitzky @ 2022-05-19 0:15 UTC (permalink / raw
To: gentoo-commits
commit: d319d641b8f4b90b02375e6d968f139b5d58443e
Author: Michael Orlitzky <mjo <AT> gentoo <DOT> org>
AuthorDate: Thu May 19 00:13:31 2022 +0000
Commit: Michael Orlitzky <mjo <AT> gentoo <DOT> org>
CommitDate: Thu May 19 00:13:46 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d319d641
sci-mathematics/dunshire: new revision with python-3.10 support.
Closes: https://bugs.gentoo.org/846275
Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Michael Orlitzky <mjo <AT> gentoo.org>
.../dunshire/{dunshire-0.1.1-r1.ebuild => dunshire-0.1.1-r2.ebuild} | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/sci-mathematics/dunshire/dunshire-0.1.1-r1.ebuild b/sci-mathematics/dunshire/dunshire-0.1.1-r2.ebuild
similarity index 91%
rename from sci-mathematics/dunshire/dunshire-0.1.1-r1.ebuild
rename to sci-mathematics/dunshire/dunshire-0.1.1-r2.ebuild
index b8f5fb37cda4..a365b4c4e53c 100644
--- a/sci-mathematics/dunshire/dunshire-0.1.1-r1.ebuild
+++ b/sci-mathematics/dunshire/dunshire-0.1.1-r2.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=7
+EAPI=8
-PYTHON_COMPAT=( python3_{7..9} )
+PYTHON_COMPAT=( python3_{8..10} )
inherit distutils-r1
^ permalink raw reply related [flat|nested] 14+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: sci-mathematics/dunshire/
@ 2023-02-25 19:59 Michael Orlitzky
0 siblings, 0 replies; 14+ messages in thread
From: Michael Orlitzky @ 2023-02-25 19:59 UTC (permalink / raw
To: gentoo-commits
commit: 471e30110b4ad3496a10a0c4b3c1c05d58ecaba6
Author: Michael Orlitzky <mjo <AT> gentoo <DOT> org>
AuthorDate: Sat Feb 25 19:25:53 2023 +0000
Commit: Michael Orlitzky <mjo <AT> gentoo <DOT> org>
CommitDate: Sat Feb 25 19:58:37 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=471e3011
sci-mathematics/dunshire: PEP517 and python-3.11 support.
Closes: https://bugs.gentoo.org/897236
Signed-off-by: Michael Orlitzky <mjo <AT> gentoo.org>
.../dunshire/{dunshire-0.1.1-r2.ebuild => dunshire-0.1.1-r3.ebuild} | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/sci-mathematics/dunshire/dunshire-0.1.1-r2.ebuild b/sci-mathematics/dunshire/dunshire-0.1.1-r3.ebuild
similarity index 93%
rename from sci-mathematics/dunshire/dunshire-0.1.1-r2.ebuild
rename to sci-mathematics/dunshire/dunshire-0.1.1-r3.ebuild
index 07433b5d2252..f90e22df1022 100644
--- a/sci-mathematics/dunshire/dunshire-0.1.1-r2.ebuild
+++ b/sci-mathematics/dunshire/dunshire-0.1.1-r3.ebuild
@@ -3,8 +3,8 @@
EAPI=8
-PYTHON_COMPAT=( python3_{9..10} )
-
+PYTHON_COMPAT=( python3_{9..11} )
+DISTUTILS_USE_PEP517=setuptools
inherit distutils-r1
DESCRIPTION="Python library to solve linear games over symmetric cones"
^ permalink raw reply related [flat|nested] 14+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: sci-mathematics/dunshire/
@ 2023-03-16 18:52 Michał Górny
0 siblings, 0 replies; 14+ messages in thread
From: Michał Górny @ 2023-03-16 18:52 UTC (permalink / raw
To: gentoo-commits
commit: 3b8deff8b4ea05a00d3ee5d4e0831c517b249419
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Thu Mar 16 16:04:08 2023 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Thu Mar 16 18:50:27 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3b8deff8
sci-mathematics/dunshire: Use pypi.eclass
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
sci-mathematics/dunshire/dunshire-0.1.1-r3.ebuild | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/sci-mathematics/dunshire/dunshire-0.1.1-r3.ebuild b/sci-mathematics/dunshire/dunshire-0.1.1-r3.ebuild
index f90e22df1022..396e22bb0249 100644
--- a/sci-mathematics/dunshire/dunshire-0.1.1-r3.ebuild
+++ b/sci-mathematics/dunshire/dunshire-0.1.1-r3.ebuild
@@ -5,11 +5,10 @@ EAPI=8
PYTHON_COMPAT=( python3_{9..11} )
DISTUTILS_USE_PEP517=setuptools
-inherit distutils-r1
+inherit distutils-r1 pypi
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"
^ permalink raw reply related [flat|nested] 14+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: sci-mathematics/dunshire/
@ 2023-11-15 0:26 Michael Orlitzky
0 siblings, 0 replies; 14+ messages in thread
From: Michael Orlitzky @ 2023-11-15 0:26 UTC (permalink / raw
To: gentoo-commits
commit: 67626c89f5a822a5b00a8d55727b11d31c197d5f
Author: Michael Orlitzky <mjo <AT> gentoo <DOT> org>
AuthorDate: Wed Nov 15 00:14:34 2023 +0000
Commit: Michael Orlitzky <mjo <AT> gentoo <DOT> org>
CommitDate: Wed Nov 15 00:24:20 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=67626c89
sci-mathematics/dunshire: update HOMEPAGE (http -> https)
Signed-off-by: Michael Orlitzky <mjo <AT> gentoo.org>
sci-mathematics/dunshire/dunshire-0.1.1-r3.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/sci-mathematics/dunshire/dunshire-0.1.1-r3.ebuild b/sci-mathematics/dunshire/dunshire-0.1.1-r3.ebuild
index 396e22bb0249..09fa84784439 100644
--- a/sci-mathematics/dunshire/dunshire-0.1.1-r3.ebuild
+++ b/sci-mathematics/dunshire/dunshire-0.1.1-r3.ebuild
@@ -8,7 +8,7 @@ DISTUTILS_USE_PEP517=setuptools
inherit distutils-r1 pypi
DESCRIPTION="Python library to solve linear games over symmetric cones"
-HOMEPAGE="http://michael.orlitzky.com/code/dunshire/"
+HOMEPAGE="https://michael.orlitzky.com/code/dunshire/"
LICENSE="AGPL-3+"
SLOT="0"
^ permalink raw reply related [flat|nested] 14+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: sci-mathematics/dunshire/
@ 2024-04-13 16:54 Michael Orlitzky
0 siblings, 0 replies; 14+ messages in thread
From: Michael Orlitzky @ 2024-04-13 16:54 UTC (permalink / raw
To: gentoo-commits
commit: 61b52ec9448a5bc854d8d6603b30940e32aac5fe
Author: Michael Orlitzky <mjo <AT> gentoo <DOT> org>
AuthorDate: Sat Apr 13 16:52:24 2024 +0000
Commit: Michael Orlitzky <mjo <AT> gentoo <DOT> org>
CommitDate: Sat Apr 13 16:54:04 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=61b52ec9
sci-mathematics/dunshire: support python-3.12, drop 3.9
Closes: https://bugs.gentoo.org/929790
Signed-off-by: Michael Orlitzky <mjo <AT> gentoo.org>
.../dunshire/{dunshire-0.1.1-r3.ebuild => dunshire-0.1.1-r4.ebuild} | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/sci-mathematics/dunshire/dunshire-0.1.1-r3.ebuild b/sci-mathematics/dunshire/dunshire-0.1.1-r4.ebuild
similarity index 92%
rename from sci-mathematics/dunshire/dunshire-0.1.1-r3.ebuild
rename to sci-mathematics/dunshire/dunshire-0.1.1-r4.ebuild
index 09fa84784439..517eaddf4641 100644
--- a/sci-mathematics/dunshire/dunshire-0.1.1-r3.ebuild
+++ b/sci-mathematics/dunshire/dunshire-0.1.1-r4.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2023 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
-PYTHON_COMPAT=( python3_{9..11} )
+PYTHON_COMPAT=( python3_{10..12} )
DISTUTILS_USE_PEP517=setuptools
inherit distutils-r1 pypi
^ permalink raw reply related [flat|nested] 14+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: sci-mathematics/dunshire/
@ 2024-04-20 19:39 Michael Orlitzky
0 siblings, 0 replies; 14+ messages in thread
From: Michael Orlitzky @ 2024-04-20 19:39 UTC (permalink / raw
To: gentoo-commits
commit: 58958bdaa5ee1537877d75ccce89ef3ca4749133
Author: Michael Orlitzky <mjo <AT> gentoo <DOT> org>
AuthorDate: Sat Apr 20 19:16:39 2024 +0000
Commit: Michael Orlitzky <mjo <AT> gentoo <DOT> org>
CommitDate: Sat Apr 20 19:36:14 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=58958bda
sci-mathematics/dunshire: add 0.1.3, drop 0.1.1-r4
Signed-off-by: Michael Orlitzky <mjo <AT> gentoo.org>
sci-mathematics/dunshire/Manifest | 2 +-
sci-mathematics/dunshire/dunshire-0.1.1-r4.ebuild | 38 -----------------------
sci-mathematics/dunshire/dunshire-0.1.3.ebuild | 26 ++++++++++++++++
3 files changed, 27 insertions(+), 39 deletions(-)
diff --git a/sci-mathematics/dunshire/Manifest b/sci-mathematics/dunshire/Manifest
index 2687328babf2..04a34be725a7 100644
--- a/sci-mathematics/dunshire/Manifest
+++ b/sci-mathematics/dunshire/Manifest
@@ -1 +1 @@
-DIST dunshire-0.1.1.tar.gz 300878 BLAKE2B b0ed57e535313fbc653fdc7c8fd32fb98382db71dfe419e315f4b82fc4630e47757d74b9105e846b2eefaa7dcd93b12886eee341b11d0e8b562a52e480478e9a SHA512 5cdf8125d7fc1f76a483009392360e9e9088f9b58ca3f123d14e366421e831e4e7c8e17d367ba0430fb3cd61873cae7a004c903ff5417bfc9adecb7831681081
+DIST dunshire-0.1.3.tar.gz 52450 BLAKE2B 047f732daa7f2a53b8d24ea0aafdad3234aa5ee151a66f776ba22746d58b4b91a5047ba615978d4017e56345ac608fd1f537adef06f38b5a429276e284a88d02 SHA512 227d142347ad7b7eb5b283aaa94f457b20b686f40aa86b2a74057eed00d3d90e87fb4a0f32071db3bd73412489794a0b398a557f8194931a6e7d51ff442aa2b0
diff --git a/sci-mathematics/dunshire/dunshire-0.1.1-r4.ebuild b/sci-mathematics/dunshire/dunshire-0.1.1-r4.ebuild
deleted file mode 100644
index 517eaddf4641..000000000000
--- a/sci-mathematics/dunshire/dunshire-0.1.1-r4.ebuild
+++ /dev/null
@@ -1,38 +0,0 @@
-# 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
-}
diff --git a/sci-mathematics/dunshire/dunshire-0.1.3.ebuild b/sci-mathematics/dunshire/dunshire-0.1.3.ebuild
new file mode 100644
index 000000000000..ac63ace2d98f
--- /dev/null
+++ b/sci-mathematics/dunshire/dunshire-0.1.3.ebuild
@@ -0,0 +1,26 @@
+# 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
+
+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 ~x86"
+IUSE="doc"
+
+RDEPEND="dev-python/cvxopt[${PYTHON_USEDEP}]"
+DOCS=( doc/README.rst )
+
+distutils_enable_sphinx doc/source
+distutils_enable_tests setup.py
+
+python_test() {
+ esetup.py test
+}
^ permalink raw reply related [flat|nested] 14+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: sci-mathematics/dunshire/
@ 2024-08-05 2:08 Michael Orlitzky
0 siblings, 0 replies; 14+ messages in thread
From: Michael Orlitzky @ 2024-08-05 2:08 UTC (permalink / raw
To: gentoo-commits
commit: 5a2f1b6fc00dc71645a0fd06b742ee05d6c51159
Author: Michael Orlitzky <mjo <AT> gentoo <DOT> org>
AuthorDate: Mon Aug 5 02:06:11 2024 +0000
Commit: Michael Orlitzky <mjo <AT> gentoo <DOT> org>
CommitDate: Mon Aug 5 02:07:06 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5a2f1b6f
sci-mathematics/dunshire: don't use setup.py for tests
Closes: https://bugs.gentoo.org/937324
Signed-off-by: Michael Orlitzky <mjo <AT> gentoo.org>
.../dunshire/{dunshire-0.1.3.ebuild => dunshire-0.1.3-r1.ebuild} | 6 +++++-
1 file changed, 5 insertions(+), 1 deletion(-)
diff --git a/sci-mathematics/dunshire/dunshire-0.1.3.ebuild b/sci-mathematics/dunshire/dunshire-0.1.3-r1.ebuild
similarity index 72%
rename from sci-mathematics/dunshire/dunshire-0.1.3.ebuild
rename to sci-mathematics/dunshire/dunshire-0.1.3-r1.ebuild
index ac63ace2d98f..36354f6a301d 100644
--- a/sci-mathematics/dunshire/dunshire-0.1.3.ebuild
+++ b/sci-mathematics/dunshire/dunshire-0.1.3-r1.ebuild
@@ -19,8 +19,12 @@ RDEPEND="dev-python/cvxopt[${PYTHON_USEDEP}]"
DOCS=( doc/README.rst )
distutils_enable_sphinx doc/source
+
+# There are no additional dependencies even though we're not really
+# using setup.py to run the test suite any more. The __main__.py
+# runner has its own exit code handling.
distutils_enable_tests setup.py
python_test() {
- esetup.py test
+ PYTHONPATH="." "${EPYTHON}" test/__main__.py --verbose
}
^ permalink raw reply related [flat|nested] 14+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: sci-mathematics/dunshire/
@ 2024-08-05 2:31 Michael Orlitzky
0 siblings, 0 replies; 14+ messages in thread
From: Michael Orlitzky @ 2024-08-05 2:31 UTC (permalink / raw
To: gentoo-commits
commit: f566702e8743e56faca9cb3199a112c7b8788509
Author: Michael Orlitzky <mjo <AT> gentoo <DOT> org>
AuthorDate: Mon Aug 5 02:30:24 2024 +0000
Commit: Michael Orlitzky <mjo <AT> gentoo <DOT> org>
CommitDate: Mon Aug 5 02:30:51 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f566702e
sci-mathematics/dunshire: add missing die (thanks sam)
Bug: https://bugs.gentoo.org/937324
Signed-off-by: Michael Orlitzky <mjo <AT> gentoo.org>
sci-mathematics/dunshire/dunshire-0.1.3-r1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/sci-mathematics/dunshire/dunshire-0.1.3-r1.ebuild b/sci-mathematics/dunshire/dunshire-0.1.3-r1.ebuild
index 36354f6a301d..c98c5b6bf51d 100644
--- a/sci-mathematics/dunshire/dunshire-0.1.3-r1.ebuild
+++ b/sci-mathematics/dunshire/dunshire-0.1.3-r1.ebuild
@@ -26,5 +26,5 @@ distutils_enable_sphinx doc/source
distutils_enable_tests setup.py
python_test() {
- PYTHONPATH="." "${EPYTHON}" test/__main__.py --verbose
+ PYTHONPATH="." "${EPYTHON}" test/__main__.py --verbose || die
}
^ permalink raw reply related [flat|nested] 14+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: sci-mathematics/dunshire/
@ 2024-09-08 13:57 Michał Górny
0 siblings, 0 replies; 14+ messages in thread
From: Michał Górny @ 2024-09-08 13:57 UTC (permalink / raw
To: gentoo-commits
commit: c682943c6c484f0cef936ab834da1b89df85cbad
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sun Sep 8 13:55:52 2024 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sun Sep 8 13:57:54 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c682943c
sci-mathematics/dunshire: Remove `det setup.py` false positive
Remove the pointless call to `distutils_enable_tests setup.py` that
is a false positive on packages broken by new dev-python/setuptools
versions.
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
sci-mathematics/dunshire/dunshire-0.1.3-r1.ebuild | 20 +++++++++++++-------
1 file changed, 13 insertions(+), 7 deletions(-)
diff --git a/sci-mathematics/dunshire/dunshire-0.1.3-r1.ebuild b/sci-mathematics/dunshire/dunshire-0.1.3-r1.ebuild
index c98c5b6bf51d..348bf1942132 100644
--- a/sci-mathematics/dunshire/dunshire-0.1.3-r1.ebuild
+++ b/sci-mathematics/dunshire/dunshire-0.1.3-r1.ebuild
@@ -5,26 +5,32 @@ EAPI=8
PYTHON_COMPAT=( python3_{10..12} )
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 ~x86"
-IUSE="doc"
+IUSE="doc test"
+RESTRICT="!test? ( test )"
+
+RDEPEND="
+ dev-python/cvxopt[${PYTHON_USEDEP}]
+"
+BDEPEND="
+ test? (
+ ${RDEPEND}
+ )
+"
-RDEPEND="dev-python/cvxopt[${PYTHON_USEDEP}]"
DOCS=( doc/README.rst )
distutils_enable_sphinx doc/source
-# There are no additional dependencies even though we're not really
-# using setup.py to run the test suite any more. The __main__.py
-# runner has its own exit code handling.
-distutils_enable_tests setup.py
-
python_test() {
PYTHONPATH="." "${EPYTHON}" test/__main__.py --verbose || die
}
^ permalink raw reply related [flat|nested] 14+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: sci-mathematics/dunshire/
@ 2024-09-10 2:03 Michael Orlitzky
0 siblings, 0 replies; 14+ messages in thread
From: Michael Orlitzky @ 2024-09-10 2:03 UTC (permalink / raw
To: gentoo-commits
commit: b3265da23cbf01f89c409a1154301c0083960076
Author: Michael Orlitzky <mjo <AT> gentoo <DOT> org>
AuthorDate: Tue Sep 10 01:59:28 2024 +0000
Commit: Michael Orlitzky <mjo <AT> gentoo <DOT> org>
CommitDate: Tue Sep 10 02:03:22 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b3265da2
sci-mathematics/dunshire: remove pypi upstream metadata
I pulled my packages from pypi two or three supply-chain attacks ago and
forgot to remove this.
Closes: https://bugs.gentoo.org/939331
Signed-off-by: Michael Orlitzky <mjo <AT> gentoo.org>
sci-mathematics/dunshire/metadata.xml | 4 ----
1 file changed, 4 deletions(-)
diff --git a/sci-mathematics/dunshire/metadata.xml b/sci-mathematics/dunshire/metadata.xml
index 24ac776863fa..f2908ee10b59 100644
--- a/sci-mathematics/dunshire/metadata.xml
+++ b/sci-mathematics/dunshire/metadata.xml
@@ -5,8 +5,4 @@
<email>mjo@gentoo.org</email>
<name>Michael Orlitzky</name>
</maintainer>
-
- <upstream>
- <remote-id type="pypi">dunshire</remote-id>
- </upstream>
</pkgmetadata>
^ permalink raw reply related [flat|nested] 14+ messages in thread
end of thread, other threads:[~2024-09-10 2:03 UTC | newest]
Thread overview: 14+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-02-25 19:59 [gentoo-commits] repo/gentoo:master commit in: sci-mathematics/dunshire/ Michael Orlitzky
-- strict thread matches above, loose matches on Subject: below --
2024-09-10 2:03 Michael Orlitzky
2024-09-08 13:57 Michał Górny
2024-08-05 2:31 Michael Orlitzky
2024-08-05 2:08 Michael Orlitzky
2024-04-20 19:39 Michael Orlitzky
2024-04-13 16:54 Michael Orlitzky
2023-11-15 0:26 Michael Orlitzky
2023-03-16 18:52 Michał Górny
2022-05-19 0:15 Michael Orlitzky
2021-05-23 13:57 Michał Górny
2020-04-19 23:19 Michael Orlitzky
2018-06-26 20:29 Pacho Ramos
2016-11-16 14:03 Michael Orlitzky
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox