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 07E7015808B for ; Sat, 16 Apr 2022 15:36:34 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C30FCE07D4; Sat, 16 Apr 2022 15:36:30 +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 9E20DE07D4 for ; Sat, 16 Apr 2022 15:36:30 +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 8B60F3416DE for ; Sat, 16 Apr 2022 15:36:28 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 118E93A7 for ; Sat, 16 Apr 2022 15:36:27 +0000 (UTC) From: "Arthur Zamarin" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Arthur Zamarin" Message-ID: <1650123372.1a89a40746e74a5969e85fd70e9f7be3256f0913.arthurzam@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.1.0.ebuild X-VCS-Directories: dev-python/markdown-it-py/ X-VCS-Committer: arthurzam X-VCS-Committer-Name: Arthur Zamarin X-VCS-Revision: 1a89a40746e74a5969e85fd70e9f7be3256f0913 X-VCS-Branch: master Date: Sat, 16 Apr 2022 15:36:27 +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: 89b367a8-ef5b-4959-9dd3-7a828be94b50 X-Archives-Hash: e361acaa2e5be254c324750b5f0dc79c commit: 1a89a40746e74a5969e85fd70e9f7be3256f0913 Author: Arthur Zamarin gentoo org> AuthorDate: Sat Apr 16 14:23:17 2022 +0000 Commit: Arthur Zamarin gentoo org> CommitDate: Sat Apr 16 15:36:12 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1a89a407 dev-python/markdown-it-py: add 2.1.0 Signed-off-by: Arthur Zamarin gentoo.org> dev-python/markdown-it-py/Manifest | 1 + .../markdown-it-py/markdown-it-py-2.1.0.ebuild | 43 ++++++++++++++++++++++ 2 files changed, 44 insertions(+) diff --git a/dev-python/markdown-it-py/Manifest b/dev-python/markdown-it-py/Manifest index 0a35a924c3b1..c5792b27b36e 100644 --- a/dev-python/markdown-it-py/Manifest +++ b/dev-python/markdown-it-py/Manifest @@ -1 +1,2 @@ DIST markdown-it-py-2.0.1.gh.tar.gz 265850 BLAKE2B fe61608f14b22dffb81bb943df75967300e8366ff1b1c252b35974414efa6b2daac223b09f40ff6d7feab70c5b033b0eee35a4ee5f8523325f12311f4cbeef57 SHA512 fccf00de7e94986a29047da948d6ebb6304ae3645e79bbad480366c3aadbd417b95d96489d167a532eee3c2e17b67e22777224290564c7bcc17d72fec29b08df +DIST markdown-it-py-2.1.0.gh.tar.gz 265858 BLAKE2B 0d1bb789ed9a8d08b16c753f7ecc7cc6a6b1fd59fc39d303a0de15276a0a0f93dc8c8bc952de60450741f26770dd3955ae0e6aaa358bacf1003e5eb9124d3a54 SHA512 04e90538c8693f795aed2ed0a5bef4eaf0c12fac32cc0c2049c563e974b229940b9ceaea849ce86fa9804ccdd7be93145f3b6fc8d0774e96fafa0484368d0a88 diff --git a/dev-python/markdown-it-py/markdown-it-py-2.1.0.ebuild b/dev-python/markdown-it-py/markdown-it-py-2.1.0.ebuild new file mode 100644 index 000000000000..aa68ea704662 --- /dev/null +++ b/dev-python/markdown-it-py/markdown-it-py-2.1.0.ebuild @@ -0,0 +1,43 @@ +# 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=flit +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 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86" + +RDEPEND=" +