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 78D4315803E for ; Sat, 30 Dec 2023 18:30:45 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5F0082BC089; Sat, 30 Dec 2023 18:30:44 +0000 (UTC) Received: from smtp.gentoo.org (smtp.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)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 463892BC089 for ; Sat, 30 Dec 2023 18:30:44 +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 6553433BE3B for ; Sat, 30 Dec 2023 18:30:43 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id CCEF514BD for ; Sat, 30 Dec 2023 18:30:41 +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: <1703960950.c4b25ebc03b2939862f12159bcc2ea96c755138f.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/markdown-exec/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/markdown-exec/Manifest dev-python/markdown-exec/markdown-exec-1.6.0.ebuild X-VCS-Directories: dev-python/markdown-exec/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: c4b25ebc03b2939862f12159bcc2ea96c755138f X-VCS-Branch: master Date: Sat, 30 Dec 2023 18:30:41 +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: 3150c28f-7d5f-4e4d-a670-4a175c232a82 X-Archives-Hash: d9b3b93f429ca813fe3b20ee89455ed0 commit: c4b25ebc03b2939862f12159bcc2ea96c755138f Author: Michał Górny gentoo org> AuthorDate: Sat Dec 30 18:29:10 2023 +0000 Commit: Michał Górny gentoo org> CommitDate: Sat Dec 30 18:29:10 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c4b25ebc dev-python/markdown-exec: Remove old Signed-off-by: Michał Górny gentoo.org> dev-python/markdown-exec/Manifest | 1 - .../markdown-exec/markdown-exec-1.6.0.ebuild | 28 ---------------------- 2 files changed, 29 deletions(-) diff --git a/dev-python/markdown-exec/Manifest b/dev-python/markdown-exec/Manifest index 09b8bf35f86a..19e3b0253383 100644 --- a/dev-python/markdown-exec/Manifest +++ b/dev-python/markdown-exec/Manifest @@ -1,2 +1 @@ -DIST markdown_exec-1.6.0.tar.gz 18880 BLAKE2B 374f62c112efcf7f02c6b55f1348a3b38ad574240ca2e0af88af52343eb8cd2c0001d3b3dbe629e8917c40a602311e389683abd374e4ce62209bc051ea722389 SHA512 d05d3ede2f0280e8406b7cde7e555f2a1f796101c2cd336883b0e045837767a90fa6beb4ff624fa9029343bd2c3628219f387f438fcdbb661d91219134bf312c DIST markdown_exec-1.7.0.tar.gz 20221 BLAKE2B 5b091b5569caea247e268208a93fbc2bd9f57b76361e549eba6572684a1dcae420471c8cf2fd9be9e63f6a1a29e698ad5ac01491f58b07ec37b18d651c7ddff4 SHA512 67ff69a5be5e69496cdc8d29cd259cff99c641717f2e63199c3a245c03cac805be557d2f1559cfa218a4a7520fb851b310adba180889e2c515a42bbc161e002b diff --git a/dev-python/markdown-exec/markdown-exec-1.6.0.ebuild b/dev-python/markdown-exec/markdown-exec-1.6.0.ebuild deleted file mode 100644 index dcd59b62a3f2..000000000000 --- a/dev-python/markdown-exec/markdown-exec-1.6.0.ebuild +++ /dev/null @@ -1,28 +0,0 @@ -# Copyright 1999-2023 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -DISTUTILS_USE_PEP517=pdm-backend -PYTHON_COMPAT=( python3_{10..12} ) - -inherit distutils-r1 pypi - -DESCRIPTION="Utilities to execute code blocks in Markdown files" -HOMEPAGE=" - https://pawamoy.github.io/markdown-exec/ - https://pypi.org/project/markdown-exec/ -" - -LICENSE="ISC" -SLOT="0" -KEYWORDS="~amd64 ~riscv" -IUSE="ansi" - -RDEPEND=" - >=dev-python/pymdown-extensions-9[${PYTHON_USEDEP}] - ansi? ( dev-python/pygments-ansi-color[${PYTHON_USEDEP}] ) -" -BDEPEND="test? ( dev-python/markupsafe[${PYTHON_USEDEP}] )" - -distutils_enable_tests pytest