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 B7F0513835A for ; Sat, 13 Mar 2021 12:26:49 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 13F46E08FE; Sat, 13 Mar 2021 12:26:49 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.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 F221EE08F4 for ; Sat, 13 Mar 2021 12:26:48 +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 D7687340B1F for ; Sat, 13 Mar 2021 12:26:47 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 46F1A59B for ; Sat, 13 Mar 2021 12:26:46 +0000 (UTC) From: "Andrew Ammerlaan" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andrew Ammerlaan" Message-ID: <1615581750.6bae2e51500b775d8f80865d32c5c9b1b2c1ba5d.andrewammerlaan@gentoo> Subject: [gentoo-commits] repo/proj/guru:master commit in: dev-python/sphinxcontrib-katex/ X-VCS-Repository: repo/proj/guru X-VCS-Files: dev-python/sphinxcontrib-katex/Manifest dev-python/sphinxcontrib-katex/sphinxcontrib-katex-0.6.1.ebuild X-VCS-Directories: dev-python/sphinxcontrib-katex/ X-VCS-Committer: andrewammerlaan X-VCS-Committer-Name: Andrew Ammerlaan X-VCS-Revision: 6bae2e51500b775d8f80865d32c5c9b1b2c1ba5d X-VCS-Branch: master Date: Sat, 13 Mar 2021 12:26:46 +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: f4639afe-9c15-4606-b9f4-1c0840ed49ae X-Archives-Hash: 1382a680419b44b75f74c8b6ee1f50e5 commit: 6bae2e51500b775d8f80865d32c5c9b1b2c1ba5d Author: Sergey Torokhov yandex ru> AuthorDate: Fri Mar 12 20:41:49 2021 +0000 Commit: Andrew Ammerlaan riseup net> CommitDate: Fri Mar 12 20:42:30 2021 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=6bae2e51 dev-python/sphinxcontrib-katex: 0.6.1 drop old Signed-off-by: Sergey Torokhov yandex.ru> dev-python/sphinxcontrib-katex/Manifest | 1 - .../sphinxcontrib-katex-0.6.1.ebuild | 26 ---------------------- 2 files changed, 27 deletions(-) diff --git a/dev-python/sphinxcontrib-katex/Manifest b/dev-python/sphinxcontrib-katex/Manifest index 9d090325..a3d8e32c 100644 --- a/dev-python/sphinxcontrib-katex/Manifest +++ b/dev-python/sphinxcontrib-katex/Manifest @@ -1,2 +1 @@ -DIST sphinxcontrib-katex-0.6.1.tar.gz 12948 BLAKE2B 8de0eb26025b89006f5db0dcae0d878dd90f0298bc35d72dc2b97741bb85f858d4988e9f094be3769eed7af45f39891ae693cb997879543851077b5c39609a8c SHA512 c50d895b7e0262a8beb04dabfa13d104c896a0be135be551bd90c2bcf1662895ae50adab7cf11b259f6264a265421af9ba4ad1d896f1ef58c6c8fd109b570d2b DIST sphinxcontrib-katex-0.7.1.tar.gz 13171 BLAKE2B f6febea4b6543309f1af38efdedadbe388bf94b890b92a9fbe069b8a2dcccb5790dafcd4c7eb1afeef5fa5701886320d73e568c7edb248683c55580a7940c208 SHA512 f995f962d3fe18be8acbd57d1de8079471240d513b4dfb068b7701d2a14dd93c0547056118261046ddde2fafdfd4d07c75c75b1c2f5b7fe1adcbea17db8ab65a diff --git a/dev-python/sphinxcontrib-katex/sphinxcontrib-katex-0.6.1.ebuild b/dev-python/sphinxcontrib-katex/sphinxcontrib-katex-0.6.1.ebuild deleted file mode 100644 index 47bef071..00000000 --- a/dev-python/sphinxcontrib-katex/sphinxcontrib-katex-0.6.1.ebuild +++ /dev/null @@ -1,26 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 -PYTHON_COMPAT=( python3_{7,8} pypy3 ) - -inherit distutils-r1 - -DESCRIPTION="KaTeX Sphinx extension for rendering of math in HTML pages" -HOMEPAGE="https://github.com/hagenw/sphinxcontrib-katex" -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="~amd64 ~x86" - -RDEPEND=">=dev-python/sphinx-1.7.5[${PYTHON_USEDEP}]" - -DOCS=() - -distutils_enable_sphinx docs - -python_install_all() { - distutils-r1_python_install_all - find "${ED}" -name '*.pth' -delete || die -}