summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2021-09-25 23:55:40 +0200
committerMichał Górny <mgorny@gentoo.org>2021-09-26 00:00:26 +0200
commit6f394ca2de488bc34e7f165be3a892c602a3eb8c (patch)
tree612cdef3bd4d96159e569b6884d2d0e7bbedb432 /dev-python/colorlog/colorlog-5.0.1.ebuild
parentdev-python/stevedore: Remove old (diff)
downloadgentoo-6f394ca2de488bc34e7f165be3a892c602a3eb8c.tar.gz
gentoo-6f394ca2de488bc34e7f165be3a892c602a3eb8c.tar.bz2
gentoo-6f394ca2de488bc34e7f165be3a892c602a3eb8c.zip
dev-python/colorlog: Remove old
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/colorlog/colorlog-5.0.1.ebuild')
-rw-r--r--dev-python/colorlog/colorlog-5.0.1.ebuild18
1 files changed, 0 insertions, 18 deletions
diff --git a/dev-python/colorlog/colorlog-5.0.1.ebuild b/dev-python/colorlog/colorlog-5.0.1.ebuild
deleted file mode 100644
index 2ec6c6f445b3..000000000000
--- a/dev-python/colorlog/colorlog-5.0.1.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..10} )
-
-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