commit: 837d0cb55ea69b9721be912b7dcc20b56135b83b
Author: Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
AuthorDate: Fri Mar 17 12:39:18 2023 +0000
Commit: Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
CommitDate: Fri Mar 17 13:35:10 2023 +0000
URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=837d0cb5
sci-mathematics/pulp: add 2.7.0, drop 2.4
Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> gentoo.org>
sci-mathematics/pulp/{pulp-2.4.ebuild => pulp-2.7.0.ebuild} | 10 ++++------
1 file changed, 4 insertions(+), 6 deletions(-)
diff --git a/sci-mathematics/pulp/pulp-2.4.ebuild
b/sci-mathematics/pulp/pulp-2.7.0.ebuild
similarity index 77%
rename from sci-mathematics/pulp/pulp-2.4.ebuild
rename to sci-mathematics/pulp/pulp-2.7.0.ebuild
index 1833c45a9..37952675f 100644
--- a/sci-mathematics/pulp/pulp-2.4.ebuild
+++ b/sci-mathematics/pulp/pulp-2.7.0.ebuild
@@ -1,23 +1,21 @@
# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=7
+EAPI=8
-PYTHON_COMPAT=( python3_{7,8,9} )
-DISTUTILS_USE_SETUPTOOLS=rdepend
+PYTHON_COMPAT=( python3_{9..11} )
+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}.tar.gz"
+SRC_URI="https://github.com/coin-or/${PN}/archive/${PV}.tar.gz ->
${P}.gh.tar.gz"
LICENSE="BSD-2"
KEYWORDS="~amd64 ~x86"
SLOT="0"
-RDEPEND="dev-python/amply[${PYTHON_USEDEP}]"
-
distutils_enable_tests setup.py
# ToDo: package theme
#distutils_enable_sphinx doc/source dev-python/sphinx_glpi_theme