Gentoo Archives: gentoo-commits

From: Andrew Ammerlaan <andrewammerlaan@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/sci:master commit in: sci-mathematics/pulp/
Date: Fri, 17 Mar 2023 13:35:35
Message-Id: 1679060110.837d0cb55ea69b9721be912b7dcc20b56135b83b.andrewammerlaan@gentoo
1 commit: 837d0cb55ea69b9721be912b7dcc20b56135b83b
2 Author: Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
3 AuthorDate: Fri Mar 17 12:39:18 2023 +0000
4 Commit: Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
5 CommitDate: Fri Mar 17 13:35:10 2023 +0000
6 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=837d0cb5
7
8 sci-mathematics/pulp: add 2.7.0, drop 2.4
9
10 Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> gentoo.org>
11
12 sci-mathematics/pulp/{pulp-2.4.ebuild => pulp-2.7.0.ebuild} | 10 ++++------
13 1 file changed, 4 insertions(+), 6 deletions(-)
14
15 diff --git a/sci-mathematics/pulp/pulp-2.4.ebuild b/sci-mathematics/pulp/pulp-2.7.0.ebuild
16 similarity index 77%
17 rename from sci-mathematics/pulp/pulp-2.4.ebuild
18 rename to sci-mathematics/pulp/pulp-2.7.0.ebuild
19 index 1833c45a9..37952675f 100644
20 --- a/sci-mathematics/pulp/pulp-2.4.ebuild
21 +++ b/sci-mathematics/pulp/pulp-2.7.0.ebuild
22 @@ -1,23 +1,21 @@
23 # Copyright 1999-2021 Gentoo Authors
24 # Distributed under the terms of the GNU General Public License v2
25
26 -EAPI=7
27 +EAPI=8
28
29 -PYTHON_COMPAT=( python3_{7,8,9} )
30 -DISTUTILS_USE_SETUPTOOLS=rdepend
31 +PYTHON_COMPAT=( python3_{9..11} )
32 +DISTUTILS_USE_PEP517=setuptools
33
34 inherit distutils-r1
35
36 DESCRIPTION="Create MPS/LP files, call solvers, and present results"
37 HOMEPAGE="https://coin-or.github.io/pulp/"
38 -SRC_URI="https://github.com/coin-or/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
39 +SRC_URI="https://github.com/coin-or/${PN}/archive/${PV}.tar.gz -> ${P}.gh.tar.gz"
40
41 LICENSE="BSD-2"
42 KEYWORDS="~amd64 ~x86"
43 SLOT="0"
44
45 -RDEPEND="dev-python/amply[${PYTHON_USEDEP}]"
46 -
47 distutils_enable_tests setup.py
48 # ToDo: package theme
49 #distutils_enable_sphinx doc/source dev-python/sphinx_glpi_theme