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 7D16C15808B for ; Thu, 17 Mar 2022 10:18:09 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A7EFFE083D; Thu, 17 Mar 2022 10:18:08 +0000 (UTC) Received: from smtp.gentoo.org (dev.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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 74CF3E0830 for ; Thu, 17 Mar 2022 10:18:08 +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 214A23437F6 for ; Thu, 17 Mar 2022 10:18:07 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B4CDD2E0 for ; Thu, 17 Mar 2022 10:18:05 +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: <1647512267.24c02bfc6018defe3cf7354e386a1b72b013053f.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/pyparted/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/pyparted/pyparted-3.11.7.ebuild X-VCS-Directories: dev-python/pyparted/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 24c02bfc6018defe3cf7354e386a1b72b013053f X-VCS-Branch: master Date: Thu, 17 Mar 2022 10:18:05 +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: 7ae3b2d8-14b4-4807-a039-303351224a49 X-Archives-Hash: 270f24e12d3da5fb5bba32b8d7ab3dc8 commit: 24c02bfc6018defe3cf7354e386a1b72b013053f Author: Michał Górny gentoo org> AuthorDate: Thu Mar 17 08:56:09 2022 +0000 Commit: Michał Górny gentoo org> CommitDate: Thu Mar 17 10:17:47 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=24c02bfc dev-python/pyparted: Remove old Signed-off-by: Michał Górny gentoo.org> dev-python/pyparted/pyparted-3.11.7.ebuild | 30 ------------------------------ 1 file changed, 30 deletions(-) diff --git a/dev-python/pyparted/pyparted-3.11.7.ebuild b/dev-python/pyparted/pyparted-3.11.7.ebuild deleted file mode 100644 index 9097a6c5c0e6..000000000000 --- a/dev-python/pyparted/pyparted-3.11.7.ebuild +++ /dev/null @@ -1,30 +0,0 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -DISTUTILS_USE_SETUPTOOLS=no -PYTHON_COMPAT=( python3_{8..10} ) -inherit distutils-r1 - -DESCRIPTION="Python bindings for sys-block/parted" -HOMEPAGE="https://github.com/dcantrell/pyparted/" -SRC_URI="https://github.com/dcantrell/pyparted/archive/v${PV}.tar.gz -> ${P}.tar.gz" - -LICENSE="GPL-2+" -SLOT="0" -KEYWORDS="~alpha amd64 ~hppa ~ia64 ppc ppc64 sparc x86" - -DEPEND=" - >=sys-block/parted-3.2 -" -RDEPEND=" - ${DEPEND} - dev-python/decorator[${PYTHON_USEDEP}] -" -BDEPEND=" - test? ( dev-python/six[${PYTHON_USEDEP}] ) - virtual/pkgconfig -" - -distutils_enable_tests unittest