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 E20CA13835A for ; Sat, 5 Jun 2021 21:01:40 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 43030E0969; Sat, 5 Jun 2021 21:01:40 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 2A437E0969 for ; Sat, 5 Jun 2021 21:01:40 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 47697335D3F for ; Sat, 5 Jun 2021 21:01:39 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 660647A5 for ; Sat, 5 Jun 2021 21:01:36 +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: <1622926878.e2df48cee27a5bb9019a6adbd96d9bfb6b97a34f.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/et_xmlfile/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/et_xmlfile/Manifest dev-python/et_xmlfile/et_xmlfile-1.0.1.ebuild X-VCS-Directories: dev-python/et_xmlfile/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: e2df48cee27a5bb9019a6adbd96d9bfb6b97a34f X-VCS-Branch: master Date: Sat, 5 Jun 2021 21:01:36 +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: 45098017-e303-430e-96d3-b15ca2e610ba X-Archives-Hash: 5634d8c14c79522d751f20bd4542102f commit: e2df48cee27a5bb9019a6adbd96d9bfb6b97a34f Author: Michał Górny gentoo org> AuthorDate: Sat Jun 5 21:01:18 2021 +0000 Commit: Michał Górny gentoo org> CommitDate: Sat Jun 5 21:01:18 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e2df48ce dev-python/et_xmlfile: Remove old Signed-off-by: Michał Górny gentoo.org> dev-python/et_xmlfile/Manifest | 1 - dev-python/et_xmlfile/et_xmlfile-1.0.1.ebuild | 20 -------------------- 2 files changed, 21 deletions(-) diff --git a/dev-python/et_xmlfile/Manifest b/dev-python/et_xmlfile/Manifest index c7fd13c0c5d..f57537cad62 100644 --- a/dev-python/et_xmlfile/Manifest +++ b/dev-python/et_xmlfile/Manifest @@ -1,2 +1 @@ -DIST et_xmlfile-1.0.1.tar.gz 8427 BLAKE2B 39677f4e8101eee012427bbc2959a187bee96bf052e14c47a2d5fc9000d62243e3842ce20953f7541ca534b151c025ee8cd8da96ec8bd82d926a21c68e8a0a04 SHA512 551fd87efd961b9c3202154dea9468aa97814ab8f6e5efc00962a651b17400866f2ad4fc85484a04c183c85a06375fd1c576c425e2e01bee4395ccfb680ce39b DIST et_xmlfile-1.1.tar.gz 12566 BLAKE2B f8f1c95a523433698032c79442b8bdf725717b647d3f65017926be3c12b78890528d5cde99c13e219d99f20e45ee5db872a772f88e451974435d565bebb56923 SHA512 0978cfa08c56b6dd8b3bed020a9f48c286c5bbcef5ac46f0cbf37bea0c1fcc79c6688f9853da68cbd9df4c6268e780fd99a172907cf900bcb3faf2f6252157f8 diff --git a/dev-python/et_xmlfile/et_xmlfile-1.0.1.ebuild b/dev-python/et_xmlfile/et_xmlfile-1.0.1.ebuild deleted file mode 100644 index f9159372837..00000000000 --- a/dev-python/et_xmlfile/et_xmlfile-1.0.1.ebuild +++ /dev/null @@ -1,20 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -PYTHON_COMPAT=( python3_{7..9} ) - -inherit distutils-r1 - -DESCRIPTION="An implementation of lxml.xmlfile for the standard library" -HOMEPAGE="https://pypi.org/project/et_xmlfile/" -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" - -SLOT="0" -LICENSE="MIT" -KEYWORDS="amd64 ~arm ~arm64 x86 ~amd64-linux ~x86-linux" - -RDEPEND="dev-python/lxml[${PYTHON_USEDEP}]" - -distutils_enable_tests pytest