diff options
| author | Liguros - Gitlab CI/CD [develop] <gitlab@liguros.net> | 2023-05-02 01:05:23 +0000 |
|---|---|---|
| committer | Liguros - Gitlab CI/CD [develop] <gitlab@liguros.net> | 2023-05-02 01:05:23 +0000 |
| commit | 1a07403c957c06bad3c0510f9da8fcd9b9e6eb0f (patch) | |
| tree | 99e562b794c03576c2ff6aaf048f51711975ad58 /dev-python/concurrent-log-handler | |
| parent | e0968e5ee407d5b6dae5c7a8cb5bba33471aa55e (diff) | |
| download | baldeagleos-repo-1a07403c957c06bad3c0510f9da8fcd9b9e6eb0f.tar.gz baldeagleos-repo-1a07403c957c06bad3c0510f9da8fcd9b9e6eb0f.tar.xz baldeagleos-repo-1a07403c957c06bad3c0510f9da8fcd9b9e6eb0f.zip | |
Adding metadata
Diffstat (limited to 'dev-python/concurrent-log-handler')
| -rw-r--r-- | dev-python/concurrent-log-handler/Manifest | 3 | ||||
| -rw-r--r-- | dev-python/concurrent-log-handler/concurrent-log-handler-0.9.20.ebuild | 24 | ||||
| -rw-r--r-- | dev-python/concurrent-log-handler/metadata.xml | 12 |
3 files changed, 39 insertions, 0 deletions
diff --git a/dev-python/concurrent-log-handler/Manifest b/dev-python/concurrent-log-handler/Manifest new file mode 100644 index 000000000000..498356e79a7d --- /dev/null +++ b/dev-python/concurrent-log-handler/Manifest @@ -0,0 +1,3 @@ +DIST concurrent-log-handler-0.9.20.gh.tar.gz 24916 BLAKE2B 2345a142f4509b94ad9956cd2893ef2a342c5caa2920bdd863a3f2aea183ea957369a3b90d2d240df04f726a3cc74318c5a5dd034813b2b89efeb82ea6cc7684 SHA512 c1cde4a2c02e980d92392fd3d73c315684ac3df84dfa1f135854590d54cfb0776836a8f2b9e99b02f30afc52c01391ebe1c778dccef4c19bc31c0d22c780a27f +EBUILD concurrent-log-handler-0.9.20.ebuild 645 BLAKE2B 2139496d295850bcfc119703019834fd50c52829825816d86956b5b7918b19bf3f8d4717b92670de4d87f0a2e743f4d0c302bd4a103b3a833fb57d509398a81f SHA512 707b2dcb573daed100de4f57917a132f23cde386bade3607e2e2d00c89461421c63fd1bccfb6b5f9b4617d6569e9da010300f2034a3e72273b651e45853c08db +MISC metadata.xml 505 BLAKE2B dad218de3b8ccad3a14150386a121035cfcd6860ef5870e826aa4b94265c89ec5938c3805df79d39c9908e6d48b8e667e28b355a17f77e70dfc25a1f6c25f00b SHA512 662034c51f1da4c2e13698592dadf1f6575f0ffc4f3d111af8d0d08a58fc05d4316b62ea140503d42fd9c1833da9f1b7aacf2d611d4befab0d266c705e192bf9 diff --git a/dev-python/concurrent-log-handler/concurrent-log-handler-0.9.20.ebuild b/dev-python/concurrent-log-handler/concurrent-log-handler-0.9.20.ebuild new file mode 100644 index 000000000000..e28787752b7e --- /dev/null +++ b/dev-python/concurrent-log-handler/concurrent-log-handler-0.9.20.ebuild @@ -0,0 +1,24 @@ +# Copyright 1999-2022 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +DISTUTILS_USE_PEP517=setuptools +PYTHON_COMPAT=( python3_{7,8,9,10,11} ) + +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.4.0[${PYTHON_USEDEP}]" +DEPEND="${RDEPEND}" + +python_test() { + ${EPYTHON} stresstest.py || die "Test failed" +} diff --git a/dev-python/concurrent-log-handler/metadata.xml b/dev-python/concurrent-log-handler/metadata.xml new file mode 100644 index 000000000000..0cea4490b72f --- /dev/null +++ b/dev-python/concurrent-log-handler/metadata.xml @@ -0,0 +1,12 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "https://liguros.gitlab.io/dtd/metadata.dtd"> +<pkgmetadata> + <maintainer type="person"> + <email>marcin.deranek@slonko.net</email> + <name>Marcin Deranek</name> + </maintainer> + <upstream> + <bugs-to>https://github.com/Preston-Landers/concurrent-log-handler/issues</bugs-to> + </upstream> + <origin>slonko-overlay</origin> +</pkgmetadata>
\ No newline at end of file |
