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 9A7061382C5 for ; Thu, 7 Jan 2021 09:19:25 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E3621E0894; Thu, 7 Jan 2021 09:19:24 +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 CCD50E0894 for ; Thu, 7 Jan 2021 09:19:24 +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 BC2413413D5 for ; Thu, 7 Jan 2021 09:19:23 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5717A492 for ; Thu, 7 Jan 2021 09:19:22 +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: <1610011089.0caa058ad8079f3de23b4cabc5a98fbcad4e24b5.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/plumbum/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/plumbum/Manifest dev-python/plumbum/plumbum-1.6.8.ebuild X-VCS-Directories: dev-python/plumbum/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 0caa058ad8079f3de23b4cabc5a98fbcad4e24b5 X-VCS-Branch: master Date: Thu, 7 Jan 2021 09:19:22 +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: 5df0d2d2-ba20-4b35-a63a-97a5935a30f7 X-Archives-Hash: 1ede5e7cbd581baa9466d4a1be0182ea commit: 0caa058ad8079f3de23b4cabc5a98fbcad4e24b5 Author: Michał Górny gentoo org> AuthorDate: Thu Jan 7 09:18:09 2021 +0000 Commit: Michał Górny gentoo org> CommitDate: Thu Jan 7 09:18:09 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0caa058a dev-python/plumbum: Remove old Signed-off-by: Michał Górny gentoo.org> dev-python/plumbum/Manifest | 1 - dev-python/plumbum/plumbum-1.6.8.ebuild | 16 ---------------- 2 files changed, 17 deletions(-) diff --git a/dev-python/plumbum/Manifest b/dev-python/plumbum/Manifest index 5e7624fbab4..27ba1f2fe0b 100644 --- a/dev-python/plumbum/Manifest +++ b/dev-python/plumbum/Manifest @@ -1,2 +1 @@ -DIST plumbum-1.6.8.tar.gz 309449 BLAKE2B 4112cb99852ebc7e4465ec54bf35a1352ff41a7ac084d3561d23f6da62fb1b25fa65a1f6f118564a677e6b6fde57b52f964a07fb71cae40b7d831ceb1505738e SHA512 2e834b6024ed1892eb91ede95f70641288a76911d58fcb24edaed59d3e54afa72e0533b4510896ecdd5077f70d4d60d9ceb06510c3e6d469afb1befae1961af1 DIST plumbum-1.6.9.tar.gz 311240 BLAKE2B e5f833a5c762f3e78e5f47649306c7c29e6276b3530ff45fc0c12cc4efd3bf89bad2b6b7f77e4b3e3a0a47671f9b607e667aba8f654c28c05be570e0a7491a07 SHA512 f165f4905ec34cfe072f61fb28b43021ca44c0c3cb1e505faa04332d15920d832bcf084782683c4950113e30a3fa29734846b3b6f31604e1a635c9c125e38ef1 diff --git a/dev-python/plumbum/plumbum-1.6.8.ebuild b/dev-python/plumbum/plumbum-1.6.8.ebuild deleted file mode 100644 index 538c1c7c792..00000000000 --- a/dev-python/plumbum/plumbum-1.6.8.ebuild +++ /dev/null @@ -1,16 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 -PYTHON_COMPAT=( python3_{6,7,8} ) -inherit distutils-r1 - -DESCRIPTION="A library for shell script-like programs in python" -HOMEPAGE="https://plumbum.readthedocs.io/en/latest/ https://github.com/tomerfiliba/plumbum" -SRC_URI="https://github.com/tomerfiliba/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" -DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]" -RDEPEND="" -LICENSE="MIT" -SLOT="0" -KEYWORDS="amd64 x86" -IUSE=""