diff options
Diffstat (limited to 'dev-python/python-json-logger')
| -rw-r--r-- | dev-python/python-json-logger/Manifest | 1 | ||||
| -rw-r--r-- | dev-python/python-json-logger/python-json-logger-4.2.0.ebuild | 29 |
2 files changed, 30 insertions, 0 deletions
diff --git a/dev-python/python-json-logger/Manifest b/dev-python/python-json-logger/Manifest index ff62229fb7f1..0fd44822eb2e 100644 --- a/dev-python/python-json-logger/Manifest +++ b/dev-python/python-json-logger/Manifest @@ -1 +1,2 @@ DIST python_json_logger-4.1.0.tar.gz 17573 BLAKE2B 73eac45755b989f8d0718a7c935eeec29bfdf3ab97a937a84611f8e70550a77e4ece410e67088643749f2b381a8cbf7cb1155a549a7c3b799bb3f4cd9d95c46b SHA512 082d99f4e3c5503c1b8e1e40d33422fe98716e4e0019d94995ea937096b2c449a30889a91006899cf91f0489d6b51f559148ee29d490254f588b675e7a31354a +DIST python_json_logger-4.2.0.tar.gz 18211 BLAKE2B 994718b977d41dd39354e8eea5aba055838979d12247acc851b707a687e5e186ca1feac04d784f6841979cbf3086c4d20bdd1782269cc45544370a9418dc3420 SHA512 29772063bbd7ac9ba9eb25e5a5b7e91457564d7d660f0d3813dfa3850e7a2b3ea686959d9f3c97d7a9e827802bb7b0a5b2f4d6c407a3399e96b4c9abed6ffc2f diff --git a/dev-python/python-json-logger/python-json-logger-4.2.0.ebuild b/dev-python/python-json-logger/python-json-logger-4.2.0.ebuild new file mode 100644 index 000000000000..6b23177ce335 --- /dev/null +++ b/dev-python/python-json-logger/python-json-logger-4.2.0.ebuild @@ -0,0 +1,29 @@ +# Copyright 1999-2026 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +DISTUTILS_USE_PEP517=setuptools +PYTHON_COMPAT=( python3_{13..14} ) + +inherit distutils-r1 pypi + +DESCRIPTION="Standard python logging to output log data as json objects" +HOMEPAGE=" + https://github.com/madzak/python-json-logger/ + https://pypi.org/project/python-json-logger/ +" + +LICENSE="BSD" +SLOT="0" +KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~loong ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86" + +BDEPEND=" + test? ( + dev-python/freezegun[${PYTHON_USEDEP}] + dev-python/tzdata[${PYTHON_USEDEP}] + ) +" + +EPYTEST_PLUGINS=() +distutils_enable_tests pytest |
