dev-python/loguru: New package
Package-Manager: Portage-3.0.20, Repoman-3.0.3 Signed-off-by: Alarig Le Lay <alarig@swordarmor.fr
This commit is contained in:
parent
eefdeefe07
commit
3865bf7526
1
dev-python/loguru/Manifest
Normal file
1
dev-python/loguru/Manifest
Normal file
|
@ -0,0 +1 @@
|
||||||
|
DIST loguru-0.5.3.tar.gz 413858 BLAKE2B 995df880138e09ae80c33c1c96aea36acc635c8915687ca708b708eb4a92722908da4c5c4b03e8dd01ef1a3be560c072821405010f03e131781c4f3dbb7bd9cf SHA512 d26e9fcc79b6eb3437b53a03b8200679bdda8de2bced7710fb252ff3c19622fea48c20c8258a62bcd625bd18bfee080ed0a182876d91f34e1f2ef3524ac9bb46
|
22
dev-python/loguru/loguru-0.5.3.ebuild
Normal file
22
dev-python/loguru/loguru-0.5.3.ebuild
Normal file
|
@ -0,0 +1,22 @@
|
||||||
|
# Copyright 2019-2021 Gentoo Authors
|
||||||
|
# Distributed under the terms of the GNU General Public License v2
|
||||||
|
|
||||||
|
EAPI=7
|
||||||
|
|
||||||
|
PYTHON_COMPAT=( python3_{8..10} )
|
||||||
|
|
||||||
|
inherit distutils-r1
|
||||||
|
|
||||||
|
DESCRIPTION="Python logging made (stupidly) simple"
|
||||||
|
HOMEPAGE="https://github.com/Delgan/loguru"
|
||||||
|
SRC_URI="https://github.com/Delgan/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
|
||||||
|
|
||||||
|
LICENSE="MIT"
|
||||||
|
SLOT="0"
|
||||||
|
KEYWORDS="~amd64 ~ppc64 ~x86"
|
||||||
|
|
||||||
|
RDEPEND="$(python_gen_cond_dep 'dev-python/aiocontextvars[${PYTHON_USEDEP}]' 'python3_6')"
|
||||||
|
BDEPEND="test? ( >=dev-python/colorama-0.3.4[${PYTHON_USEDEP}] )"
|
||||||
|
# filesystem buffering tests may fail
|
||||||
|
# on tmpfs with 64k PAGESZ, but pass fine on ext4
|
||||||
|
distutils_enable_tests pytest
|
16
dev-python/loguru/metadata.xml
Normal file
16
dev-python/loguru/metadata.xml
Normal file
|
@ -0,0 +1,16 @@
|
||||||
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
|
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
|
||||||
|
<pkgmetadata>
|
||||||
|
<maintainer type="person">
|
||||||
|
<email>gyakovlev@gentoo.org</email>
|
||||||
|
<name>Georgy Yakovlev</name>
|
||||||
|
</maintainer>
|
||||||
|
<longdescription lang="en">
|
||||||
|
This library is intended to make Python logging less painful by adding a bunch of useful functionalities that solve caveats of the standard loggers.
|
||||||
|
Using logs in your application should be an automatism, Loguru tries to make it both pleasant and powerful.
|
||||||
|
</longdescription>
|
||||||
|
<upstream>
|
||||||
|
<remote-id type="github">Delgan/loguru</remote-id>
|
||||||
|
<remote-id type="pypi">loguru</remote-id>
|
||||||
|
</upstream>
|
||||||
|
</pkgmetadata>
|
Loading…
Reference in a new issue