mirror of
https://github.com/pentoo/pentoo-overlay
synced 2026-05-08 20:43:38 +02:00
loguru: remove in Gentoo's favour
This commit is contained in:
parent
0115215de6
commit
5523469409
4 changed files with 1 additions and 54 deletions
|
|
@ -1 +0,0 @@
|
|||
DIST loguru-0.7.2.gh.tar.gz 443643 BLAKE2B 208c4ad989257e0e0d5cecf41c9722f398e5c73528f8a88c92e28490121723d5c19b4170ff246446e94237e8bb732f83e4b9fcc66c42aa7e3c1ba25aaa069e34 SHA512 e4d358f12ec33393bdac836206a15a3161653684b69839f58bbdc692155e4aee4b6ec700ab13b83f431a67df5ec86cacf2cb90fa052827e5e03c68c1f132e339
|
||||
|
|
@ -1,35 +0,0 @@
|
|||
# Copyright 2019-2023 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
DISTUTILS_USE_PEP517=setuptools
|
||||
PYTHON_COMPAT=( python3_{9..12} )
|
||||
|
||||
inherit distutils-r1
|
||||
|
||||
DESCRIPTION="Python logging made (stupidly) simple"
|
||||
HOMEPAGE="
|
||||
https://github.com/Delgan/loguru/
|
||||
https://pypi.org/project/loguru/
|
||||
"
|
||||
SRC_URI="
|
||||
https://github.com/Delgan/loguru/archive/${PV}.tar.gz
|
||||
-> ${P}.gh.tar.gz
|
||||
"
|
||||
|
||||
LICENSE="MIT"
|
||||
SLOT="0"
|
||||
KEYWORDS="amd64 arm64 ~ppc64 x86"
|
||||
|
||||
BDEPEND="
|
||||
test? (
|
||||
>=dev-python/colorama-0.4.6[${PYTHON_USEDEP}]
|
||||
>=dev-python/freezegun-1.2.2[${PYTHON_USEDEP}]
|
||||
dev-python/mypy[${PYTHON_USEDEP}]
|
||||
)
|
||||
"
|
||||
|
||||
# filesystem buffering tests may fail
|
||||
# on tmpfs with 64k PAGESZ, but pass fine on ext4
|
||||
distutils_enable_tests pytest
|
||||
|
|
@ -1,16 +0,0 @@
|
|||
<?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>
|
||||
|
|
@ -286,7 +286,7 @@ dev-python/tzdata
|
|||
~dev-python/libarchive-c-2.7
|
||||
~dev-python/scapy-http-1.8
|
||||
~dev-python/service_identity-16.0.0
|
||||
=dev-python/loguru-0.6*
|
||||
=dev-python/loguru-0.7*
|
||||
|
||||
#required by rfcat
|
||||
=dev-python/pyside2-5.15*
|
||||
|
|
@ -348,7 +348,6 @@ dev-python/antlr4-python3-runtime
|
|||
|
||||
#required by androguard
|
||||
dev-python/pydot amd64
|
||||
~dev-python/loguru-0.7.0
|
||||
~dev-python/debugpy-1.8.0
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue