[gentoo-commits] repo/proj/guru:master commit in: dev-python/sphinxcontrib-katex/

2024-04-18 Thread Julien Roy
commit: 59395c366b0ee38dc9f96b49ea4c94192bbdd2e1
Author: Sergey Torokhov  yandex  ru>
AuthorDate: Thu Apr 18 19:34:56 2024 +
Commit: Julien Roy  jroy  ca>
CommitDate: Thu Apr 18 19:45:06 2024 +
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  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..00
--- 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..00
--- 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..00
--- 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 

[gentoo-commits] repo/proj/guru:master commit in: dev-python/sphinxcontrib-katex/

2023-10-25 Thread Haelwenn Monnier
commit: c6ce3f5bef7e1d037c16cd67be0d17c74186576a
Author: Sergey Torokhov  yandex  ru>
AuthorDate: Sun Oct 22 10:55:45 2023 +
Commit: Haelwenn Monnier  hacktivis  me>
CommitDate: Sun Oct 22 10:55:45 2023 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=c6ce3f5b

dev-python/sphinxcontrib-katex: 0.9.9 verion bump

Signed-off-by: Sergey Torokhov  yandex.ru>

 dev-python/sphinxcontrib-katex/Manifest|  1 +
 .../sphinxcontrib-katex-0.9.9.ebuild   | 34 ++
 2 files changed, 35 insertions(+)

diff --git a/dev-python/sphinxcontrib-katex/Manifest 
b/dev-python/sphinxcontrib-katex/Manifest
index 4b220b6262..9dbf8dcf44 100644
--- a/dev-python/sphinxcontrib-katex/Manifest
+++ b/dev-python/sphinxcontrib-katex/Manifest
@@ -1,3 +1,4 @@
 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.9.ebuild 
b/dev-python/sphinxcontrib-katex/sphinxcontrib-katex-0.9.9.ebuild
new file mode 100644
index 00..254c9bee69
--- /dev/null
+++ b/dev-python/sphinxcontrib-katex/sphinxcontrib-katex-0.9.9.ebuild
@@ -0,0 +1,34 @@
+# 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..12} 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
+}



[gentoo-commits] repo/proj/guru:master commit in: dev-python/sphinxcontrib-katex/

2023-07-21 Thread Haelwenn Monnier
commit: 94a6d1d6e0770531535f29cf8e584240bc9b2930
Author: Anna (cybertailor) Vyalkova  sysrq  in>
AuthorDate: Fri Jul 21 17:59:33 2023 +
Commit: Haelwenn Monnier  hacktivis  me>
CommitDate: Fri Jul 21 17:59:33 2023 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=94a6d1d6

dev-python/sphinxcontrib-katex: unkeyword 0.9.7 for ~x86

Signed-off-by: Anna (cybertailor) Vyalkova  sysrq.in>

 .../sphinxcontrib-katex/sphinxcontrib-katex-0.9.7.ebuild   | 10 --
 1 file changed, 4 insertions(+), 6 deletions(-)

diff --git a/dev-python/sphinxcontrib-katex/sphinxcontrib-katex-0.9.7.ebuild 
b/dev-python/sphinxcontrib-katex/sphinxcontrib-katex-0.9.7.ebuild
index 8d103276c..a108e1a6f 100644
--- a/dev-python/sphinxcontrib-katex/sphinxcontrib-katex-0.9.7.ebuild
+++ b/dev-python/sphinxcontrib-katex/sphinxcontrib-katex-0.9.7.ebuild
@@ -14,16 +14,14 @@ HOMEPAGE="https://github.com/hagenw/sphinxcontrib-katex;
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="~amd64"
 
-RDEPEND="
-   >=dev-python/sphinx-4.5.0-r1[${PYTHON_USEDEP}]
-   doc? ( dev-python/insipid-sphinx-theme )
-"
+RDEPEND=">=dev-python/sphinx-4.5.0-r1[${PYTHON_USEDEP}]"
 
 DOCS=()
 
-distutils_enable_sphinx docs
+distutils_enable_sphinx docs \
+   dev-python/insipid-sphinx-theme
 
 src_prepare() {
default



[gentoo-commits] repo/proj/guru:master commit in: dev-python/sphinxcontrib-katex/

2023-07-21 Thread Haelwenn Monnier
commit: a449696f86e79f047856ee0750fd5d7ccf9a757e
Author: Sergey Torokhov  yandex  ru>
AuthorDate: Fri Jul 21 17:05:18 2023 +
Commit: Haelwenn Monnier  hacktivis  me>
CommitDate: Fri Jul 21 17:05:18 2023 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=a449696f

dev-python/sphinxcontrib-katex: 0.9.7 version bump

Signed-off-by: Sergey Torokhov  yandex.ru>

 dev-python/sphinxcontrib-katex/Manifest|  1 +
 .../sphinxcontrib-katex-0.9.7.ebuild   | 36 ++
 2 files changed, 37 insertions(+)

diff --git a/dev-python/sphinxcontrib-katex/Manifest 
b/dev-python/sphinxcontrib-katex/Manifest
index ab0efc818..4b220b626 100644
--- a/dev-python/sphinxcontrib-katex/Manifest
+++ b/dev-python/sphinxcontrib-katex/Manifest
@@ -1,2 +1,3 @@
 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

diff --git a/dev-python/sphinxcontrib-katex/sphinxcontrib-katex-0.9.7.ebuild 
b/dev-python/sphinxcontrib-katex/sphinxcontrib-katex-0.9.7.ebuild
new file mode 100644
index 0..8d103276c
--- /dev/null
+++ b/dev-python/sphinxcontrib-katex/sphinxcontrib-katex-0.9.7.ebuild
@@ -0,0 +1,36 @@
+# 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}]
+   doc? ( dev-python/insipid-sphinx-theme )
+"
+
+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
+}



