aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTomas Fabrizio Orsi <torsi@fi.uba.ar>2024-06-10 23:29:47 -0300
committerAndrew Ammerlaan <andrewammerlaan@gentoo.org>2024-06-11 11:47:27 +0200
commit16b4c92b277d360e04006202aef1761ce5b15069 (patch)
treebcf74f3404e78ab036197af4b0830320fc4ad342
parentsci-biology/imagej: add 1.54i, drop 1.54h (diff)
downloadsci-16b4c92b277d360e04006202aef1761ce5b15069.tar.gz
sci-16b4c92b277d360e04006202aef1761ce5b15069.tar.bz2
sci-16b4c92b277d360e04006202aef1761ce5b15069.zip
sci-mathematics/pulp: Added pulp version 2.8.0 + python3.12
Signed-off-by: Tomas Fabrizio Orsi <torsi@fi.uba.ar> Closes: https://github.com/gentoo/sci/pull/1273 Signed-off-by: Andrew Ammerlaan <andrewammerlaan@gentoo.org>
-rw-r--r--sci-mathematics/pulp/Manifest1
-rw-r--r--sci-mathematics/pulp/pulp-2.8.0.ebuild21
2 files changed, 22 insertions, 0 deletions
diff --git a/sci-mathematics/pulp/Manifest b/sci-mathematics/pulp/Manifest
index abe10a827..9d87e82b0 100644
--- a/sci-mathematics/pulp/Manifest
+++ b/sci-mathematics/pulp/Manifest
@@ -1 +1,2 @@
DIST pulp-2.7.0.gh.tar.gz 28000854 BLAKE2B d2ec0f2e795ffc93051189e236ddefc92c1e0fbfc825f8bd32b6f8569c1e0ec290acaa418e93768587238ff25c3ae9a4d27457c7e5eb0635fc919ebb80b3de3b SHA512 be89eaeaac81cb79f6533b8764283f1f4ba85570f7626db6fa3e760124a26dcc1ee3ff3b293c67de2ed48083fe611ae0ca93db83da801456a34fe7cff816ba61
+DIST pulp-2.8.0.gh.tar.gz 31434075 BLAKE2B 65d0abc19d7677818dab3417c4ada9e171357c3e568ab23d224417287a6b28d41b0c82771e293d8793f5bc70ea84510538e2c84b1409aabd85517f7d1881a0ed SHA512 28fcec6d5c47778a46e8ea3316884a1f22777de9b692a47c3222c1aedc27106f711d19f6ce7af97b07322f947fc76cafa69e2c6636c7cc6d96ca19e96a766e8d
diff --git a/sci-mathematics/pulp/pulp-2.8.0.ebuild b/sci-mathematics/pulp/pulp-2.8.0.ebuild
new file mode 100644
index 000000000..9a5cee909
--- /dev/null
+++ b/sci-mathematics/pulp/pulp-2.8.0.ebuild
@@ -0,0 +1,21 @@
+# 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="Create MPS/LP files, call solvers, and present results"
+HOMEPAGE="https://coin-or.github.io/pulp/"
+SRC_URI="https://github.com/coin-or/${PN}/archive/${PV}.tar.gz -> ${P}.gh.tar.gz"
+
+LICENSE="BSD-2"
+KEYWORDS="~amd64 ~x86"
+SLOT="0"
+
+distutils_enable_tests setup.py
+# ToDo: package theme
+#distutils_enable_sphinx doc/source dev-python/sphinx_glpi_theme