summaryrefslogtreecommitdiff
path: root/dev-python/concurrent-log-handler/concurrent-log-handler-0.9.26.ebuild
diff options
context:
space:
mode:
authorLiguros - Gitlab CI/CD [develop] <gitlab@liguros.net>2025-06-11 08:47:03 +0000
committerLiguros - Gitlab CI/CD [develop] <gitlab@liguros.net>2025-06-11 08:47:03 +0000
commit4ae9d111b778eebab57a631571aa8036ab70f3f5 (patch)
treecd9375a737b50a6994b3d14df653db09b10a7db6 /dev-python/concurrent-log-handler/concurrent-log-handler-0.9.26.ebuild
parent18336565ca1ec7d11104b99a38713290be4e2d00 (diff)
downloadbaldeagleos-repo-4ae9d111b778eebab57a631571aa8036ab70f3f5.tar.gz
baldeagleos-repo-4ae9d111b778eebab57a631571aa8036ab70f3f5.tar.xz
baldeagleos-repo-4ae9d111b778eebab57a631571aa8036ab70f3f5.zip
Adding metadata
Diffstat (limited to 'dev-python/concurrent-log-handler/concurrent-log-handler-0.9.26.ebuild')
-rw-r--r--dev-python/concurrent-log-handler/concurrent-log-handler-0.9.26.ebuild27
1 files changed, 0 insertions, 27 deletions
diff --git a/dev-python/concurrent-log-handler/concurrent-log-handler-0.9.26.ebuild b/dev-python/concurrent-log-handler/concurrent-log-handler-0.9.26.ebuild
deleted file mode 100644
index c45e2b69063b..000000000000
--- a/dev-python/concurrent-log-handler/concurrent-log-handler-0.9.26.ebuild
+++ /dev/null
@@ -1,27 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=hatchling
-PYTHON_COMPAT=( python3_{9,10,11,12,13} )
-
-inherit distutils-r1
-
-DESCRIPTION="Python logging handler allowing safe concurrent write to the same log file"
-HOMEPAGE="https://github.com/Preston-Landers/concurrent-log-handler"
-SRC_URI="https://github.com/Preston-Landers/${PN}/archive/${PV}.tar.gz -> ${P}.gh.tar.gz"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="~amd64"
-
-RDEPEND=">=dev-python/portalocker-1.6.0[${PYTHON_USEDEP}]"
-DEPEND="${RDEPEND}"
-BDEPEND="
- test? (
- dev-python/pytest-sugar[${PYTHON_USEDEP}]
- )
-"
-
-distutils_enable_tests pytest