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 8D916138335 for ; Tue, 30 Oct 2018 09:33:15 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D967BE08AC; Tue, 30 Oct 2018 09:33:13 +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 A0FC4E08BE for ; Tue, 30 Oct 2018 09:33:13 +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 90DD8335CD2 for ; Tue, 30 Oct 2018 09:33:11 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 89966451 for ; Tue, 30 Oct 2018 09:33:09 +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: <1540890455.bfd0962ecce9e67e2b0877518be34dbd73e6c67b.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/metadata.xml dev-python/python-markdown-math/python-markdown-math-0.6.ebuild X-VCS-Directories: dev-python/python-markdown-math/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: bfd0962ecce9e67e2b0877518be34dbd73e6c67b X-VCS-Branch: master Date: Tue, 30 Oct 2018 09:33:09 +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-Archives-Salt: a94d6c69-0f3f-4a1f-8431-a132adc896db X-Archives-Hash: 699fa936183503f6f3143e5adba72b1d commit: bfd0962ecce9e67e2b0877518be34dbd73e6c67b Author: Nils Freydank posteo de> AuthorDate: Sat Oct 27 17:54:07 2018 +0000 Commit: Michał Górny gentoo org> CommitDate: Tue Oct 30 09:07:35 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bfd0962e dev-python/python-markdown-math: Add new package 0.6 This package is a new dependency of >=retext-7.0.4. Bug: https://bugs.gentoo.org/668428 Signed-off-by: Nils Freydank posteo.de> Package-Manager: Portage-2.3.51, Repoman-2.3.11 Signed-off-by: Michał Górny gentoo.org> dev-python/python-markdown-math/Manifest | 1 + dev-python/python-markdown-math/metadata.xml | 20 +++++++++++++ .../python-markdown-math-0.6.ebuild | 34 ++++++++++++++++++++++ 3 files changed, 55 insertions(+) diff --git a/dev-python/python-markdown-math/Manifest b/dev-python/python-markdown-math/Manifest new file mode 100644 index 00000000000..81437ba1b84 --- /dev/null +++ b/dev-python/python-markdown-math/Manifest @@ -0,0 +1 @@ +DIST python-markdown-math-0.6.tar.gz 6406 BLAKE2B 43172ba4b36b697f196bd569c93d56d1a3a05aaa306b1f149f3b70372e624e35fc0d3f3ea3c58c6b86e00c68408a5ebfe9fcc6562fe5065c7f8a7aa8683ee084 SHA512 af5773dc5b6d8968d811487a86fd027042d381b8b5b37683b519f03f21097bafd3d174881d8201cb6524e0975cd6868781e116cec6406fa20ffd3c6b9f9d4e87 diff --git a/dev-python/python-markdown-math/metadata.xml b/dev-python/python-markdown-math/metadata.xml new file mode 100644 index 00000000000..d1e1d1b6252 --- /dev/null +++ b/dev-python/python-markdown-math/metadata.xml @@ -0,0 +1,20 @@ + + + + + holgersson@posteo.de + Nils Freydank + + + proxy-maint@gentoo.org + Proxy Maintainers + + + python@gentoo.org + Python + + + mitya57/python-markdown-math + python-markdown-math + + diff --git a/dev-python/python-markdown-math/python-markdown-math-0.6.ebuild b/dev-python/python-markdown-math/python-markdown-math-0.6.ebuild new file mode 100644 index 00000000000..2beab8d6d70 --- /dev/null +++ b/dev-python/python-markdown-math/python-markdown-math-0.6.ebuild @@ -0,0 +1,34 @@ +# Copyright 1999-2018 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +PYTHON_COMPAT=( python2_7 python3_{4,5,6,7} pypy pypy3 ) +inherit distutils-r1 + +MY_PN="python-${PN}" + +DESCRIPTION="Math extension for Python-Markdown" +HOMEPAGE="https://github.com/mitya57/python-markdown-math" + +if [[ ${PV} == *9999 ]] + then + inherit git-r3 + EGIT_REPO_URI="https://github.com/mitya57/python-markdown-math.git" + else + SRC_URI="mirror://pypi/${MY_PN:0:1}/${PN}/${P}.tar.gz" + KEYWORDS="~amd64 ~x86" +fi + +LICENSE="BSD" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="test" + +DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]" +RDEPEND="${DEPEND}" +BDEPEND="" + +python_test(){ + esetup.py test +}