mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-06 00:48:18 -07:00
dev-python/environs: Bump to 14.5.0
Signed-off-by: Michał Górny <mgorny@gentoo.org>
This commit is contained in:
@@ -1 +1,2 @@
|
||||
DIST environs-14.4.0.gh.tar.gz 48220 BLAKE2B 7dd89016a30b6194c666d1b5d4931c1223d52a609ec369c435a8b066daea52622c42932598a07ca43976bec5a186879309d079248809d116e1b110f7a39adcf0 SHA512 e49ec88ed6eaf09465505378db5b74b01637e04b16b53ae0a7245ca4bd26c9ee0ec795c7b7c9b6791bb0d1b0ac7a6cb33c16a0bad7cd30805779b1791e151b69
|
||||
DIST environs-14.5.0.gh.tar.gz 48055 BLAKE2B efb67a9f947169020ab2337ffd065a095f49bd8bbefe51ba45f00f78f105f276b2a8775d1c778c8f5929b667933189752a99fbe814760cacf8fc340650d6eb7f SHA512 421328d2b3bb563cfb3b4ce8eeb7d3032f01f637cdbd481a0c2fc3c05e5768e1b94169386a7ec39c7f7a4a36116dacba7f2ced25c3dc31e43de5dcadcb941f14
|
||||
|
||||
40
dev-python/environs/environs-14.5.0.ebuild
Normal file
40
dev-python/environs/environs-14.5.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
|
||||
Reference in New Issue
Block a user