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 38AA6138350 for ; Sat, 28 Mar 2020 17:22:04 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 99297E0C44; Sat, 28 Mar 2020 17:22:02 +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 7C94FE0B37 for ; Sat, 28 Mar 2020 17:22:02 +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 9773534FA6F for ; Sat, 28 Mar 2020 17:22:01 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 65FB21B4 for ; Sat, 28 Mar 2020 17:21:57 +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: <1585415861.c8c3ef2eaf7f8b91cc1fee10337047f5e6cd0eec.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/pydocstyle/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/pydocstyle/Manifest dev-python/pydocstyle/pydocstyle-2.1.1.ebuild X-VCS-Directories: dev-python/pydocstyle/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: c8c3ef2eaf7f8b91cc1fee10337047f5e6cd0eec X-VCS-Branch: master Date: Sat, 28 Mar 2020 17:21:57 +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: 2da24208-ba24-4ae5-adcf-e105cc0e9760 X-Archives-Hash: 5ca2f48599d80c8f2e175266532ca936 commit: c8c3ef2eaf7f8b91cc1fee10337047f5e6cd0eec Author: Michał Górny gentoo org> AuthorDate: Sat Mar 28 17:17:41 2020 +0000 Commit: Michał Górny gentoo org> CommitDate: Sat Mar 28 17:17:41 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c8c3ef2e dev-python/pydocstyle: Remove redundant versions Signed-off-by: Michał Górny gentoo.org> dev-python/pydocstyle/Manifest | 1 - dev-python/pydocstyle/pydocstyle-2.1.1.ebuild | 34 --------------------------- 2 files changed, 35 deletions(-) diff --git a/dev-python/pydocstyle/Manifest b/dev-python/pydocstyle/Manifest index e0085d8746a..efa1ceaa89d 100644 --- a/dev-python/pydocstyle/Manifest +++ b/dev-python/pydocstyle/Manifest @@ -1,2 +1 @@ -DIST pydocstyle-2.1.1.tar.gz 55760 BLAKE2B e470b006b5db04c4bed5c3145b14b949980c71d1dd91dbe34d49599063aaf1cb1d0842dfb992e5d471436446455bde2d309ee573826c039540fa99adba3f828b SHA512 f23939e0350094c67565613bab4ddf285dda5a7379e6ac2493953d6e60ab75588143fd374715765d2aa0728e7117d02e91312dbbe5a9cad28aa8e8e7f68e3bc4 DIST pydocstyle-5.0.2.tar.gz 68063 BLAKE2B 6d7bf04e97c853e50d953342d332847d0e80b080d5ab044f9d444536ed0352ad44402a1af0c3a6f552ec9f3bb3a372a84af2a5bbdaee58bb18dab585cad5dddb SHA512 5ac2e017ae95ff5c7759d6a2cb9ac990f94f668f5fd940792d927cc62628cd036afcf39ab5db6a11100dcca32af344b47f4a7319dd3a47c36367844d0c06d34a diff --git a/dev-python/pydocstyle/pydocstyle-2.1.1.ebuild b/dev-python/pydocstyle/pydocstyle-2.1.1.ebuild deleted file mode 100644 index 6f1106d04f6..00000000000 --- a/dev-python/pydocstyle/pydocstyle-2.1.1.ebuild +++ /dev/null @@ -1,34 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -PYTHON_COMPAT=( python{3_6,3_7} ) - -inherit distutils-r1 - -DESCRIPTION="Python docstring style checker" -HOMEPAGE="https://pypi.python.org/pypi/pep257" -SRC_URI="https://github.com/PyCQA/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="amd64 x86" -IUSE="test" -RESTRICT="!test? ( test )" - -RDEPEND="" -DEPEND=" - dev-python/setuptools[${PYTHON_USEDEP}] - test? ( - dev-python/pytest[${PYTHON_USEDEP}] - dev-python/mock[${PYTHON_USEDEP}] - )" - -python_install_all() { - distutils-r1_python_install_all -} - -python_test() { - esetup.py test -}