summaryrefslogtreecommitdiff
path: root/dev-python/python-json-logger/python-json-logger-2.0.6.ebuild
diff options
context:
space:
mode:
authorV3n3RiX <venerix@koprulu.sector>2023-03-17 00:25:50 +0000
committerV3n3RiX <venerix@koprulu.sector>2023-03-17 00:25:50 +0000
commit48dbe17904ac8ee6f006488d8f21734b0d253db4 (patch)
tree90c7f087cbefd4ac6b893072d309e75dbf019f76 /dev-python/python-json-logger/python-json-logger-2.0.6.ebuild
parent7972abc05090180dcc09d2b16af4020ce1cd1841 (diff)
gentoo auto-resync : 17:03:2023 - 00:25:50
Diffstat (limited to 'dev-python/python-json-logger/python-json-logger-2.0.6.ebuild')
-rw-r--r--dev-python/python-json-logger/python-json-logger-2.0.6.ebuild22
1 files changed, 0 insertions, 22 deletions
diff --git a/dev-python/python-json-logger/python-json-logger-2.0.6.ebuild b/dev-python/python-json-logger/python-json-logger-2.0.6.ebuild
deleted file mode 100644
index 3cf33e8f9d0d..000000000000
--- a/dev-python/python-json-logger/python-json-logger-2.0.6.ebuild
+++ /dev/null
@@ -1,22 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYPI_NO_NORMALIZE=1
-PYTHON_COMPAT=( python3_{9..11} pypy3 )
-
-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 ~arm64 ~ia64 ~loong ~ppc ~ppc64 ~riscv ~x86"
-
-distutils_enable_tests unittest