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/mkdocstrings/
Date: Sat,  7 Sep 2024 06:26:50 +0000 (UTC)	[thread overview]
Message-ID: <1725690207.1a11a60d395235898c0007e02ea740068a6dbdc6.mgorny@gentoo> (raw)

commit:     1a11a60d395235898c0007e02ea740068a6dbdc6
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sat Sep  7 06:23:27 2024 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sat Sep  7 06:23:27 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1a11a60d

dev-python/mkdocstrings: Remove old

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

 dev-python/mkdocstrings/Manifest                   |  2 -
 dev-python/mkdocstrings/mkdocstrings-0.25.1.ebuild | 61 ----------------------
 dev-python/mkdocstrings/mkdocstrings-0.25.2.ebuild | 56 --------------------
 3 files changed, 119 deletions(-)

diff --git a/dev-python/mkdocstrings/Manifest b/dev-python/mkdocstrings/Manifest
index 2944f125da85..92408e8da8cc 100644
--- a/dev-python/mkdocstrings/Manifest
+++ b/dev-python/mkdocstrings/Manifest
@@ -1,3 +1 @@
-DIST mkdocstrings-0.25.1.gh.tar.gz 89869 BLAKE2B 248436eeabafbb7cbee27362b43d2feadeadda7692b5843621bd97261e17a93783c38f37850700c6e79b7f23f15fdc8f21567329afba9b4fb0618f277acc1865 SHA512 155dc5d15fd71f9c5dbd5d5f70f380ad5197fc0c1dc0fe722205b30decbd19307daa631d3a4a40206cdf36981f414ea1a4c001d8cef517ffed569e96ea0e8302
-DIST mkdocstrings-0.25.2.tar.gz 91796 BLAKE2B d666d402fc94f00df107f54ae6057fbdaba2a2da20c283fe5f1bfb33cf4cca4dc882e9132156434439560848dfea224916c96450a759924175fe6244e75dac43 SHA512 ad1d771ffbbb04bfa9b8a4190c41303fe6d78f9bb07fe3236ccb284836886d759a9031c42192e2608fc3941a0a59c149c241d193cbc2fe96462605b4f37b2545
 DIST mkdocstrings-0.26.0.tar.gz 92218 BLAKE2B 6eee2a080b568ccb90d8ac122da9bb9c1d35088e4f3d43f98da287e581f549f25b6da9dd7f0fbe9dffcaeea8acc1143cd77b4e2fb5d208d592242954724f98e3 SHA512 b1e63fae1e22f0fd1977e7274b94bf3f50ab673d6e3c77d291095bf3503fff8afde08d29917fdbddd00ac716ac048248362dbc526446924592b57f2ea339caf8

diff --git a/dev-python/mkdocstrings/mkdocstrings-0.25.1.ebuild b/dev-python/mkdocstrings/mkdocstrings-0.25.1.ebuild
deleted file mode 100644
index aca612affa27..000000000000
--- a/dev-python/mkdocstrings/mkdocstrings-0.25.1.ebuild
+++ /dev/null
@@ -1,61 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=pdm-backend
-PYTHON_COMPAT=( python3_{10..13} )
-
-inherit distutils-r1
-
-DESCRIPTION="Automatic documentation from sources, for MkDocs"
-HOMEPAGE="
-	https://mkdocstrings.github.io/
-	https://github.com/mkdocstrings/mkdocstrings/
-	https://pypi.org/project/mkdocstrings/
-"
-# Tests require files absent from PyPI tarballs
-SRC_URI="
-	https://github.com/mkdocstrings/mkdocstrings/archive/${PV}.tar.gz
-		-> ${P}.gh.tar.gz
-"
-
-LICENSE="ISC"
-SLOT="0"
-KEYWORDS="~amd64 ~arm64 ~riscv"
-
-RDEPEND="
-	>=dev-python/click-7.0[${PYTHON_USEDEP}]
-	>=dev-python/jinja-2.11.1[${PYTHON_USEDEP}]
-	>=dev-python/markdown-3.3[${PYTHON_USEDEP}]
-	>=dev-python/markupsafe-1.1[${PYTHON_USEDEP}]
-	>=dev-python/mkdocs-1.5[${PYTHON_USEDEP}]
-	>=dev-python/mkdocs-autorefs-0.3.1[${PYTHON_USEDEP}]
-	>=dev-python/platformdirs-2.2.0[${PYTHON_USEDEP}]
-	>=dev-python/pymdown-extensions-6.3[${PYTHON_USEDEP}]
-"
-BDEPEND="
-	test? (
-		dev-python/markdown-exec[${PYTHON_USEDEP}]
-		dev-python/mkdocs-material[${PYTHON_USEDEP}]
-		dev-python/mkdocstrings-python[${PYTHON_USEDEP}]
-		dev-python/sphinx[${PYTHON_USEDEP}]
-	)
-"
-
-# mkdocstrings documentation generation requires several currently
-# unpackaged mkdocs extensions and plug-ins, and this test
-# makes use of mkdocs configuration
-EPYTEST_DESELECT=(
-	tests/test_plugin.py::test_disabling_plugin
-	# WTF, it tries to unlink installed files from installed package?!
-	tests/test_handlers.py::test_extended_templates
-	# Needs unpackaged mkdocs-callouts, mkdocs-literate-nav, and possibly more
-	tests/test_inventory.py::test_sphinx_load_mkdocstrings_inventory_file
-	# Internet
-	tests/test_inventory.py::test_load_inventory
-)
-
-distutils_enable_tests pytest
-
-export PDM_BUILD_SCM_VERSION=${PV}

