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 81C3F138359 for ; Fri, 18 Sep 2020 15:53:26 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C92A8E0815; Fri, 18 Sep 2020 15:53:25 +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 8BEFFE0815 for ; Fri, 18 Sep 2020 15:53:25 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 A364634106C for ; Fri, 18 Sep 2020 15:53:24 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 58E872E1 for ; Fri, 18 Sep 2020 15:53:23 +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: <1600444378.2fdd8ad30a47a12c22686b4f723e6fde7494e7f8.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/sphinxcontrib-websupport/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/sphinxcontrib-websupport/Manifest dev-python/sphinxcontrib-websupport/sphinxcontrib-websupport-1.2.2.ebuild X-VCS-Directories: dev-python/sphinxcontrib-websupport/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 2fdd8ad30a47a12c22686b4f723e6fde7494e7f8 X-VCS-Branch: master Date: Fri, 18 Sep 2020 15:53:23 +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: a44970d7-5a66-4098-bac4-a4522c8ead33 X-Archives-Hash: 24afaabb1c927775d9edff426eb0556c commit: 2fdd8ad30a47a12c22686b4f723e6fde7494e7f8 Author: Michał Górny gentoo org> AuthorDate: Fri Sep 18 15:46:01 2020 +0000 Commit: Michał Górny gentoo org> CommitDate: Fri Sep 18 15:52:58 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2fdd8ad3 dev-python/sphinxcontrib-websupport: Remove old Signed-off-by: Michał Górny gentoo.org> dev-python/sphinxcontrib-websupport/Manifest | 1 - .../sphinxcontrib-websupport-1.2.2.ebuild | 46 ---------------------- 2 files changed, 47 deletions(-) diff --git a/dev-python/sphinxcontrib-websupport/Manifest b/dev-python/sphinxcontrib-websupport/Manifest index d2ce6a984d7..4bf087c072e 100644 --- a/dev-python/sphinxcontrib-websupport/Manifest +++ b/dev-python/sphinxcontrib-websupport/Manifest @@ -1,2 +1 @@ -DIST sphinxcontrib-websupport-1.2.2.gh.tar.gz 599606 BLAKE2B d7e5754491d0f4e4b508bb5ed58f41d6f57c8785ce2d658cd4beb658b9a01a453bd791e73deab703ebf17d18ddf0a3adc7c72a49e80c33475daca41666da694d SHA512 39d7d688515440fcf7a0df9cff60402499956da4c4d5de4e7b38982ff23ed837e7851a3c747135b9298d0df59f3055a8f588be78f10d98110ab50b8ab434db34 DIST sphinxcontrib-websupport-1.2.4.gh.tar.gz 599695 BLAKE2B 909fc3dd77377769b6242963c2228a01dae4c73b2c1128094ecb5c113517ddb103498fa8615a0690cc41333778a21ba62a7638e36e3d82ad89c74b76156580a4 SHA512 4b5a382037988079e12e5c022ce0351c953e65dacfee7e3a63852370deddcee083cb65914b0bb9a8dc42481015f33d1ac2b5fea61c676ab947f8b0cbe331d7f6 diff --git a/dev-python/sphinxcontrib-websupport/sphinxcontrib-websupport-1.2.2.ebuild b/dev-python/sphinxcontrib-websupport/sphinxcontrib-websupport-1.2.2.ebuild deleted file mode 100644 index 298a43160ac..00000000000 --- a/dev-python/sphinxcontrib-websupport/sphinxcontrib-websupport-1.2.2.ebuild +++ /dev/null @@ -1,46 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -DISTUTILS_USE_SETUPTOOLS=rdepend -PYTHON_COMPAT=( python3_{6..9} pypy3 ) - -inherit distutils-r1 - -DESCRIPTION="Sphinx websupport extension" -HOMEPAGE="https://www.sphinx-doc.org - https://github.com/sphinx-doc/sphinxcontrib-websupport" -# pypi tarball is missing templates -SRC_URI="https://github.com/sphinx-doc/sphinxcontrib-websupport/archive/${PV}.tar.gz -> ${P}.gh.tar.gz" - -LICENSE="BSD-2" -SLOT="0" -KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~mips ppc ppc64 s390 sparc x86 ~amd64-linux ~x86-linux ~x64-solaris" - -RDEPEND=" - >=dev-python/six-1.5[${PYTHON_USEDEP}] - dev-python/namespace-sphinxcontrib[${PYTHON_USEDEP}]" -# avoid circular dependency with sphinx -PDEPEND=" - >=dev-python/sphinx-1.5.3[${PYTHON_USEDEP}]" -BDEPEND=" - test? ( - ${PDEPEND} - >=dev-python/sqlalchemy-0.9[${PYTHON_USEDEP}] - >=dev-python/whoosh-2.0[${PYTHON_USEDEP}] - )" - -distutils_enable_tests pytest - -src_prepare() { - # breaks tests - sed -i -e '/pkg_resources/d' \ - sphinxcontrib/websupport/__init__.py || die - distutils-r1_src_prepare -} - -python_install_all() { - distutils-r1_python_install_all - find "${ED}" -name '*.pth' -delete || die -}