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)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id F21D6159C9B for ; Sat, 3 Aug 2024 06:37:55 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 209B82BC046; Sat, 3 Aug 2024 06:37:54 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 03D582BC046 for ; Sat, 3 Aug 2024 06:37:54 +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)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 98613343008 for ; Sat, 3 Aug 2024 06:37:52 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id ED53D1EA7 for ; Sat, 3 Aug 2024 06:37:49 +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: <1722666451.29340a8e324c19719c22c8fe08e30529b1802540.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/mistletoe/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/mistletoe/Manifest dev-python/mistletoe/mistletoe-1.3.0.ebuild X-VCS-Directories: dev-python/mistletoe/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 29340a8e324c19719c22c8fe08e30529b1802540 X-VCS-Branch: master Date: Sat, 3 Aug 2024 06:37:49 +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: 144666ec-f506-42c6-8586-46e6534dc085 X-Archives-Hash: 988a210e49f4f3a9562eae0ebf81f445 commit: 29340a8e324c19719c22c8fe08e30529b1802540 Author: Michał Górny gentoo org> AuthorDate: Sat Aug 3 06:27:31 2024 +0000 Commit: Michał Górny gentoo org> CommitDate: Sat Aug 3 06:27:31 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=29340a8e dev-python/mistletoe: Remove old Signed-off-by: Michał Górny gentoo.org> dev-python/mistletoe/Manifest | 1 - dev-python/mistletoe/mistletoe-1.3.0.ebuild | 36 ----------------------------- 2 files changed, 37 deletions(-) diff --git a/dev-python/mistletoe/Manifest b/dev-python/mistletoe/Manifest index 8b453491ac40..ac8d27b423ac 100644 --- a/dev-python/mistletoe/Manifest +++ b/dev-python/mistletoe/Manifest @@ -1,2 +1 @@ -DIST mistletoe-1.3.0.gh.tar.gz 121653 BLAKE2B 32c106e349cbbb4f9f197df30bb42b108228fecb021d8482a18e4e859936bce250960a39ec02c98aac53dc75b9315dac1db052647417a3fdaa99f7cefafa49de SHA512 44094989ee95445c8330223bf095808e755eb2f59ce6984362f0b6c293a72397f7d340430aac618f635f1042466b6d48171a406ecc3ea17c69435f4b254d77ab DIST mistletoe-1.4.0.gh.tar.gz 122220 BLAKE2B ca82e85a5900a07ce97749d4e199b6a938e26f25154123a64cb26bdfb4efcdc60ac4bec8d43dc4c1fa33417f1e34772ea6cd7fe59db5a2f0a5aa8fbb73dac33e SHA512 6896be4a6eb377699e97d16d1224165a14dc238047490125d29cbcced6121afd7df70497434f6bea0aa4e2e2a086c31176ecc79d38943f18d0b72f36894c7eec diff --git a/dev-python/mistletoe/mistletoe-1.3.0.ebuild b/dev-python/mistletoe/mistletoe-1.3.0.ebuild deleted file mode 100644 index b6101a6dd72f..000000000000 --- a/dev-python/mistletoe/mistletoe-1.3.0.ebuild +++ /dev/null @@ -1,36 +0,0 @@ -# Copyright 2023-2024 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( pypy3 python3_{10..13} ) - -inherit distutils-r1 - -DESCRIPTION="A fast, extensible Markdown parser in pure Python" -HOMEPAGE=" - https://github.com/miyuchina/mistletoe/ - https://pypi.org/project/mistletoe/ -" -# pypi has incomplete test suite -SRC_URI=" - https://github.com/miyuchina/mistletoe/archive/v${PV}.tar.gz - -> ${P}.gh.tar.gz -" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="amd64 arm64 x86" - -# NB: pygments is technically optional but we like syntax highlighting -RDEPEND=" - dev-python/pygments[${PYTHON_USEDEP}] -" -BDEPEND=" - test? ( - dev-python/parameterized[${PYTHON_USEDEP}] - ) -" - -distutils_enable_tests pytest