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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id EF1C515806E for ; Sun, 14 May 2023 16:19:35 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 285F6E08A5; Sun, 14 May 2023 16:19:35 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 0B7ADE08A0 for ; Sun, 14 May 2023 16:19:35 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 0875F340E6E for ; Sun, 14 May 2023 16:19:34 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 59FF0A5B for ; Sun, 14 May 2023 16:19:32 +0000 (UTC) From: "David Seifert" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "David Seifert" Message-ID: <1684081144.3f26ab153b119a3c90649b9a2f317eb3ac23637c.soap@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: profiles/, dev-python/misaka/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/misaka/Manifest dev-python/misaka/metadata.xml dev-python/misaka/misaka-2.1.1-r1.ebuild profiles/package.mask X-VCS-Directories: dev-python/misaka/ profiles/ X-VCS-Committer: soap X-VCS-Committer-Name: David Seifert X-VCS-Revision: 3f26ab153b119a3c90649b9a2f317eb3ac23637c X-VCS-Branch: master Date: Sun, 14 May 2023 16:19:32 +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: 629b1a9d-f92a-42f0-9117-61cce4077a4f X-Archives-Hash: 95ade68c112e72d5b9ba454ecf005b33 commit: 3f26ab153b119a3c90649b9a2f317eb3ac23637c Author: David Seifert gentoo org> AuthorDate: Sun May 14 16:19:04 2023 +0000 Commit: David Seifert gentoo org> CommitDate: Sun May 14 16:19:04 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3f26ab15 dev-python/misaka: treeclean Closes: https://bugs.gentoo.org/798066 Signed-off-by: David Seifert gentoo.org> dev-python/misaka/Manifest | 1 - dev-python/misaka/metadata.xml | 16 ---------------- dev-python/misaka/misaka-2.1.1-r1.ebuild | 21 --------------------- profiles/package.mask | 7 ------- 4 files changed, 45 deletions(-) diff --git a/dev-python/misaka/Manifest b/dev-python/misaka/Manifest deleted file mode 100644 index ef1ca6921d29..000000000000 --- a/dev-python/misaka/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST misaka-2.1.1.tar.gz 112700 BLAKE2B 0d50cfbfa127a51bc6da2abc3a91c8ce4706b6a1dbbfc4af14f85d47262ab1cca4bdca0ba7056e668570b20bed1f1a150124a2d5da45ff8866cb7007b2b9bca3 SHA512 4b9288d56ddd57e07985043acbb5a2dfec9b7c0bf385b689b17f2b062f5d7aa961e0dab8e237173e714b13aa5eabafc646833d5a78cf728035444d6fbd365bee diff --git a/dev-python/misaka/metadata.xml b/dev-python/misaka/metadata.xml deleted file mode 100644 index 39e55214de28..000000000000 --- a/dev-python/misaka/metadata.xml +++ /dev/null @@ -1,16 +0,0 @@ - - - - - openstack@gentoo.org - Openstack - - - prometheanfire@gentoo.org - Matthew Thode - - - FSX/misaka - misaka - - diff --git a/dev-python/misaka/misaka-2.1.1-r1.ebuild b/dev-python/misaka/misaka-2.1.1-r1.ebuild deleted file mode 100644 index 7a8f6b03444a..000000000000 --- a/dev-python/misaka/misaka-2.1.1-r1.ebuild +++ /dev/null @@ -1,21 +0,0 @@ -# Copyright 1999-2023 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 -PYTHON_COMPAT=( python3_{9..11} ) - -inherit distutils-r1 - -DESCRIPTION="A CFFI binding for Hoedown, a markdown parsing library" -HOMEPAGE="http://misaka.61924.nl/ https://github.com/FSX/misaka" -SRC_URI="https://github.com/FSX/misaka/archive/v${PV}.tar.gz -> ${P}.tar.gz" - -KEYWORDS="~amd64 ~x86" -IUSE="" -LICENSE="MIT" -SLOT="0" - -RDEPEND="dev-python/cffi[${PYTHON_USEDEP}]" - -# FIXME: tests requires write access outside sandbox -#distutils_enable_tests setup.py diff --git a/profiles/package.mask b/profiles/package.mask index b8647ab7dd2e..bc0f8a78d981 100644 --- a/profiles/package.mask +++ b/profiles/package.mask @@ -300,13 +300,6 @@ net-analyzer/graphite-web # Removal on 2023-05-13. Bug #896744. dev-python/Pyro4 -# Michał Górny (2023-04-13) -# Broken tests and no Python 3.11 support. Upstream has discontinued -# the package, dev-python/mistune is suggested as a replacement. -# No reverse dependencies. -# Removal on 2023-05-13. Bug #798066. -dev-python/misaka - # Eray Aslan (2023-04-12) # Mask experimental software =mail-mta/postfix-3.9*