public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Sergey Torokhov" <torokhov-s-a@yandex.ru>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/proj/guru:dev commit in: dev-python/sphinxcontrib-katex/
Date: Wed,  8 Apr 2020 22:37:43 +0000 (UTC)	[thread overview]
Message-ID: <1586385418.29a8fba038da22db3b007224bb3e9c3a25a8ca6c.SergeyTorokhov@gentoo> (raw)

commit:     29a8fba038da22db3b007224bb3e9c3a25a8ca6c
Author:     Sergey Torokhov <torokhov-s-a <AT> yandex <DOT> ru>
AuthorDate: Wed Apr  8 22:36:58 2020 +0000
Commit:     Sergey Torokhov <torokhov-s-a <AT> yandex <DOT> ru>
CommitDate: Wed Apr  8 22:36:58 2020 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=29a8fba0

dev-python/sphinxcontrib-katex: new package

Sphinx extension using KaTeX to render math in HTML.

The extension uses KaTeX for rendering of math in HTML pages.
It is designed as a replacement for the built-in extension sphinx.ext.mathjax,
which uses MathJax for rendering.

Signed-off-by: Sergey Torokhov <torokhov-s-a <AT> yandex.ru>

 dev-python/sphinxcontrib-katex/Manifest            |  1 +
 dev-python/sphinxcontrib-katex/metadata.xml        | 19 ++++++++++++++++
 .../sphinxcontrib-katex-0.6.0.ebuild               | 26 ++++++++++++++++++++++
 3 files changed, 46 insertions(+)

diff --git a/dev-python/sphinxcontrib-katex/Manifest b/dev-python/sphinxcontrib-katex/Manifest
new file mode 100644
index 0000000..0d389f8
--- /dev/null
+++ b/dev-python/sphinxcontrib-katex/Manifest
@@ -0,0 +1 @@
+DIST sphinxcontrib-katex-0.6.0.tar.gz 12854 BLAKE2B a21894a347fbb2639d06e0e91b56ce0774894d72eaae039353a6c94d3c01a3a9d4bcda8c09b0ca871bec3c7246fbad536031d5063be95f178f5f1b373a95c0ab SHA512 abe580f45fa366870b2dff37af18fac569f5f23ce0a8c44de9765ad757e2804899f75606f40dc64994714ba12b324a2ed1b17322fbd1870447e225d2c65d86a0

diff --git a/dev-python/sphinxcontrib-katex/metadata.xml b/dev-python/sphinxcontrib-katex/metadata.xml
new file mode 100644
index 0000000..5769a66
--- /dev/null
+++ b/dev-python/sphinxcontrib-katex/metadata.xml
@@ -0,0 +1,19 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+<maintainer type="person">
+	<email>torokhov-s-a@yandex.ru</email>
+	<name>Sergey Torokhov</name>
+</maintainer>
+<longdescription lang="en">
+	Sphinx extension using KaTeX to render math in HTML.
+
+	The extension uses KaTeX for rendering of math in HTML pages.
+	It is designed as a replacement for the built-in extension
+	sphinx.ext.mathjax, which uses MathJax for rendering.
+</longdescription>
+<upstream>
+	<remote-id type="pypi">sphinxcontrib-katex</remote-id>
+	<remote-id type="github">hagenw/sphinxcontrib-katex</remote-id>
+</upstream>
+</pkgmetadata>

diff --git a/dev-python/sphinxcontrib-katex/sphinxcontrib-katex-0.6.0.ebuild b/dev-python/sphinxcontrib-katex/sphinxcontrib-katex-0.6.0.ebuild
new file mode 100644
index 0000000..1ea60c7
--- /dev/null
+++ b/dev-python/sphinxcontrib-katex/sphinxcontrib-katex-0.6.0.ebuild
@@ -0,0 +1,26 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+PYTHON_COMPAT=( python3_{6,7,8} pypy3 )
+
+inherit distutils-r1
+
+DESCRIPTION="KaTeX Sphinx extension for rendering of math in HTML pages"
+HOMEPAGE="https://github.com/hagenw/sphinxcontrib-katex"
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+# avoid circular dependency with sphinx
+PDEPEND=">=dev-python/sphinx-1.7.5[${PYTHON_USEDEP}]"
+BDEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
+
+DOCS=( "CONTRIBUTING.rst" "README.rst" )
+
+python_install_all() {
+	distutils-r1_python_install_all
+	find "${ED}" -name '*.pth' -delete || die
+}


             reply	other threads:[~2020-04-08 22:37 UTC|newest]

Thread overview: 26+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-04-08 22:37 Sergey Torokhov [this message]
  -- strict thread matches above, loose matches on Subject: below --
2020-04-09  9:54 [gentoo-commits] repo/proj/guru:dev commit in: dev-python/sphinxcontrib-katex/ Sergey Torokhov
2020-04-09 11:58 [gentoo-commits] repo/proj/guru:master " Andrew Ammerlaan
2020-04-09 11:32 ` [gentoo-commits] repo/proj/guru:dev " Andrew Ammerlaan
2020-04-09 17:29 Sergey Torokhov
2020-06-19 20:37 Sergey Torokhov
2020-11-09 22:31 Sergey Torokhov
2020-11-09 22:31 Sergey Torokhov
2020-11-09 22:31 Sergey Torokhov
2021-03-12 20:42 Sergey Torokhov
2021-03-12 20:42 Sergey Torokhov
2021-07-18 12:16 Sergey Torokhov
2021-07-18 12:16 Sergey Torokhov
2022-09-02 14:36 Sergey Torokhov
2022-12-03 16:02 Sergey Torokhov
2023-01-18 22:46 Sergey Torokhov
2023-01-18 22:46 Sergey Torokhov
2023-01-18 22:46 Sergey Torokhov
2023-03-17 13:10 Anna Vyalkova
2023-05-03 19:46 Sergey Torokhov
2023-06-13 19:13 Sergey Torokhov
2023-07-02 17:20 Anna Vyalkova
2023-07-21 17:05 Sergey Torokhov
2023-07-21 18:00 Anna Vyalkova
2023-10-22 10:57 Sergey Torokhov
2024-04-18 19:45 Sergey Torokhov
2024-06-22 21:54 Sergey Torokhov

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1586385418.29a8fba038da22db3b007224bb3e9c3a25a8ca6c.SergeyTorokhov@gentoo \
    --to=torokhov-s-a@yandex.ru \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox