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/pydata-sphinx-theme/
Date: Sat, 25 Nov 2023 10:42:11 +0000 (UTC)	[thread overview]
Message-ID: <1700908624.29c428622aa66ef41d54fdca4ab87014555e77e4.mgorny@gentoo> (raw)

commit:     29c428622aa66ef41d54fdca4ab87014555e77e4
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sat Nov 25 10:37:04 2023 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sat Nov 25 10:37:04 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=29c42862

dev-python/pydata-sphinx-theme: Remove old

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

 dev-python/pydata-sphinx-theme/Manifest            |  4 --
 .../pydata-sphinx-theme-0.14.1.ebuild              | 48 ----------------------
 .../pydata-sphinx-theme-0.14.2.ebuild              | 48 ----------------------
 3 files changed, 100 deletions(-)

diff --git a/dev-python/pydata-sphinx-theme/Manifest b/dev-python/pydata-sphinx-theme/Manifest
index 54b6a48bb215..acc9e9cc17d3 100644
--- a/dev-python/pydata-sphinx-theme/Manifest
+++ b/dev-python/pydata-sphinx-theme/Manifest
@@ -1,6 +1,2 @@
-DIST pydata-sphinx-theme-0.14.1.gh.tar.gz 2413022 BLAKE2B b4e707e1407839ba796a19f5aea73056a6520f1f39d7e17adb3442e03942a457082ce74fd3f4ab64af15b30254c6f7c80f522f0b4bcc9aa77db01bee287c4fdd SHA512 515fa2e0e301a092cd414472302b1ad2571983bc69a7cc4e617122a64f7b7f53c8b80a4328da13529840cbb1ab7cf3fb2c2ee99688a8deb87f19529c6c64067d
-DIST pydata-sphinx-theme-0.14.2.gh.tar.gz 2417334 BLAKE2B 2b4af7aa307ef46f268c11e7131218b4d7994e33d676cfa346c053f13da44fe770ed77526c4e4606fbbe7c1e6eb77decec4e57179831de00738b92a200658a83 SHA512 fd8a95c3a40c41343a90ddb6fdfaf1e247034ad629fa687824b55fd580b5bfcfc913701cf35223704bda5b3385a122d6e8653ec80d71c68bffedb194cc67ff5a
 DIST pydata-sphinx-theme-0.14.3.gh.tar.gz 2403167 BLAKE2B 272023dd877c2d61dfdd77564f1ea4c59d2db0fe81156440ff90b5b50352823db3836c4ac0b560c03950b69c1e8bdb868d1f42d96dc1eddbb35c060691201a64 SHA512 c4fbdf8efe327fb22812da0bb601c205ef0988f18e122db8fd1acba8fcde4c01519a7423a09df51f0a9d136f8b4ddde30427f04084724484a416658ee5c54878
-DIST pydata_sphinx_theme-0.14.1-py3-none-any.whl 3780482 BLAKE2B 58ebe2d3d176295bc335a176eeccd95859862e085f570c8ef6e80ade320d624fd6b2a94b6a2fab08211e520939bc651cd454bfe5037bc16104de2ecf295871e6 SHA512 7e9f76e2dfd7bd9049ae007b5af1ad65d61aa44f0c7370794856b664aa1a735dce65a1f0368fae0bb6049ee767e3ca0c4ca4f1ea6615858626c03e3a4ce81856
-DIST pydata_sphinx_theme-0.14.2-py3-none-any.whl 4680576 BLAKE2B a4bd57c90468ed2f073e581cce48e89011c21e328f4fab066f6ba4fe8fb31d3f8d161b9ecf372c3c4b9a2a9caf41dc38d35f36a02e0da072377c2f14cf7084d1 SHA512 f97e4cd650a2f42216900a22bb0fb699f6a2809b4277863979dc29906c707cfcc49b89add82211407bd5d3b1740526a27d3ca9f7141c02715dc2fcb03b692a04
 DIST pydata_sphinx_theme-0.14.3-py3-none-any.whl 4681432 BLAKE2B 21cfcebefaffedd1189fcc966e31bb6860dfb1d80e0eb4dc37dd47f55545c52c856545a439061524bbb3bbff638531b1b196bd11a9ecb2ac41202f086c82a0d8 SHA512 5844a39944442771b4744df075ab0155e8ef2d9f0a9f621be6ae4025c0f12b6462f9664674f05499a5f342dce1bacc530c5c916656ba3e6a9517770d3383be62

