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: Thu, 18 Apr 2024 19:45:17 +0000 (UTC) [thread overview]
Message-ID: <1713469506.59395c366b0ee38dc9f96b49ea4c94192bbdd2e1.SergeyTorokhov@gentoo> (raw)
commit: 59395c366b0ee38dc9f96b49ea4c94192bbdd2e1
Author: Sergey Torokhov <torokhov-s-a <AT> yandex <DOT> ru>
AuthorDate: Thu Apr 18 19:34:56 2024 +0000
Commit: Sergey Torokhov <torokhov-s-a <AT> yandex <DOT> ru>
CommitDate: Thu Apr 18 19:45:06 2024 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=59395c36
dev-python/sphinxcontrib-katex: drop old 0.9.4, 0..9.6, 0.9.7
Signed-off-by: Sergey Torokhov <torokhov-s-a <AT> yandex.ru>
dev-python/sphinxcontrib-katex/Manifest | 3 --
.../sphinxcontrib-katex-0.9.4.ebuild | 33 ---------------------
.../sphinxcontrib-katex-0.9.6.ebuild | 34 ----------------------
.../sphinxcontrib-katex-0.9.7.ebuild | 34 ----------------------
4 files changed, 104 deletions(-)
diff --git a/dev-python/sphinxcontrib-katex/Manifest b/dev-python/sphinxcontrib-katex/Manifest
index 9dbf8dcf44..af6a3a8580 100644
--- a/dev-python/sphinxcontrib-katex/Manifest
+++ b/dev-python/sphinxcontrib-katex/Manifest
@@ -1,4 +1 @@
-DIST sphinxcontrib-katex-0.9.4.tar.gz 98826 BLAKE2B 8d89ba5b5e282d94f57eb976a8779c176e0ae769eb91cc03d5a44461f51f966be8c995dfc2fc7c74d28d52487a76edd8f64879b6045f5c15d4aa97e2c2eb862f SHA512 3fb66ca12a78d1a22dbb029a1c82de57ff0407da1fba8bf49be927b83c618fe7a80ef5560a1639439a6761146bc3073b4a9e52c6869d44d4d1f05cc311780519
-DIST sphinxcontrib-katex-0.9.6.tar.gz 99157 BLAKE2B 72c0be16e2670a7990c8c25b788d2050c516c64c7f288729653ba656a061d8f5152d30c671bd0ed74b3db52c1dd531b341267e3bfca2bb1d9b929238e5ac1679 SHA512 caa1671922a1a677a94687de930d8c7d53b10b2e1e6e8c84e06426ea6a6fee295605b2d99cb3b3d159f016772dae376dd638a507110ebc139387e120f2324e12
-DIST sphinxcontrib-katex-0.9.7.tar.gz 99131 BLAKE2B 79ebc1818bb077894795728af64f9c20a773181d132ff80b60a134160a9e3e46bcf7fd0d989bec32c7e6b9102a9eda72a97b68d293f59258ae5e4f98775b0e56 SHA512 26fffecb967cdf0c658e5c30966cc065b856acd5874f3bed4de021f522f15c021ff94b691cc19b7070c15f7e55f35e2f0fe758356dd1bd8e0620f0f5b3664cdd
DIST sphinxcontrib-katex-0.9.9.tar.gz 99711 BLAKE2B 75d8e4acd26bb8b83693ea42d8bb05997195252ae34f8484484f094b124ea629b48b2c496d3f7b5252171cda125c63aaf3161c457032f91057662a76a1a40f8d SHA512 aaac916193d01b32e3e10636294abb5285b18f922c7e7c190e0e4dc66f477860058981f50f38a9441323e79be32d9b0585c0e99f90f4074b555229cceb0a8b8f
diff --git a/dev-python/sphinxcontrib-katex/sphinxcontrib-katex-0.9.4.ebuild b/dev-python/sphinxcontrib-katex/sphinxcontrib-katex-0.9.4.ebuild
deleted file mode 100644
index b45f856996..0000000000
--- a/dev-python/sphinxcontrib-katex/sphinxcontrib-katex-0.9.4.ebuild
+++ /dev/null
@@ -1,33 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYPI_NO_NORMALIZE=1
-PYTHON_COMPAT=( python3_{10..11} pypy3 )
-
-inherit distutils-r1 pypi
-
-DESCRIPTION="KaTeX Sphinx extension for rendering of math in HTML pages"
-HOMEPAGE="https://github.com/hagenw/sphinxcontrib-katex"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-
-RDEPEND=">=dev-python/sphinx-4.5.0-r1[${PYTHON_USEDEP}]"
-
-DOCS=()
-
-distutils_enable_sphinx docs
-
-src_prepare() {
- default
- sed -i -e 's/license_file/license_files/' setup.cfg || die
-}
-
-python_install_all() {
- distutils-r1_python_install_all
- find "${ED}" -name '*.pth' -delete || die
-}
diff --git a/dev-python/sphinxcontrib-katex/sphinxcontrib-katex-0.9.6.ebuild b/dev-python/sphinxcontrib-katex/sphinxcontrib-katex-0.9.6.ebuild
deleted file mode 100644
index 91f6f0b80e..0000000000
--- a/dev-python/sphinxcontrib-katex/sphinxcontrib-katex-0.9.6.ebuild
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYPI_NO_NORMALIZE=1
-PYTHON_COMPAT=( python3_{10..11} pypy3 )
-
-inherit distutils-r1 pypi
-
-DESCRIPTION="KaTeX Sphinx extension for rendering of math in HTML pages"
-HOMEPAGE="https://github.com/hagenw/sphinxcontrib-katex"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64"
-
-RDEPEND="
- >=dev-python/sphinx-4.5.0-r1[${PYTHON_USEDEP}]
-"
-
-distutils_enable_sphinx docs \
- dev-python/insipid-sphinx-theme
-
-src_prepare() {
- sed -i -e 's/license_file/license_files/' setup.cfg || die
- distutils-r1_src_prepare
-}
-
-python_install_all() {
- distutils-r1_python_install_all
- find "${ED}" -name '*.pth' -delete || die
-}
diff --git a/dev-python/sphinxcontrib-katex/sphinxcontrib-katex-0.9.7.ebuild b/dev-python/sphinxcontrib-katex/sphinxcontrib-katex-0.9.7.ebuild
deleted file mode 100644
index a108e1a6f7..0000000000
--- a/dev-python/sphinxcontrib-katex/sphinxcontrib-katex-0.9.7.ebuild
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYPI_NO_NORMALIZE=1
-PYTHON_COMPAT=( python3_{10..11} pypy3 )
-
-inherit distutils-r1 pypi
-
-DESCRIPTION="KaTeX Sphinx extension for rendering of math in HTML pages"
-HOMEPAGE="https://github.com/hagenw/sphinxcontrib-katex"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64"
-
-RDEPEND=">=dev-python/sphinx-4.5.0-r1[${PYTHON_USEDEP}]"
-
-DOCS=()
-
-distutils_enable_sphinx docs \
- dev-python/insipid-sphinx-theme
-
-src_prepare() {
- default
- sed -i -e 's/license_file/license_files/' setup.cfg || die
-}
-
-python_install_all() {
- distutils-r1_python_install_all
- find "${ED}" -name '*.pth' -delete || die
-}
next reply other threads:[~2024-04-18 19:45 UTC|newest]
Thread overview: 26+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-04-18 19:45 Sergey Torokhov [this message]
-- strict thread matches above, loose matches on Subject: below --
2024-06-22 21:54 [gentoo-commits] repo/proj/guru:dev commit in: dev-python/sphinxcontrib-katex/ Sergey Torokhov
2023-10-22 10:57 Sergey Torokhov
2023-07-21 18:00 Anna Vyalkova
2023-07-21 17:05 Sergey Torokhov
2023-07-02 17:20 Anna Vyalkova
2023-06-13 19:13 Sergey Torokhov
2023-05-03 19:46 Sergey Torokhov
2023-03-17 13:10 Anna Vyalkova
2023-01-18 22:46 Sergey Torokhov
2023-01-18 22:46 Sergey Torokhov
2023-01-18 22:46 Sergey Torokhov
2022-12-03 16:02 Sergey Torokhov
2022-09-02 14:36 Sergey Torokhov
2021-07-18 12:16 Sergey Torokhov
2021-07-18 12:16 Sergey Torokhov
2021-03-12 20:42 Sergey Torokhov
2021-03-12 20:42 Sergey Torokhov
2020-11-09 22:31 Sergey Torokhov
2020-11-09 22:31 Sergey Torokhov
2020-11-09 22:31 Sergey Torokhov
2020-06-19 20:37 Sergey Torokhov
2020-04-09 17:29 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 9:54 Sergey Torokhov
2020-04-08 22:37 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=1713469506.59395c366b0ee38dc9f96b49ea4c94192bbdd2e1.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