diff options
| author | Liguros - Gitlab CI/CD [develop] <gitlab@liguros.net> | 2025-06-09 19:00:20 +0000 |
|---|---|---|
| committer | Liguros - Gitlab CI/CD [develop] <gitlab@liguros.net> | 2025-06-09 19:00:20 +0000 |
| commit | a38e29fa3d1d73aa80df8b62ff1dd7ddf8967a99 (patch) | |
| tree | 401c101fc6ec81a5d9c74b0caa3b714dc767b39e /dev-python/concurrent-log-handler/concurrent-log-handler-0.9.27.ebuild | |
| parent | d040dfeee4aeee655599ab9091f1fb756b21c23d (diff) | |
| download | baldeagleos-repo-a38e29fa3d1d73aa80df8b62ff1dd7ddf8967a99.tar.gz baldeagleos-repo-a38e29fa3d1d73aa80df8b62ff1dd7ddf8967a99.tar.xz baldeagleos-repo-a38e29fa3d1d73aa80df8b62ff1dd7ddf8967a99.zip | |
Adding metadata
Diffstat (limited to 'dev-python/concurrent-log-handler/concurrent-log-handler-0.9.27.ebuild')
| -rw-r--r-- | dev-python/concurrent-log-handler/concurrent-log-handler-0.9.27.ebuild | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/dev-python/concurrent-log-handler/concurrent-log-handler-0.9.27.ebuild b/dev-python/concurrent-log-handler/concurrent-log-handler-0.9.27.ebuild new file mode 100644 index 000000000000..023640118a2c --- /dev/null +++ b/dev-python/concurrent-log-handler/concurrent-log-handler-0.9.27.ebuild @@ -0,0 +1,28 @@ +# 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-mock[${PYTHON_USEDEP}] + dev-python/pytest-sugar[${PYTHON_USEDEP}] + ) +" + +distutils_enable_tests pytest |
