diff options
| author | Michał Górny <mgorny@gentoo.org> | 2025-04-14 06:20:56 +0200 |
|---|---|---|
| committer | Michał Górny <mgorny@gentoo.org> | 2025-04-14 06:20:56 +0200 |
| commit | d1efc66450cb46e97a38d8e0507057bd3247c8d4 (patch) | |
| tree | fb1debdd987d0f5ad702cb16f58959fbd28d8354 /dev-python | |
| parent | 364e4e3eac2623e7d10bf0328b896be0a7ac906b (diff) | |
| download | gentoo-d1efc66450cb46e97a38d8e0507057bd3247c8d4.tar.gz gentoo-d1efc66450cb46e97a38d8e0507057bd3247c8d4.tar.bz2 gentoo-d1efc66450cb46e97a38d8e0507057bd3247c8d4.zip | |
dev-python/python-json-logger: Remove old
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python')
| -rw-r--r-- | dev-python/python-json-logger/Manifest | 1 | ||||
| -rw-r--r-- | dev-python/python-json-logger/python-json-logger-3.2.1.ebuild | 33 |
2 files changed, 0 insertions, 34 deletions
diff --git a/dev-python/python-json-logger/Manifest b/dev-python/python-json-logger/Manifest index aaa33b4eaca7..82575ff256af 100644 --- a/dev-python/python-json-logger/Manifest +++ b/dev-python/python-json-logger/Manifest @@ -1,2 +1 @@ -DIST python_json_logger-3.2.1.tar.gz 16287 BLAKE2B 7c25119202e8b1c98ef97a27670290151de0edbcf7b0d4b8aae733e379d53d0747df1306677c669d33d4b83259341b2ae74b322a578703e9268bc307d4cc2a65 SHA512 731ee10223c688602f1c89800cdd8f6045917239d796a08dd8317a210b98e02afb4d894c74d897675ad526112e46534570e78a8d3686b4c2009f2b4c41b925b2 DIST python_json_logger-3.3.0.tar.gz 16642 BLAKE2B 79f7271815af3a6f29e4f9cfda58b7bae2c08d0aef7a6e5bbab04dedbd8db2973addd40361c58e6a47e0ef765d15f0b0c262f41cf74b2c4e20d08478250d7e00 SHA512 6779464281fd8b7e4171adcf50aedc7f362df62d99bbd1982b5bef657a3a2f1e2191c4aa0f5acd688dd3554af547f5d72e785e493e21dbaa342127c92da5daa5 diff --git a/dev-python/python-json-logger/python-json-logger-3.2.1.ebuild b/dev-python/python-json-logger/python-json-logger-3.2.1.ebuild deleted file mode 100644 index 770c5c65bf61..000000000000 --- a/dev-python/python-json-logger/python-json-logger-3.2.1.ebuild +++ /dev/null @@ -1,33 +0,0 @@ -# Copyright 1999-2025 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{10..13} pypy3 pypy3_11 ) - -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}] - ) -" - -distutils_enable_tests pytest - -python_test() { - local -x PYTEST_DISABLE_PLUGIN_AUTOLOAD=1 - epytest -} |