diff --git a/dev-python/mkdocstrings/mkdocstrings-0.25.2.ebuild b/dev-python/mkdocstrings/mkdocstrings-0.25.2.ebuild
deleted file mode 100644
index 4100955b993d..000000000000
--- a/dev-python/mkdocstrings/mkdocstrings-0.25.2.ebuild
+++ /dev/null
@@ -1,56 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=pdm-backend
-PYTHON_COMPAT=( python3_{10..13} )
-
-inherit distutils-r1 pypi
-
-DESCRIPTION="Automatic documentation from sources, for MkDocs"
-HOMEPAGE="
-	https://mkdocstrings.github.io/
-	https://github.com/mkdocstrings/mkdocstrings/
-	https://pypi.org/project/mkdocstrings/
-"
-
-LICENSE="ISC"
-SLOT="0"
-KEYWORDS="~amd64 ~arm64 ~riscv"
-
-RDEPEND="
-	>=dev-python/click-7.0[${PYTHON_USEDEP}]
-	>=dev-python/jinja-2.11.1[${PYTHON_USEDEP}]
-	>=dev-python/markdown-3.3[${PYTHON_USEDEP}]
-	>=dev-python/markupsafe-1.1[${PYTHON_USEDEP}]
-	>=dev-python/mkdocs-1.5[${PYTHON_USEDEP}]
-	>=dev-python/mkdocs-autorefs-0.3.1[${PYTHON_USEDEP}]
-	>=dev-python/platformdirs-2.2.0[${PYTHON_USEDEP}]
-	>=dev-python/pymdown-extensions-6.3[${PYTHON_USEDEP}]
-"
-BDEPEND="
-	test? (
-		dev-python/markdown-exec[${PYTHON_USEDEP}]
-		dev-python/mkdocs-material[${PYTHON_USEDEP}]
-		dev-python/mkdocstrings-python[${PYTHON_USEDEP}]
-		dev-python/sphinx[${PYTHON_USEDEP}]
-	)
-"
-
-# mkdocstrings documentation generation requires several currently
-# unpackaged mkdocs extensions and plug-ins, and this test
-# makes use of mkdocs configuration
-EPYTEST_DESELECT=(
-	tests/test_plugin.py::test_disabling_plugin
-	# WTF, it tries to unlink installed files from installed package?!
-	tests/test_handlers.py::test_extended_templates
-	# Needs unpackaged mkdocs-callouts, mkdocs-literate-nav, and possibly more
-	tests/test_inventory.py::test_sphinx_load_mkdocstrings_inventory_file
-	# Internet
-	tests/test_inventory.py::test_load_inventory
-)
-
-distutils_enable_tests pytest
-
-export PDM_BUILD_SCM_VERSION=${PV}


             reply	other threads:[~2024-09-07  6:26 UTC|newest]

Thread overview: 36+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-09-07  6:26 Michał Górny [this message]
  -- strict thread matches above, loose matches on Subject: below --
2025-03-31 20:14 [gentoo-commits] repo/gentoo:master commit in: dev-python/mkdocstrings/ Arthur Zamarin
2025-03-11  8:47 Michał Górny
2025-03-09  3:35 Michał Górny
2025-03-09  3:35 Michał Górny
2025-02-25  8:14 Michał Górny
2025-02-25  7:51 Michał Górny
2025-02-25  7:51 Michał Górny
2025-02-15  7:01 Michał Górny
2025-02-15  7:01 Michał Górny
2025-02-04  4:28 Michał Górny
2024-11-08 20:27 Michał Górny
2024-10-13  3:10 Michał Górny
2024-09-07  6:26 Michał Górny
2024-09-02  3:02 Michał Górny
2024-07-26  1:57 Michał Górny
2024-07-06 18:09 Michał Górny
2024-06-28 11:38 Michał Górny
2024-06-17  2:52 Michał Górny
2024-05-06 15:29 Michał Górny
2024-04-28  2:37 Michał Górny
2024-04-20  5:40 Michał Górny
2024-04-05 18:52 Michał Górny
2024-04-03  5:31 Michał Górny
2024-02-28  4:03 Michał Górny
2023-12-30 18:30 Michał Górny
2023-11-23 20:33 Michał Górny
2023-11-22 12:43 Andrew Ammerlaan
2023-11-14 20:06 Michał Górny
2023-10-26  0:31 Marek Szuba
2023-09-02 14:11 Michał Górny
2023-08-23 21:06 Marek Szuba
2023-06-18 11:56 Michał Górny
2023-06-04  6:51 Michał Górny
2023-05-11 21:44 Marek Szuba
2023-05-11 10:56 Marek Szuba

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=1725690207.1a11a60d395235898c0007e02ea740068a6dbdc6.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