summaryrefslogtreecommitdiff
path: root/dev-python/jaraco-logging
diff options
context:
space:
mode:
Diffstat (limited to 'dev-python/jaraco-logging')
-rw-r--r--dev-python/jaraco-logging/Manifest4
-rw-r--r--dev-python/jaraco-logging/jaraco-logging-3.2.0.ebuild39
-rw-r--r--dev-python/jaraco-logging/jaraco-logging-3.3.0.ebuild4
3 files changed, 3 insertions, 44 deletions
diff --git a/dev-python/jaraco-logging/Manifest b/dev-python/jaraco-logging/Manifest
index 7606e64e5364..7615cc34dffd 100644
--- a/dev-python/jaraco-logging/Manifest
+++ b/dev-python/jaraco-logging/Manifest
@@ -1,5 +1,3 @@
-DIST jaraco.logging-3.2.0.tar.gz 8907 BLAKE2B 9329655842f1e46af1a8eff72d97bd8c46dea60bdf1fb1e4decf5a47a95d162b825c6586db6629529a833b36944a38c536d0bb8127c60ac04e91d9553cf49682 SHA512 dd5a66bf03d01378e542553c08f8daf6aa2ec9aa8087b8d11f34b4527a1fb1e41b20142ac9b5d9e5eb8f510f50f7d1a3ec11a8eff9871190b4d4392b68bbada7
DIST jaraco.logging-3.3.0.tar.gz 9082 BLAKE2B 8dadd0ef5c13fda35c580a4ff4fb011d35f28461471f353efe1211240e5bac52419bb1d7a6034db3d46c1bb0a73654ded5f50b296b3c5f16e821588d445e597f SHA512 edb0ce89420a05d0f0634b3486b831e01a51e9a8e186afc3a496013c4326aeb3f67f5492900de8991e18faf171ae1785eda60b0523da7065da9fdb0a2fa10a5d
-EBUILD jaraco-logging-3.2.0.ebuild 892 BLAKE2B 4f9f424483314a0295fa5c324c77da4d15bb6df858e85bb047435bdad799196c38a863bbb381cb4a26a9f40d5e74fc8b1e4e717d6beb07c9e8f3c95d4dcf3149 SHA512 b316df69e98e56f728e0b23c50cd5bf3840e6c124518281ae0e328b53ce4db0aa7d2f2d703b8c0712c464bf6cd188408f22b127c9bac92e7ddff2486609d3b51
-EBUILD jaraco-logging-3.3.0.ebuild 895 BLAKE2B 80104f808164d6bf83d693c7baa1e20683c7ba34db0ca49ef1303450e02d4b448a18def7329b761df9830ca4cda4474c263cfa55133f5667563afc4166fe68eb SHA512 de8b667bea68364c535019c71dde2a9256ed0cd112e8e1cb2924f3b0381d9286dff14b2a59ba451af1993b5d433a9ffc62cb9f8d4dfda8672263961b44a133a2
+EBUILD jaraco-logging-3.3.0.ebuild 892 BLAKE2B 9bcf8d8a730d8c044dc3c2e4df8cb1eba6219987b96e7c5911f485a47fb2694f8dd0b692d7ba84eb7c29957e520d1866d88593c7351e6b264c42db08a49a51a1 SHA512 776ff8094d1de6918bed3e37b4b7fefcdb0fc4accf9cd1293d9593a1d8e84812f7c553fe6334d0a9b3686eb2cf590e462fd5c4868c26dd78b8fdf8d06615f2b4
MISC metadata.xml 472 BLAKE2B 49d730fc3b557765c39f1d0bf4c4cb2ee6fa58e2e781396c3e5aeee73f709a12be25c07732d294291104c8bae61d5fb4efdeb9a0c114291ad1bab35b54fd643e SHA512 93611fb746b34ac2f2b5652ebb1de307a94cfde723458e6b7a0a46deae0b026f01eed25946e1d0864191c576352b2d3abc37d2493b2af71e143a414afa3e1bfa
diff --git a/dev-python/jaraco-logging/jaraco-logging-3.2.0.ebuild b/dev-python/jaraco-logging/jaraco-logging-3.2.0.ebuild
deleted file mode 100644
index a00fbac6b4f3..000000000000
--- a/dev-python/jaraco-logging/jaraco-logging-3.2.0.ebuild
+++ /dev/null
@@ -1,39 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYPI_NO_NORMALIZE=1
-PYPI_PN=${PN/-/.}
-PYTHON_COMPAT=( pypy3 python3_{10..12} )
-
-inherit distutils-r1 pypi
-
-DESCRIPTION="Additional facilities to supplement Python's stdlib logging module"
-HOMEPAGE="
- https://github.com/jaraco/jaraco.logging/
- https://pypi.org/project/jaraco.logging/
-"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="amd64 arm64 ~riscv x86"
-
-RDEPEND="
- dev-python/tempora[${PYTHON_USEDEP}]
-"
-BDEPEND="
- >=dev-python/setuptools-scm-1.15.0[${PYTHON_USEDEP}]
-"
-
-distutils_enable_tests pytest
-
-python_test() {
- # create a pkgutil-style __init__.py in order to fix pytest's
- # determination of package paths
- cat > jaraco/__init__.py <<-EOF || die
- __path__ = __import__("pkgutil").extend_path(__path__, __name__)
- EOF
- epytest --doctest-modules
-}
diff --git a/dev-python/jaraco-logging/jaraco-logging-3.3.0.ebuild b/dev-python/jaraco-logging/jaraco-logging-3.3.0.ebuild
index 6ccc42015218..786cbbc50940 100644
--- a/dev-python/jaraco-logging/jaraco-logging-3.3.0.ebuild
+++ b/dev-python/jaraco-logging/jaraco-logging-3.3.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2023 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
@@ -18,7 +18,7 @@ HOMEPAGE="
LICENSE="MIT"
SLOT="0"
-KEYWORDS="~amd64 ~arm64 ~riscv ~x86"
+KEYWORDS="amd64 arm64 ~riscv x86"
RDEPEND="
dev-python/tempora[${PYTHON_USEDEP}]