diff --git a/dev-python/pydata-sphinx-theme/pydata-sphinx-theme-0.14.1.ebuild b/dev-python/pydata-sphinx-theme/pydata-sphinx-theme-0.14.1.ebuild
deleted file mode 100644
index 616521f11819..000000000000
--- a/dev-python/pydata-sphinx-theme/pydata-sphinx-theme-0.14.1.ebuild
+++ /dev/null
@@ -1,48 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=standalone
-PYPI_NO_NORMALIZE=1
-PYTHON_COMPAT=( python3_{10..12} )
-
-inherit distutils-r1 pypi
-
-DESCRIPTION="Bootstrap-based Sphinx theme from the PyData community"
-HOMEPAGE="
-	https://github.com/pydata/pydata-sphinx-theme/
-	https://pypi.org/project/pydata-sphinx-theme/
-"
-SRC_URI="
-	https://github.com/pydata/pydata-sphinx-theme/archive/v${PV}.tar.gz
-		-> ${P}.gh.tar.gz
-	$(pypi_wheel_url)
-"
-
-LICENSE="BSD-with-disclosure"
-SLOT="0"
-KEYWORDS="amd64 arm arm64 hppa ~ia64 ~mips ppc ppc64 ~riscv ~s390 sparc x86"
-
-RDEPEND="
-	dev-python/accessible-pygments[${PYTHON_USEDEP}]
-	dev-python/Babel[${PYTHON_USEDEP}]
-	dev-python/beautifulsoup4[${PYTHON_USEDEP}]
-	dev-python/docutils[${PYTHON_USEDEP}]
-	dev-python/packaging[${PYTHON_USEDEP}]
-	dev-python/pygments[${PYTHON_USEDEP}]
-	>=dev-python/sphinx-5[${PYTHON_USEDEP}]
-	dev-python/typing-extensions[${PYTHON_USEDEP}]
-"
-BDEPEND="
-	test? (
-		dev-python/pytest-regressions[${PYTHON_USEDEP}]
-	)
-"
-
-distutils_enable_tests pytest
-
-python_compile() {
-	distutils_wheel_install "${BUILD_DIR}/install" \
-		"${DISTDIR}/$(pypi_wheel_name)"
-}

diff --git a/dev-python/pydata-sphinx-theme/pydata-sphinx-theme-0.14.2.ebuild b/dev-python/pydata-sphinx-theme/pydata-sphinx-theme-0.14.2.ebuild
deleted file mode 100644
index a9692a406120..000000000000
--- a/dev-python/pydata-sphinx-theme/pydata-sphinx-theme-0.14.2.ebuild
+++ /dev/null
@@ -1,48 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=standalone
-PYPI_NO_NORMALIZE=1
-PYTHON_COMPAT=( python3_{10..12} )
-
-inherit distutils-r1 pypi
-
-DESCRIPTION="Bootstrap-based Sphinx theme from the PyData community"
-HOMEPAGE="
-	https://github.com/pydata/pydata-sphinx-theme/
-	https://pypi.org/project/pydata-sphinx-theme/
-"
-SRC_URI="
-	https://github.com/pydata/pydata-sphinx-theme/archive/v${PV}.tar.gz
-		-> ${P}.gh.tar.gz
-	$(pypi_wheel_url)
-"
-
-LICENSE="BSD-with-disclosure"
-SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86"
-
-RDEPEND="
-	dev-python/accessible-pygments[${PYTHON_USEDEP}]
-	dev-python/Babel[${PYTHON_USEDEP}]
-	dev-python/beautifulsoup4[${PYTHON_USEDEP}]
-	dev-python/docutils[${PYTHON_USEDEP}]
-	dev-python/packaging[${PYTHON_USEDEP}]
-	dev-python/pygments[${PYTHON_USEDEP}]
-	>=dev-python/sphinx-5[${PYTHON_USEDEP}]
-	dev-python/typing-extensions[${PYTHON_USEDEP}]
-"
-BDEPEND="
-	test? (
-		dev-python/pytest-regressions[${PYTHON_USEDEP}]
-	)
-"
-
-distutils_enable_tests pytest
-
-python_compile() {
-	distutils_wheel_install "${BUILD_DIR}/install" \
-		"${DISTDIR}/$(pypi_wheel_name)"
-}


             reply	other threads:[~2023-11-25 10:42 UTC|newest]

