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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 4D30913835B for ; Tue, 2 Mar 2021 08:56:47 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 688B2E0AE7; Tue, 2 Mar 2021 08:56:46 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 51FA6E0954 for ; Tue, 2 Mar 2021 08:56:46 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 7251F341201 for ; Tue, 2 Mar 2021 08:56:45 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0BF15573 for ; Tue, 2 Mar 2021 08:56:44 +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: <1614675397.c49e1fd34e74ad8b378133aeac36eda3e3eac7ec.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-4.5.3.ebuild X-VCS-Directories: dev-python/pebble/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: c49e1fd34e74ad8b378133aeac36eda3e3eac7ec X-VCS-Branch: master Date: Tue, 2 Mar 2021 08:56:44 +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: 77c3102f-c0ae-425f-a51b-7415c86c512d X-Archives-Hash: cd3d6f41edb891d525937371e1b06195 commit: c49e1fd34e74ad8b378133aeac36eda3e3eac7ec Author: Michał Górny gentoo org> AuthorDate: Tue Mar 2 08:54:06 2021 +0000 Commit: Michał Górny gentoo org> CommitDate: Tue Mar 2 08:56:37 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c49e1fd3 dev-python/pebble: Remove old Signed-off-by: Michał Górny gentoo.org> dev-python/pebble/Manifest | 1 - dev-python/pebble/pebble-4.5.3.ebuild | 22 ---------------------- 2 files changed, 23 deletions(-) diff --git a/dev-python/pebble/Manifest b/dev-python/pebble/Manifest index 3cc2b5b8080..afa870d3282 100644 --- a/dev-python/pebble/Manifest +++ b/dev-python/pebble/Manifest @@ -1,2 +1 @@ -DIST Pebble-4.5.3.tar.gz 23411 BLAKE2B 4e270b0de183074e151f3c7cf8754bd3535efce601c0dfdd5bffbe04a4308aa7db6e6414668471d3af6f1fb374230590d90e2503ba223c2e95b17a2a0d301310 SHA512 e3b17fa6b9ca959560d364e84091e7990921eb9a2aef854c391a5d0e46359b57e5ec1a4239ac97f4c0bb485d0475ad8338c3485c9fdeff7e446a989129738096 DIST Pebble-4.6.0.tar.gz 23910 BLAKE2B 3a2f1b4cdad898274d53cdfc07b5c933162aef375ae548a39138b50d50376e7f06642dfbff038b431d77715a14414f90fbd77db1c373e988df6afe65cfb5a632 SHA512 445f65cf5a18c864478326ca1198ae49bf5aae3c53e67f68ffdcbdabe3cf16c59468b3d340568986414f45f13684c11da0e3a9fd31f510c391a7fd44cf3dc6e2 diff --git a/dev-python/pebble/pebble-4.5.3.ebuild b/dev-python/pebble/pebble-4.5.3.ebuild deleted file mode 100644 index 7fb2519166d..00000000000 --- a/dev-python/pebble/pebble-4.5.3.ebuild +++ /dev/null @@ -1,22 +0,0 @@ -# Copyright 2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -PYTHON_COMPAT=( python3_{7..9} ) -inherit distutils-r1 - -MY_P=${P^} -DESCRIPTION="Threading and multiprocessing eye-candy" -HOMEPAGE=" - https://pypi.org/project/Pebble/ - https://pebble.readthedocs.io/ - https://github.com/noxdafox/pebble" -SRC_URI="mirror://pypi/${MY_P::1}/${PN^}/${MY_P}.tar.gz" -S=${WORKDIR}/${P^} - -LICENSE="LGPL-3+" -SLOT="0" -KEYWORDS="amd64 ~arm64 x86" - -distutils_enable_tests pytest