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 65A441581E7 for ; Tue, 23 Apr 2024 22:24:53 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id AA698E29FE; Tue, 23 Apr 2024 22:24:52 +0000 (UTC) Received: from smtp.gentoo.org (smtp.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 8EEC7E29FE for ; Tue, 23 Apr 2024 22:24:52 +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 D243F343204 for ; Tue, 23 Apr 2024 22:24:51 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3F82F171E for ; Tue, 23 Apr 2024 22:24:50 +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: <1713911084.d76768afff898fae27c21c6e58e7fcc316ab107d.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.1.ebuild X-VCS-Directories: dev-python/PythonQwt/ X-VCS-Committer: davidroman X-VCS-Committer-Name: David Roman X-VCS-Revision: d76768afff898fae27c21c6e58e7fcc316ab107d X-VCS-Branch: dev Date: Tue, 23 Apr 2024 22:24:50 +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: 76a0984e-e58e-4fd5-ae6d-5addcb8c4e40 X-Archives-Hash: a7d4ceea4fc2a63d325ad87150cdd926 Message-ID: <20240423222450.mpmD4Z4nCxqpXsEpm0umene1Yv0y3Q6HpMCk9n6lW-Y@z> commit: d76768afff898fae27c21c6e58e7fcc316ab107d Author: David Roman gmail com> AuthorDate: Tue Apr 23 22:24:44 2024 +0000 Commit: David Roman gmail com> CommitDate: Tue Apr 23 22:24:44 2024 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=d76768af dev-python/PythonQwt: add 0.12.1 Signed-off-by: David Roman gmail.com> dev-python/PythonQwt/Manifest | 1 + dev-python/PythonQwt/PythonQwt-0.12.1.ebuild | 21 +++++++++++++++++++++ 2 files changed, 22 insertions(+) diff --git a/dev-python/PythonQwt/Manifest b/dev-python/PythonQwt/Manifest index 0236c76a22..55cc24a1af 100644 --- a/dev-python/PythonQwt/Manifest +++ b/dev-python/PythonQwt/Manifest @@ -1 +1,2 @@ DIST PythonQwt-0.11.2.tar.gz 1216322 BLAKE2B cecc5cbcfc4266690692e2bd358dbcd9d6f949b64ffff38879b1df84b0e4c4a562ffac18ce436fd7ccdb3dbb43e77b9bc998e73d53855ab065b53363d3256ccc SHA512 1f5210943dec77fc72426a1da5db6b783ae9d27aa9f7f76c69e9a5d40e306b7bfde0f1a16990cbb622ab2f66289fd65e7d0887b5ac777389859c64e6ef372d69 +DIST PythonQwt-0.12.1.tar.gz 1216628 BLAKE2B 9428d3c8d0fe671c6182e4664d53ea684bf18e0bf7c8462fc56e669e7745f17064c890e37a75766f6165bfe381847c06f1d532eb524949445b0efe6ddd1486e9 SHA512 cdfe02c8db8a3d81af71412590f12a86779143bb8f3411bc442b23760fc6c51d1f0aac320c6418c9e32ef68abe706b952ed172f5f0bb39aca17427c8ecc34e07 diff --git a/dev-python/PythonQwt/PythonQwt-0.12.1.ebuild b/dev-python/PythonQwt/PythonQwt-0.12.1.ebuild new file mode 100644 index 0000000000..e331c48105 --- /dev/null +++ b/dev-python/PythonQwt/PythonQwt-0.12.1.ebuild @@ -0,0 +1,21 @@ +# Copyright 1999-2023 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +PYPI_NO_NORMALIZE=true +DISTUTILS_USE_PEP517=setuptools +PYTHON_COMPAT=( python3_{11,12} ) + +inherit distutils-r1 pypi + +DESCRIPTION="Qt plotting widgets for Python " +HOMEPAGE="https://pypi.python.org/pypi/PythonQwt" +LICENSE="MIT" + +SLOT="0" +KEYWORDS="~amd64 ~x86" +# Test directory seems to contain demo instead +RESTRICT="test" + +RDEPEND="dev-python/PyQt5[${PYTHON_USEDEP},svg]"