commit: c9334228e5aa7404ccffe367f86050708655f9e6 Author: Michael Schubert <mschu.dev <AT> gmail <DOT> com> AuthorDate: Wed Jun 4 11:15:34 2025 +0000 Commit: Nowa Ammerlaan <nowa <AT> gentoo <DOT> org> CommitDate: Mon Jun 9 07:46:06 2025 +0000 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=c9334228
sci-mathematics/pulp: version bump 3.1.1 Signed-off-by: Michael Schubert <mschu.dev <AT> gmail.com> Part-of: https://github.com/gentoo/sci/pull/1359 Closes: https://github.com/gentoo/sci/pull/1359 Signed-off-by: Nowa Ammerlaan <nowa <AT> gentoo.org> sci-mathematics/pulp/pulp-3.1.1.ebuild | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/sci-mathematics/pulp/pulp-3.1.1.ebuild b/sci-mathematics/pulp/pulp-3.1.1.ebuild new file mode 100644 index 000000000..555aebdd3 --- /dev/null +++ b/sci-mathematics/pulp/pulp-3.1.1.ebuild @@ -0,0 +1,21 @@ +# Copyright 1999-2025 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +PYTHON_COMPAT=( python3_{10..13} ) +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 pytest +# ToDo: package theme +#distutils_enable_sphinx doc/source dev-python/sphinx_glpi_theme
