summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2021-04-14 09:11:17 +0200
committerMichał Górny <mgorny@gentoo.org>2021-04-14 09:19:02 +0200
commit5a5b718d5141723fca7d43989d939fc84172a8ab (patch)
tree7db6fe66e24a75a2c47cf5ddcfbf212e2f6e82d0 /dev-python/colorlog/colorlog-5.0.1.ebuild
parentdev-python/requests-cache: Bump to 0.6.1 (diff)
downloadgentoo-5a5b718d5141723fca7d43989d939fc84172a8ab.tar.gz
gentoo-5a5b718d5141723fca7d43989d939fc84172a8ab.tar.bz2
gentoo-5a5b718d5141723fca7d43989d939fc84172a8ab.zip
dev-python/colorlog: Bump to 5.0.1
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, 18 insertions, 0 deletions
diff --git a/dev-python/colorlog/colorlog-5.0.1.ebuild b/dev-python/colorlog/colorlog-5.0.1.ebuild
new file mode 100644
index 000000000000..0aff57a0f429
--- /dev/null
+++ b/dev-python/colorlog/colorlog-5.0.1.ebuild
@@ -0,0 +1,18 @@
+# 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