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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id C9BE013835A for ; Tue, 9 Mar 2021 08:28:22 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E8856E08F3; Tue, 9 Mar 2021 08:28:21 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id CF1A4E08F3 for ; Tue, 9 Mar 2021 08:28:21 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id BD64A3409A4 for ; Tue, 9 Mar 2021 08:28:20 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5D68058C for ; Tue, 9 Mar 2021 08:28:19 +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: <1615278493.43a24dc594493400c1594f11e1fd0bde539844c1.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/python-markdown-math/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/python-markdown-math/Manifest dev-python/python-markdown-math/python-markdown-math-0.8.ebuild X-VCS-Directories: dev-python/python-markdown-math/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 43a24dc594493400c1594f11e1fd0bde539844c1 X-VCS-Branch: master Date: Tue, 9 Mar 2021 08:28:19 +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: 9df89cf1-f508-4501-9b46-0ee197fdd48d X-Archives-Hash: 4dd28c24ef8329411e7435d2ccb79e44 commit: 43a24dc594493400c1594f11e1fd0bde539844c1 Author: Michał Górny gentoo org> AuthorDate: Tue Mar 9 08:25:29 2021 +0000 Commit: Michał Górny gentoo org> CommitDate: Tue Mar 9 08:28:13 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=43a24dc5 dev-python/python-markdown-math: Bump to 0.8 Closes: https://bugs.gentoo.org/774969 Signed-off-by: Michał Górny gentoo.org> dev-python/python-markdown-math/Manifest | 1 + .../python-markdown-math-0.8.ebuild | 21 +++++++++++++++++++++ 2 files changed, 22 insertions(+) diff --git a/dev-python/python-markdown-math/Manifest b/dev-python/python-markdown-math/Manifest index 1d555cda759..186afaa9fa4 100644 --- a/dev-python/python-markdown-math/Manifest +++ b/dev-python/python-markdown-math/Manifest @@ -1 +1,2 @@ DIST python-markdown-math-0.7.tar.gz 8320 BLAKE2B b402a6c1c3ef93f8716b88c0ba356109e6b483ce26b4a7923c16642a7a7fe69b25ee00e4f537d26b6fa743e81fef05871c447f9e5d3a986ff52bf7095bcdd436 SHA512 05bfff71c758785591c388a95b176205a8707428cbda91734c4f1b5d39cd030d9106782e92aca8f1de18be227b1489ad2cb09981b4455ba1d1177974cd0cbecd +DIST python-markdown-math-0.8.tar.gz 8509 BLAKE2B f91d0dbd6073d724f90a1265a64f2375be51ce25f6bdf808e1176a582c0e98aa59a52d45d67c5e37f674db5b5b7dead572a93950b9143f0950a0ee20b241e4a2 SHA512 d35e0cba68fb4ec099368d0d4865a5ad1baab6fbd23f7457312ab6893c3864287c41c32f560bbd8cddb0afff6522640f9b9144a02774539eba4e1302fac05bcb diff --git a/dev-python/python-markdown-math/python-markdown-math-0.8.ebuild b/dev-python/python-markdown-math/python-markdown-math-0.8.ebuild new file mode 100644 index 00000000000..5da919a7108 --- /dev/null +++ b/dev-python/python-markdown-math/python-markdown-math-0.8.ebuild @@ -0,0 +1,21 @@ +# Copyright 1999-2021 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +PYTHON_COMPAT=( python3_{7..9} pypy3 ) +inherit distutils-r1 + +DESCRIPTION="Math extension for Python-Markdown" +HOMEPAGE="https://github.com/mitya57/python-markdown-math" +SRC_URI="mirror://pypi/${PN::1}/${PN}/${P}.tar.gz" + +LICENSE="BSD" +SLOT="0" +KEYWORDS="~amd64 ~x86" + +RDEPEND=" + >=dev-python/markdown-3.0.1[${PYTHON_USEDEP}] +" + +distutils_enable_tests setup.py