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 A89B31382C5 for ; Sat, 5 Jun 2021 21:18:13 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 07711E0AE3; Sat, 5 Jun 2021 21:18:13 +0000 (UTC) Received: from smtp.gentoo.org (mail.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 E53B5E0AE2 for ; Sat, 5 Jun 2021 21:18:12 +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 9FF96340E9D for ; Sat, 5 Jun 2021 21:18:11 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 05D4C75B for ; Sat, 5 Jun 2021 21:18:10 +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: <1622927365.e855c2520a5c604622e8b837b1672563f45d47db.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/pydata-sphinx-theme/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/pydata-sphinx-theme/Manifest dev-python/pydata-sphinx-theme/pydata-sphinx-theme-0.5.2.ebuild X-VCS-Directories: dev-python/pydata-sphinx-theme/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: e855c2520a5c604622e8b837b1672563f45d47db X-VCS-Branch: master Date: Sat, 5 Jun 2021 21:18:10 +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: 9ec53f40-bded-4b78-b91d-5771eae43d18 X-Archives-Hash: 772e3d05e8efacd98e0c6db43c790f2c commit: e855c2520a5c604622e8b837b1672563f45d47db Author: Michał Górny gentoo org> AuthorDate: Sat Jun 5 21:09:25 2021 +0000 Commit: Michał Górny gentoo org> CommitDate: Sat Jun 5 21:09:25 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e855c252 dev-python/pydata-sphinx-theme: Remove old Signed-off-by: Michał Górny gentoo.org> dev-python/pydata-sphinx-theme/Manifest | 1 - .../pydata-sphinx-theme-0.5.2.ebuild | 32 ---------------------- 2 files changed, 33 deletions(-) diff --git a/dev-python/pydata-sphinx-theme/Manifest b/dev-python/pydata-sphinx-theme/Manifest index b3c1658b21d..af3e43579ef 100644 --- a/dev-python/pydata-sphinx-theme/Manifest +++ b/dev-python/pydata-sphinx-theme/Manifest @@ -1,2 +1 @@ -DIST pydata-sphinx-theme-0.5.2.tar.gz 2556695 BLAKE2B bcf54d1353fb8a46e19b738e26127f0109f1d837f4aa76e532ffa03d9cbc3a8183839575c2846f32621ff9e6a61331d62481af23e7d5e10cb5b3de060a419f18 SHA512 949e3e6effda7c2fc01c27d346a388c897a7bf035c83a204404279b6047a60382217e5520c3680faec1d0b91379c147585307461120fec630a5a11b9df451b19 DIST pydata-sphinx-theme-0.6.3.tar.gz 2617286 BLAKE2B caac09add734ab3127461f3b54069cf9bbb22b00b54e6d0ed999ff6d7783f68d2d97bf31d19ce99bdefa0e1d754e6194e5ead8347d89c5d704dc38e148fff619 SHA512 0106accc2f7b64899d09d1da5b39fccd074732c07db78a924aceb403923b3d67cdc0592834211ab1fcc2788ef55616da63e9eb058a7909b2486006061b6d367b diff --git a/dev-python/pydata-sphinx-theme/pydata-sphinx-theme-0.5.2.ebuild b/dev-python/pydata-sphinx-theme/pydata-sphinx-theme-0.5.2.ebuild deleted file mode 100644 index 71f618f17e1..00000000000 --- a/dev-python/pydata-sphinx-theme/pydata-sphinx-theme-0.5.2.ebuild +++ /dev/null @@ -1,32 +0,0 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -PYTHON_COMPAT=( python3_{7..9} ) - -inherit distutils-r1 - -DESCRIPTION="Bootstrap-based Sphinx theme from the PyData community" -HOMEPAGE="https://github.com/pandas-dev/pydata-sphinx-theme" -SRC_URI="https://github.com/pandas-dev/pydata-sphinx-theme/archive/v${PV}.tar.gz -> ${P}.tar.gz" - -LICENSE="BSD-with-disclosure" -SLOT="0" -KEYWORDS="amd64 x86" - -BDEPEND=" - test? ( - dev-python/beautifulsoup[${PYTHON_USEDEP}] - dev-python/pytest-regressions[${PYTHON_USEDEP}] - )" - -# https://github.com/pydata/pydata-sphinx-theme/issues/367 -RDEPEND=" - dev-python/sphinx[${PYTHON_USEDEP}] -