From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 5AD5715A7D9 for ; Fri, 17 Mar 2023 13:35:35 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A4A352BC11D; Fri, 17 Mar 2023 13:35:34 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 8EB732BC11D for ; Fri, 17 Mar 2023 13:35:34 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id D376234107F for ; Fri, 17 Mar 2023 13:35:33 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 6D46A8E4 for ; Fri, 17 Mar 2023 13:35:32 +0000 (UTC) From: "Andrew Ammerlaan" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andrew Ammerlaan" Message-ID: <1679060110.837d0cb55ea69b9721be912b7dcc20b56135b83b.andrewammerlaan@gentoo> Subject: [gentoo-commits] proj/sci:master commit in: sci-mathematics/pulp/ X-VCS-Repository: proj/sci X-VCS-Files: sci-mathematics/pulp/pulp-2.4.ebuild sci-mathematics/pulp/pulp-2.7.0.ebuild X-VCS-Directories: sci-mathematics/pulp/ X-VCS-Committer: andrewammerlaan X-VCS-Committer-Name: Andrew Ammerlaan X-VCS-Revision: 837d0cb55ea69b9721be912b7dcc20b56135b83b X-VCS-Branch: master Date: Fri, 17 Mar 2023 13:35:32 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 08a111a0-7ef4-49fb-a7db-f1d10bbcf3ab X-Archives-Hash: 93e78b9bace2edda2799cc4d065b0990 commit: 837d0cb55ea69b9721be912b7dcc20b56135b83b Author: Andrew Ammerlaan gentoo org> AuthorDate: Fri Mar 17 12:39:18 2023 +0000 Commit: Andrew Ammerlaan gentoo 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 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