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 C06D8138239 for ; Sun, 29 Mar 2020 07:04:19 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 93782E0ABF; Sun, 29 Mar 2020 07:04:14 +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 7ABCCE0ABF for ; Sun, 29 Mar 2020 07:04:14 +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 8955E34FAB3 for ; Sun, 29 Mar 2020 07:04:13 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id EC2471BF 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: <1585465309.4bf994393cbbe611c9a47698f080c459f715f151.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/regendoc/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/regendoc/Manifest dev-python/regendoc/regendoc-0.5.ebuild X-VCS-Directories: dev-python/regendoc/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 4bf994393cbbe611c9a47698f080c459f715f151 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: 38cf04f5-2760-48d1-a26e-8e46cc8200f2 X-Archives-Hash: b34e0b1413747c4ec2db72d12ec40c50 commit: 4bf994393cbbe611c9a47698f080c459f715f151 Author: Michał Górny gentoo org> AuthorDate: Sun Mar 29 07:01:49 2020 +0000 Commit: Michał Górny gentoo org> CommitDate: Sun Mar 29 07:01:49 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4bf99439 dev-python/regendoc: Remove redundant versions Signed-off-by: Michał Górny gentoo.org> dev-python/regendoc/Manifest | 1 - dev-python/regendoc/regendoc-0.5.ebuild | 26 -------------------------- 2 files changed, 27 deletions(-) diff --git a/dev-python/regendoc/Manifest b/dev-python/regendoc/Manifest index f6b7be23410..fd20b336b04 100644 --- a/dev-python/regendoc/Manifest +++ b/dev-python/regendoc/Manifest @@ -1,2 +1 @@ -DIST regendoc-0.5.tar.gz 5651 BLAKE2B 5e9dbdf51ccbdfcb741a6e17efe8a90d4651e1aa41ebd3223ace901cb6e29b00916c5eb75deec8848dc3b9b5da7934231289d29f1cbe5dfa702f61ff900219d8 SHA512 4da72c278901d3bb7ec711337c12738903c3686c7b7b30f95842c3fe2b04b4d59f20fa7b4b1c2334e8c7036ec02d551a777a0eb094541316928eae1945708977 DIST regendoc-0.6.1.tar.gz 5832 BLAKE2B ae3ea674f7c5762f1c53d05c021daf3ab6133efcf9194106eafa87031004aa8e9b53cd86cd9b2ac2b2d6829a38dd11fc2a62db0c4f00d7e1b32a8771bcff171a SHA512 bb6551e1e50fc540649e5856bbfa36d7c26aaa609b8361e4f0260246c6479870cdca97b95db6730a0a6763fea626d4d6267fda1593769f90416447a95f34a18c diff --git a/dev-python/regendoc/regendoc-0.5.ebuild b/dev-python/regendoc/regendoc-0.5.ebuild deleted file mode 100644 index ca72730cb3e..00000000000 --- a/dev-python/regendoc/regendoc-0.5.ebuild +++ /dev/null @@ -1,26 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 - -PYTHON_COMPAT=( python3_6 pypy3 ) - -inherit distutils-r1 - -MY_PN="RegenDoc" -MY_P="${MY_PN}-${PV}" - -DESCRIPTION="Check/update simple file/shell examples in documentation" -HOMEPAGE="https://pypi.org/project/RegenDoc/ - https://bitbucket.org/pytest-dev/regendoc/" -SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${P}.tar.gz" - -LICENSE="MIT" -KEYWORDS="~alpha amd64 arm ~arm64 hppa ia64 ~m68k ~mips ppc ppc64 ~s390 sparc x86 ~amd64-linux ~x86-linux" -SLOT="0" - -RDEPEND="dev-python/click[${PYTHON_USEDEP}]" -DEPEND="${RDEPEND} - dev-python/setuptools[${PYTHON_USEDEP}] - dev-python/setuptools_scm[${PYTHON_USEDEP}] -"