summaryrefslogtreecommitdiff
path: root/dev-python/coloredlogs
diff options
context:
space:
mode:
authorLiguros - Gitlab CI/CD [develop] <gitlab@liguros.net>2024-07-21 07:21:48 +0000
committerLiguros - Gitlab CI/CD [develop] <gitlab@liguros.net>2024-07-21 07:21:48 +0000
commiteb713a2e58ad2c091a27fa052d98924ca7f51a86 (patch)
treed069ca20696094c25142d207a4791070a6625ec2 /dev-python/coloredlogs
parent917e7b831db1cb3af64f44da46900caf5caae224 (diff)
downloadbaldeagleos-repo-eb713a2e58ad2c091a27fa052d98924ca7f51a86.tar.gz
baldeagleos-repo-eb713a2e58ad2c091a27fa052d98924ca7f51a86.tar.xz
baldeagleos-repo-eb713a2e58ad2c091a27fa052d98924ca7f51a86.zip
Adding metadata
Diffstat (limited to 'dev-python/coloredlogs')
-rw-r--r--dev-python/coloredlogs/coloredlogs-15.0.1-r1.ebuild44
-rw-r--r--dev-python/coloredlogs/coloredlogs-15.0.1-r2.ebuild2
2 files changed, 1 insertions, 45 deletions
diff --git a/dev-python/coloredlogs/coloredlogs-15.0.1-r1.ebuild b/dev-python/coloredlogs/coloredlogs-15.0.1-r1.ebuild
deleted file mode 100644
index 2f8348bdef9c..000000000000
--- a/dev-python/coloredlogs/coloredlogs-15.0.1-r1.ebuild
+++ /dev/null
@@ -1,44 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PYTHON_COMPAT=( python3_{8,9,10,11,12} pypy3 )
-DISTUTILS_USE_PEP517=setuptools
-inherit distutils-r1 pypi
-
-DESCRIPTION="Colored stream handler for the logging module"
-HOMEPAGE="
- https://pypi.org/project/coloredlogs/
- https://github.com/xolox/python-coloredlogs
- https://coloredlogs.readthedocs.io/en/latest/
-"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="amd64 ~arm ~x86 ~amd64-linux ~x86-linux"
-
-RDEPEND="
- >=dev-python/humanfriendly-9.1[${PYTHON_USEDEP}]"
-BDEPEND="
- test? (
- dev-python/capturer[${PYTHON_USEDEP}]
- dev-python/coverage[${PYTHON_USEDEP}]
- dev-python/mock[${PYTHON_USEDEP}]
- dev-python/verboselogs[${PYTHON_USEDEP}]
- )
-"
-
-PATCHES=( "${FILESDIR}/coloredlogs-14.0-fix-install-prefix.patch" )
-
-distutils_enable_sphinx docs
-distutils_enable_tests pytest
-
-EPYTEST_DESELECT=(
- # test_auto_install fails because the pth file isn't being loaded
- coloredlogs/tests.py::ColoredLogsTestCase::test_auto_install
-)
-
-python_test() {
- epytest coloredlogs/tests.py
-}
diff --git a/dev-python/coloredlogs/coloredlogs-15.0.1-r2.ebuild b/dev-python/coloredlogs/coloredlogs-15.0.1-r2.ebuild
index c3833390c9a3..0c983e685eaf 100644
--- a/dev-python/coloredlogs/coloredlogs-15.0.1-r2.ebuild
+++ b/dev-python/coloredlogs/coloredlogs-15.0.1-r2.ebuild
@@ -16,7 +16,7 @@ HOMEPAGE="
LICENSE="MIT"
SLOT="0"
-KEYWORDS="~amd64 ~arm ~x86 ~amd64-linux ~x86-linux"
+KEYWORDS="amd64 ~arm ~x86 ~amd64-linux ~x86-linux"
RDEPEND="
>=dev-python/humanfriendly-9.1[${PYTHON_USEDEP}]"