summaryrefslogtreecommitdiff
path: root/dev-python/concurrent-log-handler
diff options
context:
space:
mode:
authorLiguros - Gitlab CI/CD [develop] <gitlab@liguros.net>2025-04-14 06:58:31 +0000
committerLiguros - Gitlab CI/CD [develop] <gitlab@liguros.net>2025-04-14 06:58:31 +0000
commitf676f547018ac45e59fea8b12226122ce8bf41d0 (patch)
treef175af249feacb581526ee78eea369ccbd063036 /dev-python/concurrent-log-handler
parentc0c2cbeb1d7b50dcb1988ee42703936629ecfb32 (diff)
downloadbaldeagleos-repo-f676f547018ac45e59fea8b12226122ce8bf41d0.tar.gz
baldeagleos-repo-f676f547018ac45e59fea8b12226122ce8bf41d0.tar.xz
baldeagleos-repo-f676f547018ac45e59fea8b12226122ce8bf41d0.zip
Adding metadata
Diffstat (limited to 'dev-python/concurrent-log-handler')
-rw-r--r--dev-python/concurrent-log-handler/Manifest4
-rw-r--r--dev-python/concurrent-log-handler/concurrent-log-handler-0.9.25.ebuild (renamed from dev-python/concurrent-log-handler/concurrent-log-handler-0.9.24.ebuild)7
2 files changed, 8 insertions, 3 deletions
diff --git a/dev-python/concurrent-log-handler/Manifest b/dev-python/concurrent-log-handler/Manifest
index da7f35b75ffd..b908fca2afe2 100644
--- a/dev-python/concurrent-log-handler/Manifest
+++ b/dev-python/concurrent-log-handler/Manifest
@@ -1,3 +1,3 @@
-DIST concurrent-log-handler-0.9.24.gh.tar.gz 39055 BLAKE2B 37bc4f3a39ecbe999b6518dc088b7bfa5599a32489277e511bac9b66dd1b4c2b188f0452902745a04008e2d539d6a4455638f94fd143a17c6a5e73a260a49cb7 SHA512 22d11dd7a40f72874b588830e615d942f62fe7bb3269094433978b80333ef7755f3171c0624e6d232d5939dfece6ddc330268a5ffe5883e12160c8c1e72acfd6
-EBUILD concurrent-log-handler-0.9.24.ebuild 611 BLAKE2B ce79cec638269f4bbdcedc0d2b4276158dbb20f8f0e033d43672a3222d899a7d50d7c5057eec3919664fb5f2e72c20ae00ebfbc7f27e69b1738c09b8413fba47 SHA512 1353e4939e6722499e5ee1e2baebcdd2344391ef1d37e297fc022c9d8fd2cd4314fd3e1c10fde2943e8986d1f408c0360ab83b7b6aefe85a300070b2cf6c65b7
+DIST concurrent-log-handler-0.9.25.gh.tar.gz 41565 BLAKE2B c9a9641f31baade25a6f7fca24f213a0b41b31d7b6c9ea4ee4778b5b1662428ce22bc5e532bc877354d218db459441c37f4918a6119e469a3495aba3e0a7f564 SHA512 682f33a9a81c78e7c07bcf7c30f5955100a2846d08d3da4331ec8d155e5a35c92e224bafbb848b121b41ab2e84b60b35a31034185b57b7c02ea4bdaaccf8c4ac
+EBUILD concurrent-log-handler-0.9.25.ebuild 678 BLAKE2B e82132ad3408d04893d597d9c4807a349e355ef2b4b580447150fa8fc1a336b029b326c244e5c956ea1c6785995777282ae2818f2196f0c5e7f1cae9653b4592 SHA512 d098a392ba801b8a3b01ab97de348e4c5e9a6527c44d5bc87d2587c6a26b6f53f55564e5fd0d28fda3b82f74549f9f7763738a5a7b33b6ba39ee0b7049761e5e
MISC metadata.xml 505 BLAKE2B dad218de3b8ccad3a14150386a121035cfcd6860ef5870e826aa4b94265c89ec5938c3805df79d39c9908e6d48b8e667e28b355a17f77e70dfc25a1f6c25f00b SHA512 662034c51f1da4c2e13698592dadf1f6575f0ffc4f3d111af8d0d08a58fc05d4316b62ea140503d42fd9c1833da9f1b7aacf2d611d4befab0d266c705e192bf9
diff --git a/dev-python/concurrent-log-handler/concurrent-log-handler-0.9.24.ebuild b/dev-python/concurrent-log-handler/concurrent-log-handler-0.9.25.ebuild
index 6e6f9b22ff94..c45e2b69063b 100644
--- a/dev-python/concurrent-log-handler/concurrent-log-handler-0.9.24.ebuild
+++ b/dev-python/concurrent-log-handler/concurrent-log-handler-0.9.25.ebuild
@@ -3,7 +3,7 @@
EAPI=8
-DISTUTILS_USE_PEP517=setuptools
+DISTUTILS_USE_PEP517=hatchling
PYTHON_COMPAT=( python3_{9,10,11,12,13} )
inherit distutils-r1
@@ -18,5 +18,10 @@ 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