From: "Michał Górny" <mgorny@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/furo/
Date: Fri, 1 Sep 2023 17:07:22 +0000 (UTC) [thread overview]
Message-ID: <1693587963.46b516488bf34384b39b204d0f4b8d0c718117fa.mgorny@gentoo> (raw)
commit: 46b516488bf34384b39b204d0f4b8d0c718117fa
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Fri Sep 1 17:06:03 2023 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Fri Sep 1 17:06:03 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=46b51648
dev-python/furo: Remove old
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/furo/Manifest | 3 ---
dev-python/furo/furo-2023.5.20.ebuild | 36 -----------------------------------
dev-python/furo/furo-2023.7.26.ebuild | 36 -----------------------------------
dev-python/furo/furo-2023.8.17.ebuild | 36 -----------------------------------
4 files changed, 111 deletions(-)
diff --git a/dev-python/furo/Manifest b/dev-python/furo/Manifest
index 53ed841e261b..523baf65de11 100644
--- a/dev-python/furo/Manifest
+++ b/dev-python/furo/Manifest
@@ -1,4 +1 @@
-DIST furo-2023.5.20-py3-none-any.whl 326767 BLAKE2B cc8eb3816bf99039e1a312f9fed21538b0154ece228e351107df89f5770c382614efc7202bae742d28d2fc8fceabc8b748b2bfbe8a230aeb70f280b622d42c11 SHA512 1a97b37aa9ce55878f34e3276eebeb4b138bd9e397b6711469fed4523ab8dadcd91e77234a1eca20561276f6660410a31f48f34ae320c6772d1055699cdd7125
-DIST furo-2023.7.26-py3-none-any.whl 326996 BLAKE2B 1da4cbbdcab66973e87228a423042f58499c95a0a4287ad4e5ff4b87a3ae27b31b68dfc1a267a1642b35455f420659755ef4791c519496799331379c806e8f2c SHA512 761c3b276d4db86dea0201c2f10e2958fe8ef784243687e6884406bdd11b009296158585ae865fc754c0b7674fe65cc2d6beaf3d997da672d2e4e319b1813fa1
-DIST furo-2023.8.17-py3-none-any.whl 327018 BLAKE2B 6a96b341b5f78581adb534154bbe56a6eaf5a21a8384597fc8e0f3106db0751619927dac536846fbe60ec0eb2f8769cb2efc0a65de36a00a3264abe90911400c SHA512 15165c5b212890264242d71ecb3ba43e1241683e3fd25bafb20f617b1e8fe59a3705fcbb9353d25c1318c9057407c7336e8a4c3a3aab0b18e7a0e6f24e9de850
DIST furo-2023.8.19-py3-none-any.whl 323684 BLAKE2B 56b05551a4be4e01492a85f25bdb3057dffab4c66a98fc196c8d486ccfab6d8eec86184bc4b99308b3522b4eb21edadfd231aba8c9cdb3ffdcdac7c90e6a5a91 SHA512 6134271db8fb60b1fddfff1af0d4394192251d0942c070c29af29313ff7abd14f46f12823b90e8d56f03c92a22732af0b39f754c513513f2437487c6adb070f8
diff --git a/dev-python/furo/furo-2023.5.20.ebuild b/dev-python/furo/furo-2023.5.20.ebuild
deleted file mode 100644
index 1198482dfefb..000000000000
--- a/dev-python/furo/furo-2023.5.20.ebuild
+++ /dev/null
@@ -1,36 +0,0 @@
-# Copyright 2021-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-# sphinx-theme-builder is completely unusable, as it requires pinning
-# to a very-specific nodejs version number, and ofc loves fetching
-# everything from the Internet
-
-DISTUTILS_USE_PEP517=standalone
-PYTHON_COMPAT=( pypy3 python3_{10..11} )
-
-inherit distutils-r1 pypi
-
-DESCRIPTION="Clean customisable Sphinx documentation theme"
-HOMEPAGE="
- https://pypi.org/project/furo/
- https://github.com/pradyunsg/furo/
-"
-SRC_URI="$(pypi_wheel_url)"
-S=${WORKDIR}
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ppc ppc64 ~riscv ~s390 sparc x86"
-
-RDEPEND="
- dev-python/beautifulsoup4[${PYTHON_USEDEP}]
- dev-python/sphinx[${PYTHON_USEDEP}]
- dev-python/sphinx-basic-ng[${PYTHON_USEDEP}]
-"
-
-python_compile() {
- distutils_wheel_install "${BUILD_DIR}/install" \
- "${DISTDIR}/${P}-py3-none-any.whl"
-}
diff --git a/dev-python/furo/furo-2023.7.26.ebuild b/dev-python/furo/furo-2023.7.26.ebuild
deleted file mode 100644
index 0674aa0b847b..000000000000
--- a/dev-python/furo/furo-2023.7.26.ebuild
+++ /dev/null
@@ -1,36 +0,0 @@
-# Copyright 2021-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-# sphinx-theme-builder is completely unusable, as it requires pinning
-# to a very-specific nodejs version number, and ofc loves fetching
-# everything from the Internet
-
-DISTUTILS_USE_PEP517=standalone
-PYTHON_COMPAT=( pypy3 python3_{10..11} )
-
-inherit distutils-r1 pypi
-
-DESCRIPTION="Clean customisable Sphinx documentation theme"
-HOMEPAGE="
- https://pypi.org/project/furo/
- https://github.com/pradyunsg/furo/
-"
-SRC_URI="$(pypi_wheel_url)"
-S=${WORKDIR}
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86"
-
-RDEPEND="
- dev-python/beautifulsoup4[${PYTHON_USEDEP}]
- dev-python/sphinx[${PYTHON_USEDEP}]
- dev-python/sphinx-basic-ng[${PYTHON_USEDEP}]
-"
-
-python_compile() {
- distutils_wheel_install "${BUILD_DIR}/install" \
- "${DISTDIR}/${P}-py3-none-any.whl"
-}
diff --git a/dev-python/furo/furo-2023.8.17.ebuild b/dev-python/furo/furo-2023.8.17.ebuild
deleted file mode 100644
index 0674aa0b847b..000000000000
--- a/dev-python/furo/furo-2023.8.17.ebuild
+++ /dev/null
@@ -1,36 +0,0 @@
-# Copyright 2021-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-# sphinx-theme-builder is completely unusable, as it requires pinning
-# to a very-specific nodejs version number, and ofc loves fetching
-# everything from the Internet
-
-DISTUTILS_USE_PEP517=standalone
-PYTHON_COMPAT=( pypy3 python3_{10..11} )
-
-inherit distutils-r1 pypi
-
-DESCRIPTION="Clean customisable Sphinx documentation theme"
-HOMEPAGE="
- https://pypi.org/project/furo/
- https://github.com/pradyunsg/furo/
-"
-SRC_URI="$(pypi_wheel_url)"
-S=${WORKDIR}
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86"
-
-RDEPEND="
- dev-python/beautifulsoup4[${PYTHON_USEDEP}]
- dev-python/sphinx[${PYTHON_USEDEP}]
- dev-python/sphinx-basic-ng[${PYTHON_USEDEP}]
-"
-
-python_compile() {
- distutils_wheel_install "${BUILD_DIR}/install" \
- "${DISTDIR}/${P}-py3-none-any.whl"
-}
next reply other threads:[~2023-09-01 17:07 UTC|newest]
Thread overview: 82+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-09-01 17:07 Michał Górny [this message]
-- strict thread matches above, loose matches on Subject: below --
2024-08-24 13:11 [gentoo-commits] repo/gentoo:master commit in: dev-python/furo/ Michał Górny
2024-08-24 9:24 Arthur Zamarin
2024-08-07 14:10 Michał Górny
2024-08-03 6:40 Michał Górny
2024-08-03 6:37 Michał Górny
2024-07-19 4:25 Michał Górny
2024-07-09 15:30 Michał Górny
2024-05-22 9:10 Michał Górny
2024-05-17 8:14 Michał Górny
2024-05-17 8:11 Michał Górny
2024-05-07 1:57 Michał Górny
2024-04-28 2:37 Michał Górny
2024-02-14 12:36 Michał Górny
2024-02-14 12:26 Michał Górny
2024-01-30 17:52 Michał Górny
2024-01-30 16:36 Michał Górny
2024-01-30 4:07 Michał Górny
2023-10-14 18:28 Michał Górny
2023-09-10 17:25 Arthur Zamarin
2023-09-01 16:30 Arthur Zamarin
2023-08-19 6:44 Michał Górny
2023-08-18 5:16 Michał Górny
2023-07-27 3:21 Michał Górny
2023-06-27 11:52 Michał Górny
2023-06-27 5:19 Jakov Smolić
2023-05-21 4:59 Michał Górny
2023-04-28 14:40 Michał Górny
2023-04-28 14:35 Arthur Zamarin
2023-03-27 16:49 Michał Górny
2023-03-24 5:21 Michał Górny
2023-03-24 5:21 Michał Górny
2023-01-08 5:06 Michał Górny
2023-01-07 18:31 Arthur Zamarin
2022-12-07 15:59 Michał Górny
2022-11-03 19:32 Arthur Zamarin
2022-11-03 19:18 Arthur Zamarin
2022-10-17 17:38 Arthur Zamarin
2022-10-17 17:30 Arthur Zamarin
2022-10-07 7:03 Michał Górny
2022-10-01 9:26 Arthur Zamarin
2022-09-16 6:36 Arthur Zamarin
2022-09-16 6:36 Arthur Zamarin
2022-08-04 6:29 Michał Górny
2022-08-04 0:13 Sam James
2022-08-03 7:49 Agostino Sarubbo
2022-08-02 19:00 Arthur Zamarin
2022-08-02 18:47 Arthur Zamarin
2022-08-02 18:36 Arthur Zamarin
2022-08-02 17:52 Arthur Zamarin
2022-08-02 17:50 Arthur Zamarin
2022-08-02 17:50 Arthur Zamarin
2022-07-11 12:14 James Le Cuirot
2022-07-03 22:48 Sam James
2022-07-03 14:43 Jakov Smolić
2022-07-01 6:10 Arthur Zamarin
2022-07-01 6:02 Arthur Zamarin
2022-07-01 5:59 Arthur Zamarin
2022-07-01 5:54 Arthur Zamarin
2022-06-30 21:41 Sam James
2022-06-30 17:57 Arthur Zamarin
2022-06-30 6:56 Jakov Smolić
2022-06-29 18:11 Arthur Zamarin
2022-06-29 17:49 Sam James
2022-02-27 16:38 Sam James
2022-01-30 13:32 James Le Cuirot
2022-01-13 7:18 Sam James
2022-01-10 20:41 Arthur Zamarin
2021-12-11 8:00 Arthur Zamarin
2021-12-10 12:11 Arthur Zamarin
2021-12-10 12:11 Arthur Zamarin
2021-12-09 21:15 Arthur Zamarin
2021-12-09 21:15 Arthur Zamarin
2021-11-22 3:07 Yixun Lan
2021-10-27 4:13 Sam James
2021-10-26 3:14 Sam James
2021-10-26 3:12 Sam James
2021-10-26 3:12 Sam James
2021-10-19 0:12 Sam James
2021-10-17 6:51 Sam James
2021-10-10 13:07 Arthur Zamarin
2021-10-10 4:56 Arthur Zamarin
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=1693587963.46b516488bf34384b39b204d0f4b8d0c718117fa.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