[gentoo-commits] repo/proj/guru:master commit in: dev-python/sphinxcontrib-katex/

2023-07-03 Thread Viorel Munteanu
commit: 6f536d6f479ea28177c3213a073bc5b43f9442a5
Author: Anna (cybertailor) Vyalkova  sysrq  in>
AuthorDate: Sun Jul  2 17:20:47 2023 +
Commit: Viorel Munteanu  gentoo  org>
CommitDate: Sun Jul  2 17:20:47 2023 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=6f536d6f

dev-python/sphinxcontrib-katex: unkeyword 0.9.6 for ~x86

Signed-off-by: Anna (cybertailor) Vyalkova  sysrq.in>

 .../sphinxcontrib-katex/sphinxcontrib-katex-0.9.6.ebuild   | 10 --
 1 file changed, 4 insertions(+), 6 deletions(-)

diff --git a/dev-python/sphinxcontrib-katex/sphinxcontrib-katex-0.9.6.ebuild 
b/dev-python/sphinxcontrib-katex/sphinxcontrib-katex-0.9.6.ebuild
index 8d103276c..91f6f0b80 100644
--- a/dev-python/sphinxcontrib-katex/sphinxcontrib-katex-0.9.6.ebuild
+++ b/dev-python/sphinxcontrib-katex/sphinxcontrib-katex-0.9.6.ebuild
@@ -14,20 +14,18 @@ HOMEPAGE="https://github.com/hagenw/sphinxcontrib-katex;
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="~amd64"
 
 RDEPEND="
>=dev-python/sphinx-4.5.0-r1[${PYTHON_USEDEP}]
-   doc? ( dev-python/insipid-sphinx-theme )
 "
 
-DOCS=()
-
-distutils_enable_sphinx docs
+distutils_enable_sphinx docs \
+   dev-python/insipid-sphinx-theme
 
 src_prepare() {
-   default
sed -i -e 's/license_file/license_files/' setup.cfg || die
+   distutils-r1_src_prepare
 }
 
 python_install_all() {



[gentoo-commits] repo/proj/guru:master commit in: dev-python/sphinxcontrib-katex/

2023-06-15 Thread Florian Schmaus
commit: f87f13284223b998bf8d343b9d7f6981022959bf
Author: Sergey Torokhov  yandex  ru>
AuthorDate: Tue Jun 13 19:12:35 2023 +
Commit: Florian Schmaus  gentoo  org>
CommitDate: Tue Jun 13 19:12:35 2023 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=f87f1328

dev-pyhton/sphinxcontrib-katex: 0.9.6 version bump

Signed-off-by: Sergey Torokhov  yandex.ru>

 dev-python/sphinxcontrib-katex/Manifest|  1 +
 .../sphinxcontrib-katex-0.9.6.ebuild   | 36 ++
 2 files changed, 37 insertions(+)

diff --git a/dev-python/sphinxcontrib-katex/Manifest 
b/dev-python/sphinxcontrib-katex/Manifest
index 216099958..ab0efc818 100644
--- a/dev-python/sphinxcontrib-katex/Manifest
+++ b/dev-python/sphinxcontrib-katex/Manifest
@@ -1 +1,2 @@
 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

diff --git a/dev-python/sphinxcontrib-katex/sphinxcontrib-katex-0.9.6.ebuild 
b/dev-python/sphinxcontrib-katex/sphinxcontrib-katex-0.9.6.ebuild
new file mode 100644
index 0..8d103276c
--- /dev/null
+++ b/dev-python/sphinxcontrib-katex/sphinxcontrib-katex-0.9.6.ebuild
@@ -0,0 +1,36 @@
+# 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}]
+   doc? ( dev-python/insipid-sphinx-theme )
+"
+
+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
+}



[gentoo-commits] repo/proj/guru:master commit in: dev-python/sphinxcontrib-katex/

2022-12-05 Thread Viorel Munteanu
commit: 9007622ba3dd727a57275d49b076f8ba9f9a1640
Author: Sergey Torokhov  yandex  ru>
AuthorDate: Sat Dec  3 16:01:18 2022 +
Commit: Viorel Munteanu  gentoo  org>
CommitDate: Sat Dec  3 16:01:18 2022 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=9007622b

dev-python/sphinxcontrib-katex: 0.9.3 version bump

Signed-off-by: Sergey Torokhov  yandex.ru>

 dev-python/sphinxcontrib-katex/Manifest|  1 +
 .../sphinxcontrib-katex-0.9.3.ebuild   | 26 ++
 2 files changed, 27 insertions(+)

