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 189141581E7 for ; Tue, 23 Apr 2024 22:23:59 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5AC71E29FE; Tue, 23 Apr 2024 22:23:58 +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 41219E29FE for ; Tue, 23 Apr 2024 22:23:58 +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 7B514343207 for ; Tue, 23 Apr 2024 22:23:57 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id EA8621745 for ; Tue, 23 Apr 2024 22:23:55 +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: <1713911030.c6c0015a796c568500986efe4ac615ae5f09602f.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.10.5.ebuild X-VCS-Directories: dev-python/PythonQwt/ X-VCS-Committer: davidroman X-VCS-Committer-Name: David Roman X-VCS-Revision: c6c0015a796c568500986efe4ac615ae5f09602f X-VCS-Branch: dev Date: Tue, 23 Apr 2024 22:23:55 +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: 40e64977-717e-48f6-9c76-7726e580e93a X-Archives-Hash: c9545f6fef8fccaf84293b77452a942f Message-ID: <20240423222355.FAEOFD7ldbLBypLiV199BZEVq787sDiLmh5n6eoQPTo@z> commit: c6c0015a796c568500986efe4ac615ae5f09602f Author: David Roman gmail com> AuthorDate: Tue Apr 23 22:23:50 2024 +0000 Commit: David Roman gmail com> CommitDate: Tue Apr 23 22:23:50 2024 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=c6c0015a dev-python/PythonQwt: drop 0.10.5 Signed-off-by: David Roman gmail.com> dev-python/PythonQwt/Manifest | 1 - dev-python/PythonQwt/PythonQwt-0.10.5.ebuild | 21 --------------------- 2 files changed, 22 deletions(-) diff --git a/dev-python/PythonQwt/Manifest b/dev-python/PythonQwt/Manifest index f8066ed9f2..0236c76a22 100644 --- a/dev-python/PythonQwt/Manifest +++ b/dev-python/PythonQwt/Manifest @@ -1,2 +1 @@ -DIST PythonQwt-0.10.5.tar.gz 1109805 BLAKE2B 0d675586f56f3fc345edb660fe6746f9da018001c142d2ff46fac999110c6c5bb457d163550325aaf86e92febee96b9cc4d2e935e31194b9a2b889c2762482bb SHA512 f4ae3468c599f55c9cc5aeb58980740ffdcb3c37e761591c43e463f3a5b395e9bf21acf117f586eeebd2e1264b710d88c10006f3477e98127c516a54f497d933 DIST PythonQwt-0.11.2.tar.gz 1216322 BLAKE2B cecc5cbcfc4266690692e2bd358dbcd9d6f949b64ffff38879b1df84b0e4c4a562ffac18ce436fd7ccdb3dbb43e77b9bc998e73d53855ab065b53363d3256ccc SHA512 1f5210943dec77fc72426a1da5db6b783ae9d27aa9f7f76c69e9a5d40e306b7bfde0f1a16990cbb622ab2f66289fd65e7d0887b5ac777389859c64e6ef372d69 diff --git a/dev-python/PythonQwt/PythonQwt-0.10.5.ebuild b/dev-python/PythonQwt/PythonQwt-0.10.5.ebuild deleted file mode 100644 index 8141313035..0000000000 --- a/dev-python/PythonQwt/PythonQwt-0.10.5.ebuild +++ /dev/null @@ -1,21 +0,0 @@ -# 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" -RETRICT="test" - -RDEPEND="dev-python/PyQt5[${PYTHON_USEDEP},svg]" - -KEYWORDS="~amd64 ~x86"