public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Anna Vyalkova" <cyber+gentoo@sysrq.in>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/proj/guru:dev commit in: dev-python/pydantic-settings/
Date: Sat, 19 Apr 2025 12:13:38 +0000 (UTC)	[thread overview]
Message-ID: <1745064785.ab33c605ea22e003699904a6d0a54b8338ef004c.cybertailor@gentoo> (raw)

commit:     ab33c605ea22e003699904a6d0a54b8338ef004c
Author:     Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
AuthorDate: Sat Apr 19 11:46:40 2025 +0000
Commit:     Anna Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
CommitDate: Sat Apr 19 12:13:05 2025 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=ab33c605

dev-python/pydantic-settings: add 2.9.1

Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq.in>

 dev-python/pydantic-settings/Manifest              |  1 +
 dev-python/pydantic-settings/metadata.xml          |  3 ++
 .../pydantic-settings-2.9.1.ebuild                 | 55 ++++++++++++++++++++++
 3 files changed, 59 insertions(+)

diff --git a/dev-python/pydantic-settings/Manifest b/dev-python/pydantic-settings/Manifest
index 4bed28082..df0dd7a0f 100644
--- a/dev-python/pydantic-settings/Manifest
+++ b/dev-python/pydantic-settings/Manifest
@@ -1 +1,2 @@
 DIST pydantic_settings-2.8.1.tar.gz 83550 BLAKE2B 76d112cb5fefddc4337ddf1708c66b4ae1e84b2574f681efe8b836302a5f8cff601d36bb395ac3080635529726eb1fe91648003d2ed42333fba1189b9d94bf18 SHA512 04ebb413ba42acf987440c71de21a65ac22011a866e3e27484c8dab6f0e71ec99402e33ca5f4002a03a7b3cdd369a759ce7f0706cb33e9adea37bd203f9867a6
+DIST pydantic_settings-2.9.1.tar.gz 163234 BLAKE2B da37c3b128272bef7d7f8cd6e8545158e31a200420afd290b27d84083be50a501b76a4116904888c4c8b30715cb7a0ca7705267d29429ab9a99fc9072667a188 SHA512 85a039edcce86c5273ea224990d1542a9171f38a5137bca3161bba774a5a407b8ae409d8b3e5de780e98ea8e6a57a4b97ae4941453cd0a48e208778c5e56cce3

diff --git a/dev-python/pydantic-settings/metadata.xml b/dev-python/pydantic-settings/metadata.xml
index 5574a3ad9..03db26bee 100644
--- a/dev-python/pydantic-settings/metadata.xml
+++ b/dev-python/pydantic-settings/metadata.xml
@@ -5,6 +5,9 @@
 		<email>cyber+gentoo@sysrq.in</email>
 		<name>Anna</name>
 	</maintainer>
+	<use>
+		<flag name="yaml">Enable YAML support</flag>
+	</use>
 	<stabilize-allarches/>
 	<upstream>
 		<remote-id type="pypi">pydantic-settings</remote-id>

diff --git a/dev-python/pydantic-settings/pydantic-settings-2.9.1.ebuild b/dev-python/pydantic-settings/pydantic-settings-2.9.1.ebuild
new file mode 100644
index 000000000..056e14073
--- /dev/null
+++ b/dev-python/pydantic-settings/pydantic-settings-2.9.1.ebuild
@@ -0,0 +1,55 @@
+# Copyright 2024-2025 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=hatchling
+PYTHON_COMPAT=( python3_{11..13} )
+
+inherit distutils-r1 optfeature pypi
+
+DESCRIPTION="Settings management using Pydantic"
+HOMEPAGE="
+	https://pypi.org/project/pydantic-settings/
+	https://github.com/pydantic/pydantic-settings
+"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE="yaml"
+
+RDEPEND="
+	>=dev-python/pydantic-2.7.0[${PYTHON_USEDEP}]
+	dev-python/pydantic-core[${PYTHON_USEDEP}]
+	>=dev-python/python-dotenv-0.21.0[${PYTHON_USEDEP}]
+	dev-python/typing-extensions[${PYTHON_USEDEP}]
+	>=dev-python/typing-inspection-0.4.0[${PYTHON_USEDEP}]
+	yaml? ( dev-python/pyyaml[${PYTHON_USEDEP}] )
+"
+BDEPEND="
+	test? (
+		dev-python/annotated-types[${PYTHON_USEDEP}]
+		dev-python/boto3[${PYTHON_USEDEP}]
+		dev-python/moto[${PYTHON_USEDEP}]
+		dev-python/pytest-mock[${PYTHON_USEDEP}]
+		dev-python/pyyaml[${PYTHON_USEDEP}]
+	)
+"
+
+EPYTEST_IGNORE=(
+	# Dependencies not packaged: pytest-examples
+	tests/test_docs.py
+
+	# https://github.com/pydantic/pydantic-settings/pull/601
+	tests/test_source_azure_key_vault.py
+
+	# https://github.com/pydantic/pydantic-settings/pull/602
+	tests/test_source_gcp_secret_manager.py
+)
+
+distutils_enable_tests pytest
+
+pkg_postinst() {
+	optfeature "AWS Secrets Manager support" dev-python/boto3
+}


             reply	other threads:[~2025-04-19 12:13 UTC|newest]

Thread overview: 14+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-04-19 12:13 Anna Vyalkova [this message]
  -- strict thread matches above, loose matches on Subject: below --
2025-10-05 12:35 [gentoo-commits] repo/proj/guru:dev commit in: dev-python/pydantic-settings/ Anna Vyalkova
2025-07-05 19:11 Anna Vyalkova
2025-06-22 13:03 Anna Vyalkova
2025-03-25  9:22 Anna Vyalkova
2025-03-25  9:22 Anna Vyalkova
2025-02-28 14:51 Anna Vyalkova
2025-01-02  8:36 Anna Vyalkova
2024-12-13 20:25 Anna Vyalkova
2024-12-03  6:05 Anna Vyalkova
2024-11-03 13:35 Anna Vyalkova
2024-10-22 15:12 Anna Vyalkova
2024-09-16 12:21 David Roman
2024-08-08 22:58 Anna Vyalkova

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=1745064785.ab33c605ea22e003699904a6d0a54b8338ef004c.cybertailor@gentoo \
    --to=cyber+gentoo@sysrq.in \
    --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