summaryrefslogtreecommitdiff
path: root/dev-python/concurrent-log-handler
diff options
context:
space:
mode:
Diffstat (limited to 'dev-python/concurrent-log-handler')
-rw-r--r--dev-python/concurrent-log-handler/Manifest5
-rw-r--r--dev-python/concurrent-log-handler/concurrent-log-handler-0.9.28.ebuild28
-rw-r--r--dev-python/concurrent-log-handler/concurrent-log-handler-0.9.29.ebuild28
-rw-r--r--dev-python/concurrent-log-handler/metadata.xml12
4 files changed, 0 insertions, 73 deletions
diff --git a/dev-python/concurrent-log-handler/Manifest b/dev-python/concurrent-log-handler/Manifest
deleted file mode 100644
index 23c02c319e0f..000000000000
--- a/dev-python/concurrent-log-handler/Manifest
+++ /dev/null
@@ -1,5 +0,0 @@
-DIST concurrent-log-handler-0.9.28.gh.tar.gz 63540 BLAKE2B c52cdbeb9e6a478f0bbeba1f408177f85508b9906a4f23663e1656199be282822c3bd1c947645fe9f938fade1e6e1ac4fc07e17f483bc207cda26e5e33d0c7c8 SHA512 c8c2ec381228b742d0affa2be160f93ec5f73adcfa02044d2985e56f3420f4aa77c4de97ae4ca486b57edf0d4cdf7358bf16774f0b0a1ec0ae0d9a94d5568f21
-DIST concurrent-log-handler-0.9.29.gh.tar.gz 98638 BLAKE2B 05e9e7c23b02f7f55eaff59dca56ab14d31ee588a4837d25519cc3584c8e93fd2e4bd8a70cc180c4ef501bf62f43827fc18bc84e3887af07b39b8327e5e1c97b SHA512 2fc046d62d6f5c23e59f29a8cdd67612736b0ba53fdf9770c7acb9ef83031b2950f86c51232f66346dc0d62ed367d89193db2b019151195cff65dff00f350f2e
-EBUILD concurrent-log-handler-0.9.28.ebuild 721 BLAKE2B d736cf5b9d420ba304102d292520ae776026ad1e3d0ed5bb521aad1aad2ed964c3386f65415dc60bca8fa8cf3e908d289b8950a32c1bddd3b3863b37c627d8a6 SHA512 d16746877a5696510a910af29886878901fbf09b8c391f6fcd0eba2b8dd721faf9b85d54b89991d50846e70c42d292fa729ebd86017caed37f7d81e0c8f9dc58
-EBUILD concurrent-log-handler-0.9.29.ebuild 721 BLAKE2B 4adb7576d71a91cbbfefc1ebc4866b57f01dc790195e3b35e03030717213944362e5b363e13f9469a00fca56804ea062444454deb7bc6f27b18efcab2ff34691 SHA512 f5cde6bd6e26dfb72fe4541eab8fd4596ee56fb150733d0dedebbfe0733eabdc6ef5f4366f7ad63c69e27d9979cf5e481b5cd465dff6b7a0f6b9eb5f39730779
-MISC metadata.xml 505 BLAKE2B dad218de3b8ccad3a14150386a121035cfcd6860ef5870e826aa4b94265c89ec5938c3805df79d39c9908e6d48b8e667e28b355a17f77e70dfc25a1f6c25f00b SHA512 662034c51f1da4c2e13698592dadf1f6575f0ffc4f3d111af8d0d08a58fc05d4316b62ea140503d42fd9c1833da9f1b7aacf2d611d4befab0d266c705e192bf9
diff --git a/dev-python/concurrent-log-handler/concurrent-log-handler-0.9.28.ebuild b/dev-python/concurrent-log-handler/concurrent-log-handler-0.9.28.ebuild
deleted file mode 100644
index f9b999b120cf..000000000000
--- a/dev-python/concurrent-log-handler/concurrent-log-handler-0.9.28.ebuild
+++ /dev/null
@@ -1,28 +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_{13..14} )
-
-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
diff --git a/dev-python/concurrent-log-handler/concurrent-log-handler-0.9.29.ebuild b/dev-python/concurrent-log-handler/concurrent-log-handler-0.9.29.ebuild
deleted file mode 100644
index cfa6c63c441c..000000000000
--- a/dev-python/concurrent-log-handler/concurrent-log-handler-0.9.29.ebuild
+++ /dev/null
@@ -1,28 +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_{13..14} )
-
-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-2.6.0[${PYTHON_USEDEP}]"
-DEPEND="${RDEPEND}"
-BDEPEND="
- test? (
- dev-python/pytest-mock[${PYTHON_USEDEP}]
- dev-python/pytest-sugar[${PYTHON_USEDEP}]
- )
-"
-
-distutils_enable_tests pytest
diff --git a/dev-python/concurrent-log-handler/metadata.xml b/dev-python/concurrent-log-handler/metadata.xml
deleted file mode 100644
index 93cf4b504439..000000000000
--- a/dev-python/concurrent-log-handler/metadata.xml
+++ /dev/null
@@ -1,12 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "https://docs.baldeagleos.com/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