public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Michał Górny" <mgorny@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/sphinx_rtd_theme/
Date: Sat, 10 Dec 2022 08:57:54 +0000 (UTC)	[thread overview]
Message-ID: <1670662671.cd89ffe82199e3c33eb9b33c272ad2b1556adefd.mgorny@gentoo> (raw)

commit:     cd89ffe82199e3c33eb9b33c272ad2b1556adefd
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sat Dec 10 08:56:28 2022 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sat Dec 10 08:57:51 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cd89ffe8

dev-python/sphinx_rtd_theme: Remove old

Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 dev-python/sphinx_rtd_theme/Manifest               |  2 -
 .../sphinx_rtd_theme-1.0.0-r1.ebuild               | 43 ----------------------
 .../sphinx_rtd_theme/sphinx_rtd_theme-1.1.0.ebuild | 43 ----------------------
 3 files changed, 88 deletions(-)

diff --git a/dev-python/sphinx_rtd_theme/Manifest b/dev-python/sphinx_rtd_theme/Manifest
index 71d04ba1a0db..ec95e9b569cb 100644
--- a/dev-python/sphinx_rtd_theme/Manifest
+++ b/dev-python/sphinx_rtd_theme/Manifest
@@ -1,3 +1 @@
-DIST sphinx_rtd_theme-1.0.0.tar.gz 2780623 BLAKE2B 02e72ddade0632423d21e512ab86fbdcc9f18eddbef328ba766f1b06a49c838808af4ee000e57c8f0f40112569b35c1b62c9c0c8853c237fd2ddb6de76d48a21 SHA512 06025445e1358c994bf0c15a382ec8f8f3f2114dfac19f340585a3660d91a279100c2d16ef665d9eb8d38b0e4ed264e96d3ac6814dd01b9430d2f8a0d8275178
-DIST sphinx_rtd_theme-1.1.0.tar.gz 2782178 BLAKE2B d121a9eb2514c5f23260bdb97e360d7a611b895a35155592671fab557995904d6ba2db8fdc83cec390acbf800442289138995f680655cc7a1d9ff9edfcaf557c SHA512 49a87d97a0d4edd8e5e1244fb02dcf37d06e4d64a97b939678ba006b1159b06f173d18a7f5b5eaefade8818a5bee1bb9455131bfd0ec54d42063295595d45b14
 DIST sphinx_rtd_theme-1.1.1.tar.gz 2783043 BLAKE2B c132cc4bba5459ca29740222cc917aac0fa5afb26748b1bd3d457ed0a02e63cd973deecd9a3d509187f54ae85798cb63fdfaa293615eae278228753808fd8c50 SHA512 c3e6e3a9d25b9c48a9830e696ca5c8f0c185a0328c76032cbe6dcfb93cda7ad9a724ec4e0e2a99079db28f35aa61ef2f569b87ce98a01c47a9701a6070bc395e

diff --git a/dev-python/sphinx_rtd_theme/sphinx_rtd_theme-1.0.0-r1.ebuild b/dev-python/sphinx_rtd_theme/sphinx_rtd_theme-1.0.0-r1.ebuild
deleted file mode 100644
index e80638521850..000000000000
--- a/dev-python/sphinx_rtd_theme/sphinx_rtd_theme-1.0.0-r1.ebuild
+++ /dev/null
@@ -1,43 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{8..11} pypy3 )
-
-inherit distutils-r1
-
-DESCRIPTION="ReadTheDocs.org theme for Sphinx"
-HOMEPAGE="
-	https://github.com/readthedocs/sphinx_rtd_theme/
-	https://pypi.org/project/sphinx-rtd-theme/
-"
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~x64-macos"
-IUSE=""
-
-RDEPEND="
-	dev-python/docutils[${PYTHON_USEDEP}]
-	>=dev-python/sphinx-1.6[${PYTHON_USEDEP}]
-"
-BDEPEND="
-	test? (
-		dev-python/readthedocs-sphinx-ext[${PYTHON_USEDEP}]
-	)
-"
-
-distutils_enable_tests pytest
-
-src_prepare() {
-	# unpin docutils
-	sed -i -e '/docutils/s:<0.18::' setup.py || die
-	distutils-r1_src_prepare
-
-	# CI=1 disables rebuilding webpack that requires npm use
-	# yes, that surely makes sense
-	export CI=1
-}

diff --git a/dev-python/sphinx_rtd_theme/sphinx_rtd_theme-1.1.0.ebuild b/dev-python/sphinx_rtd_theme/sphinx_rtd_theme-1.1.0.ebuild
deleted file mode 100644
index 849354151794..000000000000
--- a/dev-python/sphinx_rtd_theme/sphinx_rtd_theme-1.1.0.ebuild
+++ /dev/null
@@ -1,43 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{8..11} pypy3 )
-
-inherit distutils-r1
-
-DESCRIPTION="ReadTheDocs.org theme for Sphinx"
-HOMEPAGE="
-	https://github.com/readthedocs/sphinx_rtd_theme/
-	https://pypi.org/project/sphinx-rtd-theme/
-"
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~x64-macos"
-IUSE=""
-
-RDEPEND="
-	dev-python/docutils[${PYTHON_USEDEP}]
-	>=dev-python/sphinx-1.6[${PYTHON_USEDEP}]
-"
-BDEPEND="
-	test? (
-		dev-python/readthedocs-sphinx-ext[${PYTHON_USEDEP}]
-	)
-"
-
-distutils_enable_tests pytest
-
-src_prepare() {
-	# unpin docutils
-	sed -i -e '/docutils/s:<0.18::' setup.cfg || die
-	distutils-r1_src_prepare
-
-	# CI=1 disables rebuilding webpack that requires npm use
-	# yes, that surely makes sense
-	export CI=1
-}


             reply	other threads:[~2022-12-10  8:57 UTC|newest]

