commit: 33ba00688f8437f88eaf86cab0ed8c8d2c8d0257
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Fri May 23 03:08:46 2025 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Fri May 23 03:29:48 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=33ba0068
dev-python/environs: Bump to 14.2.0
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/environs/Manifest | 1 +
dev-python/environs/environs-14.2.0.ebuild | 39 ++++++++++++++++++++++++++++++
2 files changed, 40 insertions(+)
diff --git a/dev-python/environs/Manifest b/dev-python/environs/Manifest
index a8caa7dd684f..488a4b564d29 100644
--- a/dev-python/environs/Manifest
+++ b/dev-python/environs/Manifest
@@ -1 +1,2 @@
DIST environs-14.1.1.gh.tar.gz 44987 BLAKE2B
d409fdb38faa65b45e4ec147acfc6050eb9a9993cf93bc90939ffdc33421b44aa522cd397767d0d41370b994f914741e9ee6af24095c72321e7875f5c88440c1
SHA512
fdbbd25304200db383705fc7940a9ec6e9ed851c7fbb57a3af08ebec8d825a6d2e3c5ecaa13adcdfe5405e49da67104f600003c05b75e9758a7a15cca14e4d5d
+DIST environs-14.2.0.gh.tar.gz 45178 BLAKE2B
167c96d0a0845d25b38d7b2f2cefc3f00eb5468be3c70667944537de008a92b8691f096a44f1a7728ea2bdf88450fec2335f15f186a97732cdbc570797129ca4
SHA512
c1b34cf4cda44864083c14622d020a9c907b9cbcbc0e18ff18e1044bc9fee9fc71a63513118f237141ea32bd72333bcd5e9101b0f3db06c368fb24aa16b1ed5c
diff --git a/dev-python/environs/environs-14.2.0.ebuild
b/dev-python/environs/environs-14.2.0.ebuild
new file mode 100644
index 000000000000..87fca8f186b2
--- /dev/null
+++ b/dev-python/environs/environs-14.2.0.ebuild
@@ -0,0 +1,39 @@
+# Copyright 2021-2025 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=flit
+PYTHON_COMPAT=( python3_{11..13} )
+
+inherit distutils-r1
+
+DESCRIPTION="Python library for simplified environment variable parsing"
+HOMEPAGE="
+ https://github.com/sloria/environs/
+ https://pypi.org/project/environs/
+"
+SRC_URI="
+ https://github.com/sloria/environs/archive/${PV}.tar.gz
+ -> ${P}.gh.tar.gz
+"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~arm64"
+
+RDEPEND="
+ dev-python/python-dotenv[${PYTHON_USEDEP}]
+ >=dev-python/marshmallow-3.18.0[${PYTHON_USEDEP}]
+"
+BDEPEND="
+ test? (
+ dev-python/django-cache-url[${PYTHON_USEDEP}]
+ dev-python/dj-database-url[${PYTHON_USEDEP}]
+ dev-python/dj-email-url[${PYTHON_USEDEP}]
+ )
+"
+
+DOCS=( CHANGELOG.md CONTRIBUTING.md README.md )
+
+distutils_enable_tests pytest