diff --git a/dev-python/python-json-logger/Manifest b/dev-python/python-json-logger/Manifest deleted file mode 100644 index 36a19c729f..0000000000 --- a/dev-python/python-json-logger/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST python-json-logger-2.0.2.tar.gz 9546 BLAKE2B 0c331e6b57c2c49161502e8c015f93a829944232ff1b0754cac4e9f92fc92f8a3bdd33f0401a5e913a48ff5f3a40f52325cc4074a83f1b10d875c06f6127d85b SHA512 ce9df1cff0b91e64b7e2d75064d7ad0ec95f0845354e422fabaebba81dc94b31c7944ed40312c0025b690ec34c87a4778beb5d19adb9f621629389bc421ee62e diff --git a/dev-python/python-json-logger/metadata.xml b/dev-python/python-json-logger/metadata.xml deleted file mode 100644 index fc09474f40..0000000000 --- a/dev-python/python-json-logger/metadata.xml +++ /dev/null @@ -1,15 +0,0 @@ - - - - - comaintainers welcome - lssndrbarbieri@gmail.com - Alessandro Barbieri - - -This library is provided to allow standard python logging to output log data as json objects. With JSON we can make our logs more readable by machines and we can stop writing custom parsers for syslog type records. - - madzak/python-json-logger - python-json-logger - - diff --git a/dev-python/python-json-logger/python-json-logger-2.0.2.ebuild b/dev-python/python-json-logger/python-json-logger-2.0.2.ebuild deleted file mode 100644 index 74b52d3679..0000000000 --- a/dev-python/python-json-logger/python-json-logger-2.0.2.ebuild +++ /dev/null @@ -1,21 +0,0 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -PYTHON_COMPAT=( python3_{8..10} pypy3 ) - -inherit distutils-r1 - -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/ -" -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" - -LICENSE="BSD" -SLOT="0" -KEYWORDS="~amd64" - -distutils_enable_tests unittest