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 AD31E138353 for ; Sun, 29 Mar 2020 07:04:14 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 693A1E0A62; Sun, 29 Mar 2020 07:04:13 +0000 (UTC) Received: from smtp.gentoo.org (dev.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 5396BE0A62 for ; Sun, 29 Mar 2020 07:04:13 +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 00BD034FAB3 for ; Sun, 29 Mar 2020 07:04:11 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3D6131AF for ; Sun, 29 Mar 2020 07:04:07 +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: <1585464610.dbb7af5a76459f3824f9bd9c4eb0b89740b0dc29.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/readlike/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/readlike/Manifest dev-python/readlike/readlike-0.1.2.ebuild X-VCS-Directories: dev-python/readlike/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: dbb7af5a76459f3824f9bd9c4eb0b89740b0dc29 X-VCS-Branch: master Date: Sun, 29 Mar 2020 07:04:07 +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: 997e5bce-eca3-4588-8077-381121497a6b X-Archives-Hash: 349c302e846f19513f040705f5aeb573 commit: dbb7af5a76459f3824f9bd9c4eb0b89740b0dc29 Author: Michał Górny gentoo org> AuthorDate: Sun Mar 29 06:50:10 2020 +0000 Commit: Michał Górny gentoo org> CommitDate: Sun Mar 29 06:50:10 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dbb7af5a dev-python/readlike: Remove redundant versions Signed-off-by: Michał Górny gentoo.org> dev-python/readlike/Manifest | 1 - dev-python/readlike/readlike-0.1.2.ebuild | 20 -------------------- 2 files changed, 21 deletions(-) diff --git a/dev-python/readlike/Manifest b/dev-python/readlike/Manifest index 02d424e331f..9b4078a16e8 100644 --- a/dev-python/readlike/Manifest +++ b/dev-python/readlike/Manifest @@ -1,2 +1 @@ -DIST readlike-0.1.2.tar.gz 5068 BLAKE2B c716b4a36a2933b48ed43b2c5830dc922cf800bd4c4c83119a1b0b705bb2ff91e0a20bbc7e762eca37da306e428fe809207ebf67d40b8a9acb86d854af4c7e95 SHA512 4ecd694c69c615ec37da05341596af4ec26abeeda78ecf10fc3019533a7ab092ed1e1e4f8910a7835d7ffb157b203cb0395a2eba135d3aba861abb75d466980e DIST readlike-0.1.3.tar.gz 5023 BLAKE2B fdfe9fe80cd2bb9bd53d83efc6b358a8f375d757162110271aafd7bd7c4e1c941e760c1526c9dcffd60506322171c7b9f4f7d768acfae6569a74da02135ad4bb SHA512 f4ecaab4bc068660b0354092ff1594f245c57f4ae93e37ad53ddfe1eb33017b241237f6e573e9abff1ae87ce59da8fcb3fe2ae4a7bd962004ea5313c1fbd9719 diff --git a/dev-python/readlike/readlike-0.1.2.ebuild b/dev-python/readlike/readlike-0.1.2.ebuild deleted file mode 100644 index 5b04e914ac8..00000000000 --- a/dev-python/readlike/readlike-0.1.2.ebuild +++ /dev/null @@ -1,20 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -PYTHON_COMPAT=( python3_6 ) -inherit distutils-r1 - -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" -KEYWORDS="~amd64" - -DESCRIPTION="a python library similar to readline" -HOMEPAGE="https://pypi.org/project/readlike/" - -LICENSE="MIT" -SLOT="0" -IUSE="" - -DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]" -RDEPEND="${DEPEND}"