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 3E17A1581C1 for ; Tue, 9 Jul 2024 13:37:36 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 58AC1E2AB9; Tue, 9 Jul 2024 13:37:35 +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 pigeon.gentoo.org (Postfix) with ESMTPS id 42352E2AB9 for ; Tue, 9 Jul 2024 13:37:35 +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 57856342F9F for ; Tue, 9 Jul 2024 13:37:34 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 85A9C1DFC for ; Tue, 9 Jul 2024 13:37:31 +0000 (UTC) From: "David Roman" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "David Roman" Message-ID: <1720532246.96eee698689c2bbab04d4d946fae3d9fb85b8c56.davidroman@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: dev-python/PythonQwt/ X-VCS-Repository: repo/proj/guru X-VCS-Files: dev-python/PythonQwt/Manifest dev-python/PythonQwt/PythonQwt-0.12.6.ebuild X-VCS-Directories: dev-python/PythonQwt/ X-VCS-Committer: davidroman X-VCS-Committer-Name: David Roman X-VCS-Revision: 96eee698689c2bbab04d4d946fae3d9fb85b8c56 X-VCS-Branch: dev Date: Tue, 9 Jul 2024 13:37:31 +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: 6c53cb8b-7da5-44f5-bdff-b9bbf21c13df X-Archives-Hash: 8f172075a1b38752fcbfeafe4dfe4947 commit: 96eee698689c2bbab04d4d946fae3d9fb85b8c56 Author: David Roman gmail com> AuthorDate: Tue Jul 9 13:37:26 2024 +0000 Commit: David Roman gmail com> CommitDate: Tue Jul 9 13:37:26 2024 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=96eee698 dev-python/PythonQwt: add 0.12.6 Signed-off-by: David Roman gmail.com> dev-python/PythonQwt/Manifest | 1 + dev-python/PythonQwt/PythonQwt-0.12.6.ebuild | 23 +++++++++++++++++++++++ 2 files changed, 24 insertions(+) diff --git a/dev-python/PythonQwt/Manifest b/dev-python/PythonQwt/Manifest index 6ac959c3a..ced5d6fde 100644 --- a/dev-python/PythonQwt/Manifest +++ b/dev-python/PythonQwt/Manifest @@ -1 +1,2 @@ DIST pythonqwt-0.12.5.tar.gz 1217114 BLAKE2B 9b0a155772f19a32bc2fd17ef5232d3ce2f69e23ae807017515b0db9017db526b53ea4ca13f9101f9902d8d68261e30037ca424ac55d27fa7ee179101224a9a8 SHA512 6349f5f7ef721531c7272cc87f2c98e7ce841329b56b75431d99d30f1211d3dba521ccc8553ac6e25a3a7ce3daeb1e82f7af945bfdb32afcc27b87e9bc9d52b8 +DIST pythonqwt-0.12.6.tar.gz 1217432 BLAKE2B 5178eded8d2b947854e48b31f74888184d6d4de3a2681c3bca6aca69b95dbfc8d7d31e65844b0dbfc6847415bd47367a1ea35db7a1ffc4f61270ebb9781b9c46 SHA512 59808929ff835db46b47e63babc2a4b320b2606b7b836ddd21304af1f6c3be1afae4e0329d8a55a17951807e7b8cfa9b89c58cc5d8439612d20ed655c04db484 diff --git a/dev-python/PythonQwt/PythonQwt-0.12.6.ebuild b/dev-python/PythonQwt/PythonQwt-0.12.6.ebuild new file mode 100644 index 000000000..c89a888e9 --- /dev/null +++ b/dev-python/PythonQwt/PythonQwt-0.12.6.ebuild @@ -0,0 +1,23 @@ +# Copyright 1999-2023 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +DISTUTILS_USE_PEP517=setuptools +PYTHON_COMPAT=( python3_{11,12} ) + +inherit distutils-r1 pypi + +DESCRIPTION="Qt plotting widgets for Python" +HOMEPAGE="https://pypi.org/project/PythonQwt" +LICENSE="MIT" + +SLOT="0" +KEYWORDS="~amd64 ~x86" +# Test directory seems to contain demo instead +RESTRICT="test" + +RDEPEND=" + dev-python/PyQt5[${PYTHON_USEDEP},svg] + dev-python/numpy[${PYTHON_USEDEP}] +"