diff options
author | Michał Górny <mgorny@gentoo.org> | 2021-06-15 07:36:17 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2021-06-15 07:36:56 +0200 |
commit | aefe3f3dce6eea3d76695116c8045cd84c9f04f3 (patch) | |
tree | 1fc4faf33ed747cd76bb459a8bd57c79e200c803 /dev-python/colorlog | |
parent | dev-python/chameleon: Remove old (diff) | |
download | gentoo-aefe3f3dce6eea3d76695116c8045cd84c9f04f3.tar.gz gentoo-aefe3f3dce6eea3d76695116c8045cd84c9f04f3.tar.bz2 gentoo-aefe3f3dce6eea3d76695116c8045cd84c9f04f3.zip |
dev-python/colorlog: Remove old
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/colorlog')
-rw-r--r-- | dev-python/colorlog/Manifest | 1 | ||||
-rw-r--r-- | dev-python/colorlog/colorlog-4.8.0.ebuild | 18 |
2 files changed, 0 insertions, 19 deletions
diff --git a/dev-python/colorlog/Manifest b/dev-python/colorlog/Manifest index 9c8b2bfd819b..5a7f3bc977a0 100644 --- a/dev-python/colorlog/Manifest +++ b/dev-python/colorlog/Manifest @@ -1,2 +1 @@ -DIST colorlog-4.8.0.tar.gz 28770 BLAKE2B ea4d955c7b60651731547d27b35a09fe93e33feb51f007c622be4fd2611a706befc9565d51b17af4ae2a97d96bf7d9177b834a1bf302a50a2cbb9822134a696f SHA512 b335df74e4b10acd835e3f301c8ed9e77bd42b964a6b890682f28ff50f9302143805591ba80d567725b90df6a01601aab7fac89a8a71a119d6dff6f6bf94b1ad DIST colorlog-5.0.1.tar.gz 29356 BLAKE2B 12795172417fd833a3a90175e4b169fee6299728921ed84c1eb9b96f18b22ce043809637744ba136299e59049fe5ccc21d5c9d35b0e402c0bfb982e8aa69ac0a SHA512 53cce2f97ee36d8429fa5917ce6d143c17d4f258aab5ab30e999472ff4401b8cf2bf9d6152a003f02e11a3c05ee42fa9562728853557b41ff17cf2a5112c748d diff --git a/dev-python/colorlog/colorlog-4.8.0.ebuild b/dev-python/colorlog/colorlog-4.8.0.ebuild deleted file mode 100644 index 7014081e95e4..000000000000 --- a/dev-python/colorlog/colorlog-4.8.0.ebuild +++ /dev/null @@ -1,18 +0,0 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -PYTHON_COMPAT=( pypy3 python3_{7..9} ) - -inherit distutils-r1 - -DESCRIPTION="Log formatting with colors" -HOMEPAGE="https://pypi.org/project/colorlog/ https://github.com/borntyping/python-colorlog" -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="amd64 x86" - -distutils_enable_tests pytest |