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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id C5DFF1382C5 for ; Wed, 30 Dec 2020 12:44:13 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0F468E0B4B; Wed, 30 Dec 2020 12:44:13 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id EDE3CE0B4B for ; Wed, 30 Dec 2020 12:44:11 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 2241B34177A for ; Wed, 30 Dec 2020 12:44:10 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 87F0D47E for ; Wed, 30 Dec 2020 12:44:08 +0000 (UTC) From: "Aisha Tammy" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Aisha Tammy" Message-ID: <1609332241.540c6b56d784ce6b800997e26e80d37872a30d0c.epsilon-0@gentoo> Subject: [gentoo-commits] proj/sci:master commit in: sci-mathematics/pulp/ X-VCS-Repository: proj/sci X-VCS-Files: sci-mathematics/pulp/pulp-1.5.6-r1.ebuild sci-mathematics/pulp/pulp-2.4.ebuild X-VCS-Directories: sci-mathematics/pulp/ X-VCS-Committer: epsilon-0 X-VCS-Committer-Name: Aisha Tammy X-VCS-Revision: 540c6b56d784ce6b800997e26e80d37872a30d0c X-VCS-Branch: master Date: Wed, 30 Dec 2020 12:44:08 +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: 757509c1-e336-4559-ad1a-3b593cecda7e X-Archives-Hash: 6acb369e085fd56070c1b68c71e12b1f commit: 540c6b56d784ce6b800997e26e80d37872a30d0c Author: Andrew Ammerlaan riseup net> AuthorDate: Wed Dec 30 12:30:39 2020 +0000 Commit: Aisha Tammy aisha cc> CommitDate: Wed Dec 30 12:44:01 2020 +0000 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=540c6b56 sci-mathematics/pulp: version bump, EAPI bump, bump py targets Package-Manager: Portage-3.0.12, Repoman-3.0.2 Signed-off-by: Andrew Ammerlaan riseup.net> Closes: https://github.com/gentoo/sci/pull/1003 Signed-off-by: Aisha Tammy aisha.cc> sci-mathematics/pulp/pulp-1.5.6-r1.ebuild | 39 ------------------------------- sci-mathematics/pulp/pulp-2.4.ebuild | 23 ++++++++++++++++++ 2 files changed, 23 insertions(+), 39 deletions(-) diff --git a/sci-mathematics/pulp/pulp-1.5.6-r1.ebuild b/sci-mathematics/pulp/pulp-1.5.6-r1.ebuild deleted file mode 100644 index 88878fdcc..000000000 --- a/sci-mathematics/pulp/pulp-1.5.6-r1.ebuild +++ /dev/null @@ -1,39 +0,0 @@ -# Copyright 1999-2016 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 - -PYTHON_COMPAT=( python{2_7,3_4} pypy ) - -inherit distutils-r1 - -MY_PN="PuLP" -MY_P="${MY_PN}-${PV}" - -DESCRIPTION="Create MPS/LP files, call solvers, and present results" -HOMEPAGE="http://pulp-or.googlecode.com/" -SRC_URI="mirror://pypi/P/PuLP/${MY_P}.zip" - -LICENSE="BSD-2" -KEYWORDS="~amd64" -SLOT="0" -IUSE="examples" - -DEPEND="dev-python/setuptools" -RDEPEND=" - dev-python/setuptools - dev-python/pyparsing - sci-libs/coinor-cbc - >=sci-mathematics/glpk-4.35" - -S="${WORKDIR}/${MY_P}" - -python_prepare_all() { - rm -rf ./src/pulp/solverdir/cbc* || die - distutils-r1_python_prepare_all -} - -python_install_all() { - use examples && EXAMPLES=( examples/. ) - distutils-r1_python_install_all -} diff --git a/sci-mathematics/pulp/pulp-2.4.ebuild b/sci-mathematics/pulp/pulp-2.4.ebuild new file mode 100644 index 000000000..ce0c34a2a --- /dev/null +++ b/sci-mathematics/pulp/pulp-2.4.ebuild @@ -0,0 +1,23 @@ +# Copyright 1999-2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +PYTHON_COMPAT=( python3_{7,8,9} ) +DISTUTILS_USE_SETUPTOOLS=rdepend + +inherit distutils-r1 + +DESCRIPTION="Create MPS/LP files, call solvers, and present results" +HOMEPAGE="http://pulp-or.googlecode.com/" +SRC_URI="https://github.com/coin-or/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" + +LICENSE="BSD-2" +KEYWORDS="~amd64" +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