mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2025-12-21 21:17:37 -08:00
gentoo.org redirects to https for some years now. Drop use of http. Signed-off-by: Joe Kappus <joe@wt.gd> Closes: https://github.com/gentoo/gentoo/pull/37171 Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
15 lines
649 B
XML
15 lines
649 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
|
|
<pkgmetadata>
|
|
<maintainer type="project">
|
|
<email>python@gentoo.org</email>
|
|
<name>Python</name>
|
|
</maintainer>
|
|
<longdescription lang="en">
|
|
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.</longdescription>
|
|
<upstream>
|
|
<remote-id type="github">madzak/python-json-logger</remote-id>
|
|
<remote-id type="pypi">python-json-logger</remote-id>
|
|
</upstream>
|
|
</pkgmetadata>
|