Thread overview: 84+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-12-10  8:57 Michał Górny [this message]
  -- strict thread matches above, loose matches on Subject: below --
2023-02-14  5:22 [gentoo-commits] repo/gentoo:master commit in: dev-python/sphinx_rtd_theme/ Michał Górny
2023-02-13  3:02 Matt Turner
2023-02-12  9:00 Yixun Lan
2023-02-12  6:42 Sam James
2023-02-12  6:23 Sam James
2023-02-12  6:23 Sam James
2023-02-12  6:23 Sam James
2023-02-12  4:43 Michał Górny
2022-12-10  8:50 Arthur Zamarin
2022-11-05  5:00 Michał Górny
2022-11-02  7:37 Michał Górny
2022-09-19  6:42 Michał Górny
2022-08-27 10:11 WANG Xuerui
2022-07-02 12:19 Arthur Zamarin
2022-07-02 12:18 Arthur Zamarin
2022-05-30 20:49 Michał Górny
2022-05-30 20:49 Michał Górny
2021-12-22  7:43 Michał Górny
2021-12-22  5:32 Sam James
2021-10-23 13:16 Sam James
2021-09-26 22:28 James Le Cuirot
2021-09-13 20:31 Michał Górny
2021-06-04 12:23 Michał Górny
2021-05-06 11:03 Michał Górny
2021-05-06  9:57 Sam James
2021-04-06  7:22 Michał Górny
2021-02-19  8:35 Michał Górny
2021-02-19  2:45 Sam James
2021-01-06 10:00 Michał Górny
2020-12-13  0:16 Sam James
2020-12-01 10:31 Sam James
2020-11-08 21:14 Sam James
2020-10-03 12:16 Sergei Trofimovich
2020-07-24 14:31 Michał Górny
2020-07-13 20:57 Sam James
2020-07-11  9:16 Michał Górny
2020-07-09  8:41 Agostino Sarubbo
2020-07-09  8:27 Agostino Sarubbo
2020-07-09  8:16 Agostino Sarubbo
2020-07-09  8:04 Agostino Sarubbo
2020-04-22  8:15 Michał Górny
2020-04-04 10:52 Sergei Trofimovich
2020-04-04 10:52 Sergei Trofimovich
2020-04-04 10:30 Sergei Trofimovich
2020-04-04 10:30 Sergei Trofimovich
2020-03-29 21:21 Sergei Trofimovich
2020-03-29 21:21 Sergei Trofimovich
2020-03-29  9:16 Michał Górny
2020-03-29  9:16 Michał Górny
2020-03-29  9:16 Michał Górny
2020-03-16  4:10 Matt Turner
2020-03-16  4:10 Matt Turner
2020-03-14 18:14 Mikle Kolyada
2020-03-12 23:07 Sergei Trofimovich
2020-03-12 14:05 Mart Raudsepp
2020-03-11  7:21 Sergei Trofimovich
2020-03-05 18:06 Michał Górny
2020-03-03  7:01 Michał Górny
2019-12-19 21:40 Piotr Karbowski
2019-04-09  1:32 Aaron Bauman
2019-03-02 21:30 Matt Turner
2019-03-02 20:02 Matt Turner
2019-02-15 17:05 Mikle Kolyada
2019-02-15 15:46 Thomas Deutschmann
2019-02-12 21:14 Sergei Trofimovich
2019-02-12 21:03 Sergei Trofimovich
2019-02-12  8:11 Sergei Trofimovich
2019-02-11 23:36 Sergei Trofimovich
2019-02-10  7:46 Mikle Kolyada
2018-07-30 23:31 Mikle Kolyada
2018-02-19 21:07 Michał Górny
2018-02-17 21:51 Patrice Clement
2017-09-12  9:13 Fabian Groffen
2017-07-21  0:23 Sebastien Fabbro
2016-11-30 18:05 Michał Górny
2015-10-27 15:20 Agostino Sarubbo
2015-10-14 15:59 Justin Lecher
2015-10-14 13:47 Justin Lecher
2015-10-14 13:47 Justin Lecher
2015-10-11 14:41 Justin Lecher
2015-10-09  4:20 Ian Delaney
2015-09-16  8:53 Justin Lecher
2015-08-12 13:44 Tobias Klausmann

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=1670662671.cd89ffe82199e3c33eb9b33c272ad2b1556adefd.mgorny@gentoo \
    --to=mgorny@gentoo.org \
    --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