diff --git a/dev-python/sphinxcontrib-katex/Manifest 
b/dev-python/sphinxcontrib-katex/Manifest
index 249e3e723..3bdb4651f 100644
--- a/dev-python/sphinxcontrib-katex/Manifest
+++ b/dev-python/sphinxcontrib-katex/Manifest
@@ -1,2 +1,3 @@
 DIST sphinxcontrib-katex-0.8.6.tar.gz 17410 BLAKE2B 
8e4c72dd40ef6e8f6110a54183c098a67ee08cb043e031437dfe9210376e388e8695ff8766a3b5cac62edafa5138798b09353cf9faa94bab2df5b033b11fefbd
 SHA512 
d7285a8397fb88e5f964096e5108c61e1b97fe0b7b98628459eb0562bb526275a1d3562dbf03c4daeedfe4f34e770db4e3e5620c8279d3b5d8d42371787ce38b
 DIST sphinxcontrib-katex-0.9.0.tar.gz 97046 BLAKE2B 
d51af6eb2995a3b4a0bb8aea6f16ca68f836b81c0dd2b774ca7ac4fe7f21a908ee64ba9d808e64d2211d347db78e8d1309f66f8705b0ce6a1313232720813e46
 SHA512 
a8f9fb017a347b1593dfbbdf4b6b4c1619462c6d60403bfc338e8a879f1c74c3b09f797826b9aa74c4f2fd851ab3b5fe957b0f55c2765026783aae5fdd75d4a4
+DIST sphinxcontrib-katex-0.9.3.tar.gz 98540 BLAKE2B 
d10e2d00afc178295e1739336b9c8158fb9916c5750e3410e0f23c14cfbb89a3e7c72ea6927712931e21db611137f182a6e87888fbd8279261baf9daabf815c1
 SHA512 
4d68259dcc00d8f9148b5d8a2ce6a401619d016e2a2fa40c140fd6a2623ac03e0b59cd8c7f263625c3228bdb6e2e5d9b0a7710ff746a70843ba5eba9d9ffda35

