mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-01-06 02:17:34 -08:00
dev-python/environs: Bump to 14.3.0
Signed-off-by: Michał Górny <mgorny@gentoo.org>
This commit is contained in:
parent
579fc90dcd
commit
24d557411c
@ -1 +1,2 @@
|
||||
DIST environs-14.2.0.gh.tar.gz 45178 BLAKE2B 167c96d0a0845d25b38d7b2f2cefc3f00eb5468be3c70667944537de008a92b8691f096a44f1a7728ea2bdf88450fec2335f15f186a97732cdbc570797129ca4 SHA512 c1b34cf4cda44864083c14622d020a9c907b9cbcbc0e18ff18e1044bc9fee9fc71a63513118f237141ea32bd72333bcd5e9101b0f3db06c368fb24aa16b1ed5c
|
||||
DIST environs-14.3.0.gh.tar.gz 46904 BLAKE2B c787c7e62d92dfa4a39f8ef7a9017806608743a8d601f8669f47b5bdaa60215db8c6aa25a435ba2b3c0cb4dab7bea423bba066c745f1530cabdaf5e31e065ab7 SHA512 70acb1f5f3d607b75098d8d679c09052d2bd585124032a09d518c7067559b62eedac0a45adac76dcd25fa8c9366a84773199ffd2283b34da63e12aca9c466953
|
||||
|
||||
40
dev-python/environs/environs-14.3.0.ebuild
Normal file
40
dev-python/environs/environs-14.3.0.ebuild
Normal file
@ -0,0 +1,40 @@
|
||||
# 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 )
|
||||
|
||||
EPYTEST_PLUGINS=()
|
||||
distutils_enable_tests pytest
|
||||
Loading…
x
Reference in New Issue
Block a user