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 380BA158041 for ; Sat, 6 Apr 2024 12:37:37 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 729B22BC039; Sat, 6 Apr 2024 12:37:33 +0000 (UTC) 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 pigeon.gentoo.org (Postfix) with ESMTPS id 4A53C2BC039 for ; Sat, 6 Apr 2024 12:37:33 +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 524F43432FB for ; Sat, 6 Apr 2024 12:37:32 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4C30C1688 for ; Sat, 6 Apr 2024 12:37:29 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1712407041.ec775af11df9b4aba7d3d2d625df17c20816b19b.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/pebble/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/pebble/Manifest dev-python/pebble/pebble-5.0.6.ebuild X-VCS-Directories: dev-python/pebble/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: ec775af11df9b4aba7d3d2d625df17c20816b19b X-VCS-Branch: master Date: Sat, 6 Apr 2024 12:37:29 +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: 2594ed36-c4dc-4270-9273-72149d774b89 X-Archives-Hash: 8e1be6ab61ff766df3303fbe3e717739 commit: ec775af11df9b4aba7d3d2d625df17c20816b19b Author: Michał Górny gentoo org> AuthorDate: Sat Apr 6 12:33:58 2024 +0000 Commit: Michał Górny gentoo org> CommitDate: Sat Apr 6 12:37:21 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ec775af1 dev-python/pebble: Remove old Signed-off-by: Michał Górny gentoo.org> dev-python/pebble/Manifest | 1 - dev-python/pebble/pebble-5.0.6.ebuild | 24 ------------------------ 2 files changed, 25 deletions(-) diff --git a/dev-python/pebble/Manifest b/dev-python/pebble/Manifest index 734d5c57c60b..88566b1c7056 100644 --- a/dev-python/pebble/Manifest +++ b/dev-python/pebble/Manifest @@ -1,2 +1 @@ -DIST Pebble-5.0.6.tar.gz 30635 BLAKE2B f7525808f69fc722fa2f115c4b6d97d34077275ceaa24a5d07eb97e7d22eeecbd0f9710bdc7cbf0cb0f13e28281dbb7ea808eda89216cae44c7020533385af5f SHA512 95afadcb1cad00e6a1e0c4f40c7f77e598f5c74af04dc57999dcc1cdea237dc8f7385b2bd60b19c4f7b47e5efad0d7b7310012f45ce8975c938a554a287eb69e DIST Pebble-5.0.7.tar.gz 32054 BLAKE2B d9211facf566551702b0305202c5765ef24f341201cc7a1593525a38a1e3b9ae69f33a739ebbc37cb3f60239ea19289741137f23275e3cd8a7bb5e14024295ee SHA512 2602512208808ce15150e35fb9bbd383a6b98850e7641ed26c46e520fe7e62483dfcb67aa77a2412a0c643fc862035487283f8e760feef3852f3ab9236f29176 diff --git a/dev-python/pebble/pebble-5.0.6.ebuild b/dev-python/pebble/pebble-5.0.6.ebuild deleted file mode 100644 index bea652c0c578..000000000000 --- a/dev-python/pebble/pebble-5.0.6.ebuild +++ /dev/null @@ -1,24 +0,0 @@ -# Copyright 2020-2024 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -DISTUTILS_USE_PEP517=setuptools -PYPI_NO_NORMALIZE=1 -PYPI_PN=${PN^} -PYTHON_COMPAT=( python3_{10..12} ) - -inherit distutils-r1 pypi - -DESCRIPTION="Threading and multiprocessing eye-candy" -HOMEPAGE=" - https://pebble.readthedocs.io/ - https://github.com/noxdafox/pebble/ - https://pypi.org/project/Pebble/ -" - -LICENSE="LGPL-3+" -SLOT="0" -KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86" - -distutils_enable_tests pytest