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 AE66315808B for ; Sun, 27 Feb 2022 10:52:31 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id DF079E0922; Sun, 27 Feb 2022 10:52:30 +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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id BD86EE0922 for ; Sun, 27 Feb 2022 10:52:30 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 B8BBF342AD7 for ; Sun, 27 Feb 2022 10:52:29 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 10A6DD0 for ; Sun, 27 Feb 2022 10:52:28 +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: <1645959143.4aca8e3c65f05c51d9d382a8d6bf893d34d7ce53.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/markdown-it-py/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/markdown-it-py/Manifest dev-python/markdown-it-py/markdown-it-py-2.0.0.ebuild X-VCS-Directories: dev-python/markdown-it-py/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 4aca8e3c65f05c51d9d382a8d6bf893d34d7ce53 X-VCS-Branch: master Date: Sun, 27 Feb 2022 10:52:28 +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: 7fcc4c4f-9af3-4351-a173-073b7c1e2c42 X-Archives-Hash: 1dade22930ddd2763dfec8a837c59de1 commit: 4aca8e3c65f05c51d9d382a8d6bf893d34d7ce53 Author: Michał Górny gentoo org> AuthorDate: Sun Feb 27 10:05:16 2022 +0000 Commit: Michał Górny gentoo org> CommitDate: Sun Feb 27 10:52:23 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4aca8e3c dev-python/markdown-it-py: Remove old Signed-off-by: Michał Górny gentoo.org> dev-python/markdown-it-py/Manifest | 1 - .../markdown-it-py/markdown-it-py-2.0.0.ebuild | 43 ---------------------- 2 files changed, 44 deletions(-) diff --git a/dev-python/markdown-it-py/Manifest b/dev-python/markdown-it-py/Manifest index 04ffab946247..0a35a924c3b1 100644 --- a/dev-python/markdown-it-py/Manifest +++ b/dev-python/markdown-it-py/Manifest @@ -1,2 +1 @@ -DIST markdown-it-py-2.0.0.gh.tar.gz 265346 BLAKE2B f509c3fdc82a2665bb9bca862118c544cf203afbb8454cdbb5f58c58aeadcd1fbd66ef98615ac6501e4fe8ce83d2e668de29d2e67301ddda06d1cbbaf6cf7422 SHA512 226111a8d0e57d9def2076053abfba1b7533bb0cdee569b8e1c7ece2b61ebce49daa263aee673683b83974b7597df0e6d62c1723860af684fe306c55619357ca DIST markdown-it-py-2.0.1.gh.tar.gz 265850 BLAKE2B fe61608f14b22dffb81bb943df75967300e8366ff1b1c252b35974414efa6b2daac223b09f40ff6d7feab70c5b033b0eee35a4ee5f8523325f12311f4cbeef57 SHA512 fccf00de7e94986a29047da948d6ebb6304ae3645e79bbad480366c3aadbd417b95d96489d167a532eee3c2e17b67e22777224290564c7bcc17d72fec29b08df diff --git a/dev-python/markdown-it-py/markdown-it-py-2.0.0.ebuild b/dev-python/markdown-it-py/markdown-it-py-2.0.0.ebuild deleted file mode 100644 index 834cfae053f4..000000000000 --- a/dev-python/markdown-it-py/markdown-it-py-2.0.0.ebuild +++ /dev/null @@ -1,43 +0,0 @@ -# Copyright 2022 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -PYTHON_COMPAT=( python3_{8..10} ) -DISTUTILS_USE_PEP517=setuptools -inherit distutils-r1 - -DESCRIPTION="Python port of markdown-it, Markdown parser" -HOMEPAGE="https://pypi.org/project/markdown-it-py/ - https://github.com/executablebooks/markdown-it-py" -SRC_URI=" - https://github.com/executablebooks/markdown-it-py/archive/v${PV}.tar.gz - -> ${P}.gh.tar.gz -" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="~amd64" - -RDEPEND=" -