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 2D7BD15808B for ; Thu, 10 Mar 2022 09:45:24 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 469E6E089A; Thu, 10 Mar 2022 09:45:21 +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 1CE16E089A for ; Thu, 10 Mar 2022 09:45:21 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 E5B8F3432A5 for ; Thu, 10 Mar 2022 09:45:19 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4F157335 for ; Thu, 10 Mar 2022 09:45:16 +0000 (UTC) From: "Ronny Gutbrod" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Ronny Gutbrod" Message-ID: <1646874836.fd08dca9e2d63bfc8b488c40c1389163e00ed02f.tastytea@gentoo> Subject: [gentoo-commits] repo/proj/guru:master commit in: dev-python/kazoo/ X-VCS-Repository: repo/proj/guru X-VCS-Files: dev-python/kazoo/Manifest dev-python/kazoo/kazoo-2.8.0.ebuild dev-python/kazoo/metadata.xml X-VCS-Directories: dev-python/kazoo/ X-VCS-Committer: tastytea X-VCS-Committer-Name: Ronny Gutbrod X-VCS-Revision: fd08dca9e2d63bfc8b488c40c1389163e00ed02f X-VCS-Branch: master Date: Thu, 10 Mar 2022 09:45:16 +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: ce4a1794-fe07-452b-9804-82a2f10d8f0d X-Archives-Hash: 5ce925e8f64b4eae24cfe4c9698ace88 commit: fd08dca9e2d63bfc8b488c40c1389163e00ed02f Author: Alessandro Barbieri gmail com> AuthorDate: Thu Mar 10 01:13:56 2022 +0000 Commit: Ronny Gutbrod tastytea de> CommitDate: Thu Mar 10 01:13:56 2022 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=fd08dca9 dev-python/kazoo: treeclean Signed-off-by: Alessandro Barbieri gmail.com> dev-python/kazoo/Manifest | 1 - dev-python/kazoo/kazoo-2.8.0.ebuild | 34 ---------------------------------- dev-python/kazoo/metadata.xml | 12 ------------ 3 files changed, 47 deletions(-) diff --git a/dev-python/kazoo/Manifest b/dev-python/kazoo/Manifest deleted file mode 100644 index 6bef0d762..000000000 --- a/dev-python/kazoo/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST kazoo-2.8.0.tar.gz 170037 BLAKE2B feded24671d6f4f5f7973b76048e5b8416e4b56aabdd9d32a8ff27283b5e8578545cee62a385f764202ffb4e58cf083bd2c182dff9bf255e69dd1de83e88db43 SHA512 ae244a70356274d6259d255e60a5dff00eb22bcf16d5b25f9d9a03178619dacb57414905b473801347b4ec1a19e5600be6c7040a5e53b67b81b440c304c95cc0 diff --git a/dev-python/kazoo/kazoo-2.8.0.ebuild b/dev-python/kazoo/kazoo-2.8.0.ebuild deleted file mode 100644 index 5528e0bd9..000000000 --- a/dev-python/kazoo/kazoo-2.8.0.ebuild +++ /dev/null @@ -1,34 +0,0 @@ -# Copyright 2022 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -PYTHON_COMPAT=( python3_{8..10} pypy3 ) - -inherit distutils-r1 - -DESCRIPTION="kazoo implements a higher level API to Apache Zookeeper for Python clients." -HOMEPAGE=" - https://pypi.org/project/kazoo/ - https://github.com/python-zk/kazoo -" -SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz" - -LICENSE="Apache-2.0" -SLOT="0" -KEYWORDS="~amd64" - -RDEPEND="" -DEPEND=" - ${REDEPEND} - dev-python/six[${PYTHON_USEDEP}] -" -BDEPEND=" - test? ( - dev-python/mock[${PYTHON_USEDEP}] - dev-python/objgraph[${PYTHON_USEDEP}] - dev-python/pytest-xdist[${PYTHON_USEDEP}] - ) -" - -distutils_enable_tests pytest diff --git a/dev-python/kazoo/metadata.xml b/dev-python/kazoo/metadata.xml deleted file mode 100644 index d4b207dc7..000000000 --- a/dev-python/kazoo/metadata.xml +++ /dev/null @@ -1,12 +0,0 @@ - - - - - lssndrbarbieri@gmail.com - Alessandro Barbieri - - - python-zk/kazoo - kazoo - -