From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (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 finch.gentoo.org (Postfix) with ESMTPS id A4D2815807A for ; Mon, 09 Jun 2025 07:56:32 +0000 (UTC) Received: from lists.gentoo.org (bobolink.gentoo.org [140.211.166.189]) (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) (Authenticated sender: relay-lists.gentoo.org@gentoo.org) by smtp.gentoo.org (Postfix) with ESMTPSA id 8EEDF343087 for ; Mon, 09 Jun 2025 07:56:32 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id E70701103C1; Mon, 09 Jun 2025 07:56:28 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.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 bobolink.gentoo.org (Postfix) with ESMTPS id DEAD81103C1 for ; Mon, 09 Jun 2025 07:56:28 +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) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 92A2434305B for ; Mon, 09 Jun 2025 07:56:28 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 01B68299C for ; Mon, 09 Jun 2025 07:56:27 +0000 (UTC) From: "Nowa 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, "Nowa Ammerlaan" Message-ID: <1749455166.c9334228e5aa7404ccffe367f86050708655f9e6.nowa@gentoo> Subject: [gentoo-commits] proj/sci:master commit in: sci-mathematics/pulp/ X-VCS-Repository: proj/sci X-VCS-Files: sci-mathematics/pulp/pulp-3.1.1.ebuild X-VCS-Directories: sci-mathematics/pulp/ X-VCS-Committer: nowa X-VCS-Committer-Name: Nowa Ammerlaan X-VCS-Revision: c9334228e5aa7404ccffe367f86050708655f9e6 X-VCS-Branch: master Date: Mon, 09 Jun 2025 07:56:27 +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: 3a6518c1-e6b5-4477-80c4-450b7ddd677c X-Archives-Hash: 2d6bb0b9fd453382ac1933de8194b896 commit: c9334228e5aa7404ccffe367f86050708655f9e6 Author: Michael Schubert gmail com> AuthorDate: Wed Jun 4 11:15:34 2025 +0000 Commit: Nowa Ammerlaan gentoo 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 gmail.com> Part-of: https://github.com/gentoo/sci/pull/1359 Closes: https://github.com/gentoo/sci/pull/1359 Signed-off-by: Nowa Ammerlaan 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