Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/python-json-logger/
Date: Thu, 16 Mar 2023 18:13:21
Message-Id: 1678990286.06d272d6bfe5c34695aa91f764db0f6cc9558f60.mgorny@gentoo
1 commit: 06d272d6bfe5c34695aa91f764db0f6cc9558f60
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Thu Mar 16 18:10:03 2023 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Thu Mar 16 18:11:26 2023 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=06d272d6
7
8 dev-python/python-json-logger: Remove old
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 dev-python/python-json-logger/Manifest | 2 --
13 .../python-json-logger-2.0.5.ebuild | 22 ----------------------
14 .../python-json-logger-2.0.6.ebuild | 22 ----------------------
15 3 files changed, 46 deletions(-)
16
17 diff --git a/dev-python/python-json-logger/Manifest b/dev-python/python-json-logger/Manifest
18 index 5b5f48798b33..417f8667fea7 100644
19 --- a/dev-python/python-json-logger/Manifest
20 +++ b/dev-python/python-json-logger/Manifest
21 @@ -1,3 +1 @@
22 -DIST python-json-logger-2.0.5.tar.gz 10224 BLAKE2B 3254b5240d6ece2cd267d82bde242bfbc28845bf6ad255a2be8bbc1b46cc5d04cba47c3f40f87b401c43e8bf26993210740c4e5aea8b4b737526d69a9dc789c7 SHA512 b9f768df8760c6f3660eb5036c8873bc1075fdca2d622b137af6a385e44e56e69a132df19472cba47dfb81d6699369822d83fdb85ad089ee3cc3a9b7fe428e6d
23 -DIST python-json-logger-2.0.6.tar.gz 10369 BLAKE2B c33766ea303c8210670865ff6e38ceca536f8af3c4eec0d981ffc46328bb832db4c84ab4fbbf1dc970cef1f844fb461fcb364d7fe12e261f701ffda2ff6d600a SHA512 0a4625f1f1aeff62f60bd48bcd695bce5bfb94aa907b41b2f20116fa8f63b84127486796539876c9d5392130c837c59c66b364e1b19225d0bd49899e8efe6b6b
24 DIST python-json-logger-2.0.7.tar.gz 10508 BLAKE2B 818abaa8007db2226beb7e9f9b6326c4c59e11827c740496bfde491a495b8580b74c483b4bead58525942009ae84643758b8fec4dc0ba85e2c1c2deff2445bcf SHA512 a3056f6c07386410204e65d027504df49d890b5c4577a0460077bc698c9104ab8720d6db107153766611f4f22141c0b2b57dbdacba75a7078638945937922f5e
25
26 diff --git a/dev-python/python-json-logger/python-json-logger-2.0.5.ebuild b/dev-python/python-json-logger/python-json-logger-2.0.5.ebuild
27 deleted file mode 100644
28 index 3cf33e8f9d0d..000000000000
29 --- a/dev-python/python-json-logger/python-json-logger-2.0.5.ebuild
30 +++ /dev/null
31 @@ -1,22 +0,0 @@
32 -# Copyright 1999-2023 Gentoo Authors
33 -# Distributed under the terms of the GNU General Public License v2
34 -
35 -EAPI=8
36 -
37 -DISTUTILS_USE_PEP517=setuptools
38 -PYPI_NO_NORMALIZE=1
39 -PYTHON_COMPAT=( python3_{9..11} pypy3 )
40 -
41 -inherit distutils-r1 pypi
42 -
43 -DESCRIPTION="Standard python logging to output log data as json objects"
44 -HOMEPAGE="
45 - https://github.com/madzak/python-json-logger/
46 - https://pypi.org/project/python-json-logger/
47 -"
48 -
49 -LICENSE="BSD"
50 -SLOT="0"
51 -KEYWORDS="~amd64 ~arm64 ~ia64 ~loong ~ppc ~ppc64 ~riscv ~x86"
52 -
53 -distutils_enable_tests unittest
54
55 diff --git a/dev-python/python-json-logger/python-json-logger-2.0.6.ebuild b/dev-python/python-json-logger/python-json-logger-2.0.6.ebuild
56 deleted file mode 100644
57 index 3cf33e8f9d0d..000000000000
58 --- a/dev-python/python-json-logger/python-json-logger-2.0.6.ebuild
59 +++ /dev/null
60 @@ -1,22 +0,0 @@
61 -# Copyright 1999-2023 Gentoo Authors
62 -# Distributed under the terms of the GNU General Public License v2
63 -
64 -EAPI=8
65 -
66 -DISTUTILS_USE_PEP517=setuptools
67 -PYPI_NO_NORMALIZE=1
68 -PYTHON_COMPAT=( python3_{9..11} pypy3 )
69 -
70 -inherit distutils-r1 pypi
71 -
72 -DESCRIPTION="Standard python logging to output log data as json objects"
73 -HOMEPAGE="
74 - https://github.com/madzak/python-json-logger/
75 - https://pypi.org/project/python-json-logger/
76 -"
77 -
78 -LICENSE="BSD"
79 -SLOT="0"
80 -KEYWORDS="~amd64 ~arm64 ~ia64 ~loong ~ppc ~ppc64 ~riscv ~x86"
81 -
82 -distutils_enable_tests unittest