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 3F61613835A for ; Thu, 24 Jun 2021 08:20:50 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 842CFE08CD; Thu, 24 Jun 2021 08:20:49 +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 55174E089C for ; Thu, 24 Jun 2021 08:20:49 +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 5607E341C75 for ; Thu, 24 Jun 2021 08:20:48 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 7CB257BA for ; Thu, 24 Jun 2021 08:20:45 +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: <1624522825.20aac4d58c9ebae81b771e13f05f3591048007ec.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-6.0.0.ebuild X-VCS-Directories: dev-python/pydocstyle/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 20aac4d58c9ebae81b771e13f05f3591048007ec X-VCS-Branch: master Date: Thu, 24 Jun 2021 08:20:45 +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: 2c754b4d-8e9e-4abb-829a-d90e8f74053e X-Archives-Hash: 85d4e4e692d4fda10325e565e210f828 commit: 20aac4d58c9ebae81b771e13f05f3591048007ec Author: Michał Górny gentoo org> AuthorDate: Thu Jun 24 08:01:45 2021 +0000 Commit: Michał Górny gentoo org> CommitDate: Thu Jun 24 08:20:25 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=20aac4d5 dev-python/pydocstyle: Remove old Signed-off-by: Michał Górny gentoo.org> dev-python/pydocstyle/Manifest | 1 - dev-python/pydocstyle/pydocstyle-6.0.0.ebuild | 30 --------------------------- 2 files changed, 31 deletions(-) diff --git a/dev-python/pydocstyle/Manifest b/dev-python/pydocstyle/Manifest index 4192487cbf2..70448015989 100644 --- a/dev-python/pydocstyle/Manifest +++ b/dev-python/pydocstyle/Manifest @@ -1,2 +1 @@ -DIST pydocstyle-6.0.0.tar.gz 72143 BLAKE2B 1036a5eab38a38bda0f98371f7e4094248cf5057a9afd8743a478f153a5f06feab6b3e7d6be031615b5e88c388786f59a0619f774f492e40a722f39973051d5b SHA512 609a10307aa24513f476ef639771fc095fe7a65ffd8d530fad02886369c62969c69a5134fd0ec79a1e07d1b6cb8f920c3478db546c26aefb0e45771777c02a0b DIST pydocstyle-6.1.1.tar.gz 73982 BLAKE2B 6a896221fdcd257f0475472e1cf87ef892d8292a4c0faf661595adb17e2d18f4a8277cda498197309d34597c448203856c272256277a7e35fba20e2e5ba47f2b SHA512 ce4932a6601c80d05a46600f5af7df54798025a5f3dc41ab8cf1bc0d63e7f78b70cccb17dc99ddab25eda9abd639f91468fca1b1ceb4539708350212e481a156 diff --git a/dev-python/pydocstyle/pydocstyle-6.0.0.ebuild b/dev-python/pydocstyle/pydocstyle-6.0.0.ebuild deleted file mode 100644 index e434a8ff0cf..00000000000 --- a/dev-python/pydocstyle/pydocstyle-6.0.0.ebuild +++ /dev/null @@ -1,30 +0,0 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -PYTHON_COMPAT=( pypy3 python3_{7..9} ) -DISTUTILS_USE_SETUPTOOLS=rdepend - -inherit distutils-r1 - -DESCRIPTION="Python docstring style checker" -HOMEPAGE="https://github.com/PyCQA/pydocstyle/" -SRC_URI="https://github.com/PyCQA/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="~alpha amd64 arm arm64 ~ia64 ppc ppc64 sparc x86 ~x64-macos" - -RDEPEND="dev-python/snowballstemmer[${PYTHON_USEDEP}]" - -distutils_enable_tests --install pytest -# Requires network to lookup github issues -#distutils_enable_sphinx docs dev-python/sphinx_rtd_theme dev-python/sphinxcontrib-issuetracker - -src_prepare() { - # no, seriously, you don't need to install it yourself - sed -i -e '/pip/d' src/tests/test_integration.py || die - - distutils-r1_src_prepare -}