Thread overview: 99+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-11-25 10:42 Michał Górny [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-07-13  8:01 [gentoo-commits] repo/gentoo:master commit in: dev-python/pydata-sphinx-theme/ Michał Górny
2024-07-13  7:27 Arthur Zamarin
2024-06-26  2:09 Michał Górny
2024-06-12  7:42 Michał Górny
2024-06-12  6:53 Arthur Zamarin
2024-05-29  4:17 Michał Górny
2024-05-28  7:40 Michał Górny
2024-04-17  3:42 Michał Górny
2024-02-03  9:17 Michał Górny
2024-02-03  8:29 Arthur Zamarin
2024-01-19 14:44 Michał Górny
2024-01-18 18:46 Michał Górny
2024-01-18 18:23 Arthur Zamarin
2024-01-04 17:08 Michał Górny
2023-12-15 11:04 Michał Górny
2023-12-15 10:58 Arthur Zamarin
2023-11-27 13:09 Andrew Ammerlaan
2023-11-25  9:00 Arthur Zamarin
2023-10-31  7:53 Michał Górny
2023-10-26  3:12 Michał Górny
2023-10-06 16:04 Sam James
2023-09-21  5:28 Michał Górny
2023-09-15 10:11 Michał Górny
2023-09-14 11:02 Andrew Ammerlaan
2023-04-12  7:15 Michał Górny
2023-04-12  0:38 Jakov Smolić
2023-04-11 19:41 Sam James
2023-04-11 19:04 Sam James
2023-04-11 18:30 Arthur Zamarin
2023-04-11 18:27 Arthur Zamarin
2023-04-11 18:20 Arthur Zamarin
2023-04-11 18:17 Arthur Zamarin
2023-04-11 18:15 Arthur Zamarin
2023-03-31 18:05 Sam James
2023-03-31  4:32 Michał Górny
2023-03-30  2:57 Michał Górny
2023-03-19 17:36 Arthur Zamarin
2023-03-10  9:53 Arthur Zamarin
2023-03-10  9:10 Arthur Zamarin
2023-03-10  8:21 Arthur Zamarin
2023-03-10  2:00 Sam James
2023-03-10  2:00 Sam James
2023-03-10  2:00 Sam James
2023-03-10  2:00 Sam James
2023-03-10  0:35 Yixun Lan
2023-03-09 12:35 Michał Górny
2022-10-19 13:30 Michał Górny
2022-05-17 12:20 Andrew Ammerlaan
2022-03-12 12:04 Arthur Zamarin
2022-03-12 12:04 Arthur Zamarin
2022-03-12 12:04 Arthur Zamarin
2022-03-12 12:03 Arthur Zamarin
2022-03-02  9:07 Agostino Sarubbo
2022-03-01 11:28 Agostino Sarubbo
2022-02-09 14:18 Yixun Lan
2022-02-08 17:38 Arthur Zamarin
2022-02-07 11:36 Sam James
2022-02-07 11:32 Sam James
2022-02-07 11:31 Sam James
2022-02-07 11:30 Sam James
2022-02-07  8:33 Sam James
2021-12-12  8:33 Michał Górny
2021-12-12  1:49 Sam James
2021-11-10 22:35 Michał Górny
2021-11-05  5:40 Arthur Zamarin
2021-11-05  2:12 Sam James
2021-10-03  6:37 Michał Górny
2021-10-02  7:50 Michał Górny
2021-07-27 10:19 Andrew Ammerlaan
2021-06-05 21:18 Michał Górny
2021-06-05 20:35 Sam James
2021-04-28 17:47 Michał Górny
2021-04-28 17:00 Sam James
2021-04-27  7:08 Michał Górny
2021-04-17  6:22 Michał Górny
2021-04-17  6:22 Michał Górny
2021-04-10  8:04 Michał Górny
2021-04-09 12:21 Joonas Niilola
2021-04-09 12:21 Joonas Niilola
2021-03-25 13:58 Joonas Niilola
2021-03-11 22:59 Michał Górny
2021-03-02  9:00 Michał Górny
2021-03-02  7:38 Sam James
2021-02-26  8:30 Michał Górny
2021-02-26  8:09 Agostino Sarubbo
2021-01-26 21:20 Michał Górny
2021-01-23  0:11 Michał Górny
2021-01-23  0:11 Michał Górny
2020-12-22  8:07 Michał Górny
2020-12-21 22:18 Sam James
2020-12-21 19:43 Michał Górny
2020-11-17 14:21 Joonas Niilola
2020-10-19 12:16 Joonas Niilola
2020-10-18 18:51 Thomas Deutschmann
2020-10-06  9:26 Joonas Niilola
2020-09-15 18:27 Joonas Niilola
2020-09-15  8:09 Joonas Niilola
2020-09-15  8:09 Joonas Niilola

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=1700908624.29c428622aa66ef41d54fdca4ab87014555e77e4.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