diff --git a/dev-python/sphinxcontrib-katex/sphinxcontrib-katex-0.9.3.ebuild 
b/dev-python/sphinxcontrib-katex/sphinxcontrib-katex-0.9.3.ebuild
new file mode 100644
index 0..a8038a462
--- /dev/null
+++ b/dev-python/sphinxcontrib-katex/sphinxcontrib-katex-0.9.3.ebuild
@@ -0,0 +1,26 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+PYTHON_COMPAT=( python3_{8..11} 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"
+
+RDEPEND=">=dev-python/sphinx-4.5.0-r1[${PYTHON_USEDEP}]"
+
+DOCS=()
+
+distutils_enable_sphinx docs
+
+python_install_all() {
+   distutils-r1_python_install_all
+   find "${ED}" -name '*.pth' -delete || die
+}



[gentoo-commits] repo/proj/guru:master commit in: dev-python/sphinxcontrib-katex/

2022-09-05 Thread Ronny Gutbrod
commit: 65e6e73305a55fe9485ba5bfed76f2e450d34033
Author: Sergey Torokhov  yandex  ru>
AuthorDate: Fri Sep  2 14:35:24 2022 +
Commit: Ronny Gutbrod  tastytea  de>
CommitDate: Fri Sep  2 14:35:24 2022 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=65e6e733

dev-python/sphinxcontrib-katex: 0.9.0 version bump

Signed-off-by: Sergey Torokhov  yandex.ru>

 dev-python/sphinxcontrib-katex/Manifest|  1 +
 .../sphinxcontrib-katex-0.9.0.ebuild   | 26 ++
 2 files changed, 27 insertions(+)

diff --git a/dev-python/sphinxcontrib-katex/Manifest 
b/dev-python/sphinxcontrib-katex/Manifest
index c5713e14f..249e3e723 100644
--- a/dev-python/sphinxcontrib-katex/Manifest
+++ b/dev-python/sphinxcontrib-katex/Manifest
@@ -1 +1,2 @@
 DIST sphinxcontrib-katex-0.8.6.tar.gz 17410 BLAKE2B 
8e4c72dd40ef6e8f6110a54183c098a67ee08cb043e031437dfe9210376e388e8695ff8766a3b5cac62edafa5138798b09353cf9faa94bab2df5b033b11fefbd
 SHA512 
d7285a8397fb88e5f964096e5108c61e1b97fe0b7b98628459eb0562bb526275a1d3562dbf03c4daeedfe4f34e770db4e3e5620c8279d3b5d8d42371787ce38b
+DIST sphinxcontrib-katex-0.9.0.tar.gz 97046 BLAKE2B 
d51af6eb2995a3b4a0bb8aea6f16ca68f836b81c0dd2b774ca7ac4fe7f21a908ee64ba9d808e64d2211d347db78e8d1309f66f8705b0ce6a1313232720813e46
 SHA512 
a8f9fb017a347b1593dfbbdf4b6b4c1619462c6d60403bfc338e8a879f1c74c3b09f797826b9aa74c4f2fd851ab3b5fe957b0f55c2765026783aae5fdd75d4a4

diff --git a/dev-python/sphinxcontrib-katex/sphinxcontrib-katex-0.9.0.ebuild 
b/dev-python/sphinxcontrib-katex/sphinxcontrib-katex-0.9.0.ebuild
new file mode 100644
index 0..a8038a462
--- /dev/null
+++ b/dev-python/sphinxcontrib-katex/sphinxcontrib-katex-0.9.0.ebuild
@@ -0,0 +1,26 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+PYTHON_COMPAT=( python3_{8..11} 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"
+
+RDEPEND=">=dev-python/sphinx-4.5.0-r1[${PYTHON_USEDEP}]"
+
+DOCS=()
+
+distutils_enable_sphinx docs
+
+python_install_all() {
+   distutils-r1_python_install_all
+   find "${ED}" -name '*.pth' -delete || die
+}



[gentoo-commits] repo/proj/guru:master commit in: dev-python/sphinxcontrib-katex/

2021-07-19 Thread Andrew Ammerlaan
commit: 0da16c4621166615955ad5ef3a3a48a940ba6064
Author: Sergey Torokhov  yandex  ru>
AuthorDate: Sun Jul 18 12:15:34 2021 +
Commit: Andrew Ammerlaan  gentoo  org>
CommitDate: Sun Jul 18 12:15:34 2021 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=0da16c46

dev-python/sphinxcontrib-katex: drop old 0.7.1

Signed-off-by: Sergey Torokhov  yandex.ru>

 dev-python/sphinxcontrib-katex/Manifest|  1 -
 .../sphinxcontrib-katex-0.7.1.ebuild   | 26 --
 2 files changed, 27 deletions(-)

diff --git a/dev-python/sphinxcontrib-katex/Manifest 
b/dev-python/sphinxcontrib-katex/Manifest
index 4204c189a..c5713e14f 100644
--- a/dev-python/sphinxcontrib-katex/Manifest
+++ b/dev-python/sphinxcontrib-katex/Manifest
@@ -1,2 +1 @@
-DIST sphinxcontrib-katex-0.7.1.tar.gz 13171 BLAKE2B 
f6febea4b6543309f1af38efdedadbe388bf94b890b92a9fbe069b8a2dcccb5790dafcd4c7eb1afeef5fa5701886320d73e568c7edb248683c55580a7940c208
 SHA512 
f995f962d3fe18be8acbd57d1de8079471240d513b4dfb068b7701d2a14dd93c0547056118261046ddde2fafdfd4d07c75c75b1c2f5b7fe1adcbea17db8ab65a
 DIST sphinxcontrib-katex-0.8.6.tar.gz 17410 BLAKE2B 
8e4c72dd40ef6e8f6110a54183c098a67ee08cb043e031437dfe9210376e388e8695ff8766a3b5cac62edafa5138798b09353cf9faa94bab2df5b033b11fefbd
 SHA512 
d7285a8397fb88e5f964096e5108c61e1b97fe0b7b98628459eb0562bb526275a1d3562dbf03c4daeedfe4f34e770db4e3e5620c8279d3b5d8d42371787ce38b

diff --git a/dev-python/sphinxcontrib-katex/sphinxcontrib-katex-0.7.1.ebuild 
b/dev-python/sphinxcontrib-katex/sphinxcontrib-katex-0.7.1.ebuild
deleted file mode 100644
index 5fc27017e..0
--- a/dev-python/sphinxcontrib-katex/sphinxcontrib-katex-0.7.1.ebuild
+++ /dev/null
@@ -1,26 +0,0 @@
-# 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="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"
-
-RDEPEND=">=dev-python/sphinx-2.4.4[${PYTHON_USEDEP}]"
-
-DOCS=()
-
-distutils_enable_sphinx docs
-
-python_install_all() {
-   distutils-r1_python_install_all
-   find "${ED}" -name '*.pth' -delete || die
-}



[gentoo-commits] repo/proj/guru:master commit in: dev-python/sphinxcontrib-katex/

2021-07-19 Thread Andrew Ammerlaan
commit: 024a6efba943388da0ba432de8f24024b93900f1
Author: Sergey Torokhov  yandex  ru>
AuthorDate: Sun Jul 18 12:14:18 2021 +
Commit: Andrew Ammerlaan  gentoo  org>
CommitDate: Sun Jul 18 12:14:18 2021 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=024a6efb

dev-python/sphinxcontrib-katex: 0.8.6 version bump

Signed-off-by: Sergey Torokhov  yandex.ru>

 dev-python/sphinxcontrib-katex/Manifest|  1 +
 .../sphinxcontrib-katex-0.8.6.ebuild   | 26 ++
 2 files changed, 27 insertions(+)

diff --git a/dev-python/sphinxcontrib-katex/Manifest 
b/dev-python/sphinxcontrib-katex/Manifest
index a3d8e32c5..4204c189a 100644
--- a/dev-python/sphinxcontrib-katex/Manifest
+++ b/dev-python/sphinxcontrib-katex/Manifest
@@ -1 +1,2 @@
 DIST sphinxcontrib-katex-0.7.1.tar.gz 13171 BLAKE2B 
f6febea4b6543309f1af38efdedadbe388bf94b890b92a9fbe069b8a2dcccb5790dafcd4c7eb1afeef5fa5701886320d73e568c7edb248683c55580a7940c208
 SHA512 
f995f962d3fe18be8acbd57d1de8079471240d513b4dfb068b7701d2a14dd93c0547056118261046ddde2fafdfd4d07c75c75b1c2f5b7fe1adcbea17db8ab65a
+DIST sphinxcontrib-katex-0.8.6.tar.gz 17410 BLAKE2B 
8e4c72dd40ef6e8f6110a54183c098a67ee08cb043e031437dfe9210376e388e8695ff8766a3b5cac62edafa5138798b09353cf9faa94bab2df5b033b11fefbd
 SHA512 
d7285a8397fb88e5f964096e5108c61e1b97fe0b7b98628459eb0562bb526275a1d3562dbf03c4daeedfe4f34e770db4e3e5620c8279d3b5d8d42371787ce38b

diff --git a/dev-python/sphinxcontrib-katex/sphinxcontrib-katex-0.8.6.ebuild 
b/dev-python/sphinxcontrib-katex/sphinxcontrib-katex-0.8.6.ebuild
new file mode 100644
index 0..db8061ad1
--- /dev/null
+++ b/dev-python/sphinxcontrib-katex/sphinxcontrib-katex-0.8.6.ebuild
@@ -0,0 +1,26 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+PYTHON_COMPAT=( python3_{8..10} 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"
+
+RDEPEND=">=dev-python/sphinx-3.5.4[${PYTHON_USEDEP}]"
+
+DOCS=()
+
+distutils_enable_sphinx docs
+
+python_install_all() {
+   distutils-r1_python_install_all
+   find "${ED}" -name '*.pth' -delete || die
+}



[gentoo-commits] repo/proj/guru:master commit in: dev-python/sphinxcontrib-katex/

2021-03-13 Thread Andrew Ammerlaan
commit: 6bae2e51500b775d8f80865d32c5c9b1b2c1ba5d
Author: Sergey Torokhov  yandex  ru>
AuthorDate: Fri Mar 12 20:41:49 2021 +
Commit: Andrew Ammerlaan  riseup  net>
CommitDate: Fri Mar 12 20:42:30 2021 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=6bae2e51

dev-python/sphinxcontrib-katex: 0.6.1 drop old

Signed-off-by: Sergey Torokhov  yandex.ru>

 dev-python/sphinxcontrib-katex/Manifest|  1 -
 .../sphinxcontrib-katex-0.6.1.ebuild   | 26 --
 2 files changed, 27 deletions(-)

diff --git a/dev-python/sphinxcontrib-katex/Manifest 
b/dev-python/sphinxcontrib-katex/Manifest
index 9d090325..a3d8e32c 100644
--- a/dev-python/sphinxcontrib-katex/Manifest
+++ b/dev-python/sphinxcontrib-katex/Manifest
@@ -1,2 +1 @@
-DIST sphinxcontrib-katex-0.6.1.tar.gz 12948 BLAKE2B 
8de0eb26025b89006f5db0dcae0d878dd90f0298bc35d72dc2b97741bb85f858d4988e9f094be3769eed7af45f39891ae693cb997879543851077b5c39609a8c
 SHA512 
c50d895b7e0262a8beb04dabfa13d104c896a0be135be551bd90c2bcf1662895ae50adab7cf11b259f6264a265421af9ba4ad1d896f1ef58c6c8fd109b570d2b
 DIST sphinxcontrib-katex-0.7.1.tar.gz 13171 BLAKE2B 
f6febea4b6543309f1af38efdedadbe388bf94b890b92a9fbe069b8a2dcccb5790dafcd4c7eb1afeef5fa5701886320d73e568c7edb248683c55580a7940c208
 SHA512 
f995f962d3fe18be8acbd57d1de8079471240d513b4dfb068b7701d2a14dd93c0547056118261046ddde2fafdfd4d07c75c75b1c2f5b7fe1adcbea17db8ab65a

diff --git a/dev-python/sphinxcontrib-katex/sphinxcontrib-katex-0.6.1.ebuild 
b/dev-python/sphinxcontrib-katex/sphinxcontrib-katex-0.6.1.ebuild
deleted file mode 100644
index 47bef071..
--- a/dev-python/sphinxcontrib-katex/sphinxcontrib-katex-0.6.1.ebuild
+++ /dev/null
@@ -1,26 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-PYTHON_COMPAT=( python3_{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"
-
-RDEPEND=">=dev-python/sphinx-1.7.5[${PYTHON_USEDEP}]"
-
-DOCS=()
-
-distutils_enable_sphinx docs
-
-python_install_all() {
-   distutils-r1_python_install_all
-   find "${ED}" -name '*.pth' -delete || die
-}



[gentoo-commits] repo/proj/guru:master commit in: dev-python/sphinxcontrib-katex/

2021-03-13 Thread Andrew Ammerlaan
commit: c7a74604e984174e3f1e164dce9d4daf09a70f9f
Author: Sergey Torokhov  yandex  ru>
AuthorDate: Fri Mar 12 20:40:44 2021 +
Commit: Andrew Ammerlaan  riseup  net>
CommitDate: Fri Mar 12 20:42:30 2021 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=c7a74604

dev-python/sphinxcontrib-katex: 0.7.1 add PYTHON_COMPAT python3_9

Signed-off-by: Sergey Torokhov  yandex.ru>

 dev-python/sphinxcontrib-katex/sphinxcontrib-katex-0.7.1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-python/sphinxcontrib-katex/sphinxcontrib-katex-0.7.1.ebuild 
b/dev-python/sphinxcontrib-katex/sphinxcontrib-katex-0.7.1.ebuild
index e90872e8..5fc27017 100644
--- a/dev-python/sphinxcontrib-katex/sphinxcontrib-katex-0.7.1.ebuild
+++ b/dev-python/sphinxcontrib-katex/sphinxcontrib-katex-0.7.1.ebuild
@@ -1,8 +1,8 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
-PYTHON_COMPAT=( python3_{7,8} pypy3 )
+PYTHON_COMPAT=( python3_{7..9} pypy3 )
 
 inherit distutils-r1
 



[gentoo-commits] repo/proj/guru:master commit in: dev-python/sphinxcontrib-katex/

2020-11-10 Thread Andrew Ammerlaan
commit: d08d755e9cdfa258e043edf931796b0736706ca2
Author: Sergey Torokhov  yandex  ru>
AuthorDate: Mon Nov  9 22:27:01 2020 +
Commit: Andrew Ammerlaan  riseup  net>
CommitDate: Mon Nov  9 22:27:01 2020 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=d08d755e

dev-python/sphinxcontrib-katex: 0.6.1 add missed python3.6 target

Signed-off-by: Sergey Torokhov  yandex.ru>

 dev-python/sphinxcontrib-katex/sphinxcontrib-katex-0.6.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/sphinxcontrib-katex/sphinxcontrib-katex-0.6.1.ebuild 
b/dev-python/sphinxcontrib-katex/sphinxcontrib-katex-0.6.1.ebuild
index 47bef071..a2a70c25 100644
--- a/dev-python/sphinxcontrib-katex/sphinxcontrib-katex-0.6.1.ebuild
+++ b/dev-python/sphinxcontrib-katex/sphinxcontrib-katex-0.6.1.ebuild
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
-PYTHON_COMPAT=( python3_{7,8} pypy3 )
+PYTHON_COMPAT=( python3_{6,7,8} pypy3 )
 
 inherit distutils-r1
 



[gentoo-commits] repo/proj/guru:master commit in: dev-python/sphinxcontrib-katex/

2020-11-10 Thread Andrew Ammerlaan
commit: 834d03e0682153b3d1335898a84cc843d25a1dd3
Author: Sergey Torokhov  yandex  ru>
AuthorDate: Mon Nov  9 22:30:26 2020 +
Commit: Andrew Ammerlaan  riseup  net>
CommitDate: Mon Nov  9 22:30:26 2020 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=834d03e0

dev-python/sphinxcontrib-katex: 0.7.1 version bump

Signed-off-by: Sergey Torokhov  yandex.ru>

 dev-python/sphinxcontrib-katex/Manifest|  1 +
 .../sphinxcontrib-katex-0.7.1.ebuild   | 26 ++
 2 files changed, 27 insertions(+)

diff --git a/dev-python/sphinxcontrib-katex/Manifest 
b/dev-python/sphinxcontrib-katex/Manifest
index b7594bd4..9d090325 100644
--- a/dev-python/sphinxcontrib-katex/Manifest
+++ b/dev-python/sphinxcontrib-katex/Manifest
@@ -1 +1,2 @@
 DIST sphinxcontrib-katex-0.6.1.tar.gz 12948 BLAKE2B 
8de0eb26025b89006f5db0dcae0d878dd90f0298bc35d72dc2b97741bb85f858d4988e9f094be3769eed7af45f39891ae693cb997879543851077b5c39609a8c
 SHA512 
c50d895b7e0262a8beb04dabfa13d104c896a0be135be551bd90c2bcf1662895ae50adab7cf11b259f6264a265421af9ba4ad1d896f1ef58c6c8fd109b570d2b
+DIST sphinxcontrib-katex-0.7.1.tar.gz 13171 BLAKE2B 
f6febea4b6543309f1af38efdedadbe388bf94b890b92a9fbe069b8a2dcccb5790dafcd4c7eb1afeef5fa5701886320d73e568c7edb248683c55580a7940c208
 SHA512 
f995f962d3fe18be8acbd57d1de8079471240d513b4dfb068b7701d2a14dd93c0547056118261046ddde2fafdfd4d07c75c75b1c2f5b7fe1adcbea17db8ab65a

diff --git a/dev-python/sphinxcontrib-katex/sphinxcontrib-katex-0.7.1.ebuild 
b/dev-python/sphinxcontrib-katex/sphinxcontrib-katex-0.7.1.ebuild
new file mode 100644
index ..1ea851c6
--- /dev/null
+++ b/dev-python/sphinxcontrib-katex/sphinxcontrib-katex-0.7.1.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"
+
+RDEPEND=">=dev-python/sphinx-2.4.4[${PYTHON_USEDEP}]"
+
+DOCS=()
+
+distutils_enable_sphinx docs
+
+python_install_all() {
+   distutils-r1_python_install_all
+   find "${ED}" -name '*.pth' -delete || die
+}



[gentoo-commits] repo/proj/guru:master commit in: dev-python/sphinxcontrib-katex/

2020-11-10 Thread Andrew Ammerlaan
commit: ee5d996968a114c7ce33e5b4b4124b8ece621964
Author: Sergey Torokhov  yandex  ru>
AuthorDate: Mon Nov  9 22:25:30 2020 +
Commit: Andrew Ammerlaan  riseup  net>
CommitDate: Mon Nov  9 22:25:30 2020 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=ee5d9969

dev-python/sphinxcontrib-katex: drop 0.6.0

Signed-off-by: Sergey Torokhov  yandex.ru>

 dev-python/sphinxcontrib-katex/Manifest|  1 -
 .../sphinxcontrib-katex-0.6.0.ebuild   | 26 --
 2 files changed, 27 deletions(-)

diff --git a/dev-python/sphinxcontrib-katex/Manifest 
b/dev-python/sphinxcontrib-katex/Manifest
index 210e45b6..b7594bd4 100644
--- a/dev-python/sphinxcontrib-katex/Manifest
+++ b/dev-python/sphinxcontrib-katex/Manifest
@@ -1,2 +1 @@
-DIST sphinxcontrib-katex-0.6.0.tar.gz 12854 BLAKE2B 
a21894a347fbb2639d06e0e91b56ce0774894d72eaae039353a6c94d3c01a3a9d4bcda8c09b0ca871bec3c7246fbad536031d5063be95f178f5f1b373a95c0ab
 SHA512 
abe580f45fa366870b2dff37af18fac569f5f23ce0a8c44de9765ad757e2804899f75606f40dc64994714ba12b324a2ed1b17322fbd1870447e225d2c65d86a0
 DIST sphinxcontrib-katex-0.6.1.tar.gz 12948 BLAKE2B 
8de0eb26025b89006f5db0dcae0d878dd90f0298bc35d72dc2b97741bb85f858d4988e9f094be3769eed7af45f39891ae693cb997879543851077b5c39609a8c
 SHA512 
c50d895b7e0262a8beb04dabfa13d104c896a0be135be551bd90c2bcf1662895ae50adab7cf11b259f6264a265421af9ba4ad1d896f1ef58c6c8fd109b570d2b

diff --git a/dev-python/sphinxcontrib-katex/sphinxcontrib-katex-0.6.0.ebuild 
b/dev-python/sphinxcontrib-katex/sphinxcontrib-katex-0.6.0.ebuild
deleted file mode 100644
index 47bef071..
--- a/dev-python/sphinxcontrib-katex/sphinxcontrib-katex-0.6.0.ebuild
+++ /dev/null
@@ -1,26 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-PYTHON_COMPAT=( python3_{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"
-
-RDEPEND=">=dev-python/sphinx-1.7.5[${PYTHON_USEDEP}]"
-
-DOCS=()
-
-distutils_enable_sphinx docs
-
-python_install_all() {
-   distutils-r1_python_install_all
-   find "${ED}" -name '*.pth' -delete || die
-}



[gentoo-commits] repo/proj/guru:master commit in: dev-python/sphinxcontrib-katex/

2020-06-21 Thread Andrew Ammerlaan
commit: e10a97e708c47fe8d6acbede2087df63653d67cb
Author: Sergey Torokhov  yandex  ru>
AuthorDate: Fri Jun 19 20:33:35 2020 +
Commit: Andrew Ammerlaan  riseup  net>
CommitDate: Fri Jun 19 20:33:35 2020 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=e10a97e7

dev-python/sphinxcontrib-katex: 0.6.1 version bump

This update brings only "explicit env to Popen" function.

Signed-off-by: Sergey Torokhov  yandex.ru>

 dev-python/sphinxcontrib-katex/Manifest|  1 +
 .../sphinxcontrib-katex-0.6.1.ebuild   | 26 ++
 2 files changed, 27 insertions(+)

diff --git a/dev-python/sphinxcontrib-katex/Manifest 
b/dev-python/sphinxcontrib-katex/Manifest
index 0d389f8..210e45b 100644
--- a/dev-python/sphinxcontrib-katex/Manifest
+++ b/dev-python/sphinxcontrib-katex/Manifest
@@ -1 +1,2 @@
 DIST sphinxcontrib-katex-0.6.0.tar.gz 12854 BLAKE2B 
a21894a347fbb2639d06e0e91b56ce0774894d72eaae039353a6c94d3c01a3a9d4bcda8c09b0ca871bec3c7246fbad536031d5063be95f178f5f1b373a95c0ab
 SHA512 
abe580f45fa366870b2dff37af18fac569f5f23ce0a8c44de9765ad757e2804899f75606f40dc64994714ba12b324a2ed1b17322fbd1870447e225d2c65d86a0
+DIST sphinxcontrib-katex-0.6.1.tar.gz 12948 BLAKE2B 
8de0eb26025b89006f5db0dcae0d878dd90f0298bc35d72dc2b97741bb85f858d4988e9f094be3769eed7af45f39891ae693cb997879543851077b5c39609a8c
 SHA512 
c50d895b7e0262a8beb04dabfa13d104c896a0be135be551bd90c2bcf1662895ae50adab7cf11b259f6264a265421af9ba4ad1d896f1ef58c6c8fd109b570d2b

diff --git a/dev-python/sphinxcontrib-katex/sphinxcontrib-katex-0.6.1.ebuild 
b/dev-python/sphinxcontrib-katex/sphinxcontrib-katex-0.6.1.ebuild
new file mode 100644
index 000..a2a70c2
--- /dev/null
+++ b/dev-python/sphinxcontrib-katex/sphinxcontrib-katex-0.6.1.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"
+
+RDEPEND=">=dev-python/sphinx-1.7.5[${PYTHON_USEDEP}]"
+
+DOCS=()
+
+distutils_enable_sphinx docs
+
+python_install_all() {
+   distutils-r1_python_install_all
+   find "${ED}" -name '*.pth' -delete || die
+}



[gentoo-commits] repo/proj/guru:master commit in: dev-python/sphinxcontrib-katex/

2020-04-09 Thread Andrew Ammerlaan
commit: f3c38cdaea21e9a1aefedd1c82152b17932d3b22
Author: Sergey Torokhov  yandex  ru>
AuthorDate: Thu Apr  9 17:09:52 2020 +
Commit: Andrew Ammerlaan  riseup  net>
CommitDate: Thu Apr  9 17:29:27 2020 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=f3c38cda

dev-python/sphinxcontrib-katex: set DOC=() to prevent installation of README

Set DOC=() to prevent installation of README* as it's presented as
sections of html documentation that is installed with USE="doc"

Signed-off-by: Sergey Torokhov  yandex.ru>

 dev-python/sphinxcontrib-katex/sphinxcontrib-katex-0.6.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/sphinxcontrib-katex/sphinxcontrib-katex-0.6.0.ebuild 
b/dev-python/sphinxcontrib-katex/sphinxcontrib-katex-0.6.0.ebuild
index f355a0b..a2a70c2 100644
--- a/dev-python/sphinxcontrib-katex/sphinxcontrib-katex-0.6.0.ebuild
+++ b/dev-python/sphinxcontrib-katex/sphinxcontrib-katex-0.6.0.ebuild
@@ -16,7 +16,7 @@ KEYWORDS="~amd64 ~x86"
 
 RDEPEND=">=dev-python/sphinx-1.7.5[${PYTHON_USEDEP}]"
 
-DOCS=( "CONTRIBUTING.rst" "README.rst" )
+DOCS=()
 
 distutils_enable_sphinx docs
 



[gentoo-commits] repo/proj/guru:master commit in: dev-python/sphinxcontrib-katex/

2020-04-09 Thread Andrew Ammerlaan
commit: 841368eb7b24118cf7328707d3eef0142a4ad816
Author: Sergey Torokhov  yandex  ru>
AuthorDate: Thu Apr  9 09:53:58 2020 +
Commit: Andrew Ammerlaan  riseup  net>
CommitDate: Thu Apr  9 09:53:58 2020 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=841368eb

dev-python/sphinxcontrib-katex: replace unnecessary PDEPEND with RDEPEND

Signed-off-by: Sergey Torokhov  yandex.ru>

 dev-python/sphinxcontrib-katex/sphinxcontrib-katex-0.6.0.ebuild | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/dev-python/sphinxcontrib-katex/sphinxcontrib-katex-0.6.0.ebuild 
b/dev-python/sphinxcontrib-katex/sphinxcontrib-katex-0.6.0.ebuild
index 1ea60c7..aee195e 100644
--- a/dev-python/sphinxcontrib-katex/sphinxcontrib-katex-0.6.0.ebuild
+++ b/dev-python/sphinxcontrib-katex/sphinxcontrib-katex-0.6.0.ebuild
@@ -14,8 +14,7 @@ LICENSE="MIT"
 SLOT="0"
 KEYWORDS="~amd64 ~x86"
 
-# avoid circular dependency with sphinx
-PDEPEND=">=dev-python/sphinx-1.7.5[${PYTHON_USEDEP}]"
+RDEPEND=">=dev-python/sphinx-1.7.5[${PYTHON_USEDEP}]"
 BDEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
 
 DOCS=( "CONTRIBUTING.rst" "README.rst" )



[gentoo-commits] repo/proj/guru:master commit in: dev-python/sphinxcontrib-katex/

2020-04-08 Thread Haelwenn Monnier
commit: 29a8fba038da22db3b007224bb3e9c3a25a8ca6c
Author: Sergey Torokhov  yandex  ru>
AuthorDate: Wed Apr  8 22:36:58 2020 +
Commit: Haelwenn Monnier  hacktivis  me>
CommitDate: Wed Apr  8 22:36:58 2020 +
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  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 000..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 000..5769a66
--- /dev/null
+++ b/dev-python/sphinxcontrib-katex/metadata.xml
@@ -0,0 +1,19 @@
+
+http://www.gentoo.org/dtd/metadata.dtd;>
+
+
+   torokhov-...@yandex.ru
+   Sergey Torokhov
+
+
+   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.
+
+
+   sphinxcontrib-katex
+   hagenw/sphinxcontrib-katex
+
+

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 000..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
+}