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-python/
Date: Fri, 26 Jul 2024 01:57:04 +0000 (UTC)	[thread overview]
Message-ID: <1721958976.298410d7ef3c26b6a26627ce238cb0d7e5e0b0c2.mgorny@gentoo> (raw)

commit:     298410d7ef3c26b6a26627ce238cb0d7e5e0b0c2
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Fri Jul 26 01:40:31 2024 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Fri Jul 26 01:56:16 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=298410d7

dev-python/mkdocstrings-python: Bump to 1.10.7

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

 dev-python/mkdocstrings-python/Manifest            |  1 +
 .../mkdocstrings-python-1.10.7.ebuild              | 34 ++++++++++++++++++++++
 2 files changed, 35 insertions(+)

diff --git a/dev-python/mkdocstrings-python/Manifest b/dev-python/mkdocstrings-python/Manifest
index a3ae67968897..6c465af4171e 100644
--- a/dev-python/mkdocstrings-python/Manifest
+++ b/dev-python/mkdocstrings-python/Manifest
@@ -1 +1,2 @@
 DIST mkdocstrings-python-1.10.5.gh.tar.gz 157091 BLAKE2B 1f0685fc8b04ea4e5f33e3e4ca9637d590bd45b5be85d856ea0f6693d3be2a7d215751b68f811ca73afec078ffa5cc1acf88ab1907bd9842c6e390eb14fd71c0 SHA512 0bc3b103a99add6d38621243d2a21339efd837fb3476feb13bc55afabcee481d45ea7b410f8d16312583f308ee9f36f387762cdd1ef1e9758ecdb5b1be9dcb9e
+DIST mkdocstrings_python-1.10.7.tar.gz 161638 BLAKE2B f62bd6b8f04223ba3ae479b04928888770cad02f5a060fcd39e5f20ddf80d88ff267f9826644cf80704a10f2f98320d1a5784c5bada43e845c07ab9c8a2d0d05 SHA512 1df467957e138f7fa474c2799b1cf254994b11b75217d90ff9c8a1f2d4c72817ecab80724c9da84721dbbde52c7074833534cde0ce8f50de6aae09b6edb25e03

diff --git a/dev-python/mkdocstrings-python/mkdocstrings-python-1.10.7.ebuild b/dev-python/mkdocstrings-python/mkdocstrings-python-1.10.7.ebuild
new file mode 100644
index 000000000000..c226feabda3a
--- /dev/null
+++ b/dev-python/mkdocstrings-python/mkdocstrings-python-1.10.7.ebuild
@@ -0,0 +1,34 @@
+# 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="Python handler for dev-python/mkdocstrings"
+HOMEPAGE="
+	https://mkdocstrings.github.io/python/
+	https://github.com/mkdocstrings/python/
+	https://pypi.org/project/mkdocstrings-python/
+"
+
+LICENSE="ISC"
+SLOT="0"
+KEYWORDS="~amd64 ~riscv"
+
+RDEPEND="
+	>=dev-python/griffe-0.48[${PYTHON_USEDEP}]
+	>=dev-python/mkdocstrings-0.25.0[${PYTHON_USEDEP}]
+"
+BDEPEND="
+	test? (
+		dev-python/mkdocs-material[${PYTHON_USEDEP}]
+	)
+"
+
+distutils_enable_tests pytest
+
+export PDM_BUILD_SCM_VERSION=${PV}


             reply	other threads:[~2024-07-26  1:57 UTC|newest]

Thread overview: 54+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-07-26  1:57 Michał Górny [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-10-20  3:11 [gentoo-commits] repo/gentoo:master commit in: dev-python/mkdocstrings-python/ Michał Górny
2024-10-15  7:00 Michał Górny
2024-10-15  7:00 Michał Górny
2024-10-13  3:10 Michał Górny
2024-09-04 11:57 Michał Górny
2024-08-31  6:55 Michał Górny
2024-08-31  6:55 Michał Górny
2024-08-16 18:51 Arthur Zamarin
2024-08-15  3:47 Michał Górny
2024-07-06 18:09 Michał Górny
2024-07-06 18:09 Michał Górny
2024-06-28 11:38 Michał Górny
2024-06-20  4:45 Michał Górny
2024-06-19  4:36 Michał Górny
2024-06-17  2:52 Michał Górny
2024-05-23  2:11 Michał Górny
2024-05-16  3:42 Michał Górny
2024-05-15  2:08 Michał Górny
2024-05-15  2:08 Michał Górny
2024-04-20  5:40 Michał Górny
2024-04-20  5:40 Michał Górny
2024-04-03  5:31 Michał Górny
2024-03-14  4:22 Michał Górny
2024-01-09  6:54 Michał Górny
2023-12-30 18:30 Michał Górny
2023-11-23 20:33 Michał Górny
2023-11-22 15:01 Andrew Ammerlaan
2023-11-22 12:43 Andrew Ammerlaan
2023-11-21 19:05 Michał Górny
2023-11-12 19:20 Michał Górny
2023-11-12 19:20 Michał Górny
2023-10-09 13:59 Michał Górny
2023-10-05 13:56 Michał Górny
2023-09-28 17:08 Michał Górny
2023-09-28 17:08 Michał Górny
2023-09-14 15:39 Michał Górny
2023-09-12  5:50 Michał Górny
2023-09-06  2:41 Michał Górny
2023-09-05  5:54 Michał Górny
2023-08-28  5:13 Michał Górny
2023-08-26  5:31 Michał Górny
2023-08-25  3:04 Michał Górny
2023-08-21 18:09 Marek Szuba
2023-08-20 16:40 Michał Górny
2023-08-19  6:44 Michał Górny
2023-08-07  3:01 Michał Górny
2023-07-24 11:32 Michał Górny
2023-07-21  6:06 Michał Górny
2023-07-15  3:04 Michał Górny
2023-06-05  5:07 Michał Górny
2023-06-04  6:51 Michał Górny
2023-05-12  6:29 Marek Szuba
2023-05-11 21:44 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=1721958976.298410d7ef3c26b6a26627ce238cb0d7e5e0b0c2.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