dev-python/simber: bump to 0.2.2

Package-Manager: Portage-3.0.18, Repoman-3.0.2
Signed-off-by: Maciej Barć <xgqt@riseup.net>
This commit is contained in:
Maciej Barć 2021-05-15 17:02:20 +02:00 committed by Alfred Wingate
parent e7dd2e192b
commit dcd988586f
No known key found for this signature in database
GPG Key ID: A12750536B5E7010
2 changed files with 21 additions and 0 deletions

View File

@ -1 +1,2 @@
DIST simber-0.2.1.tar.gz 9864 BLAKE2B 997f0f029d42f9bece488ef3dd364c3404af45aed7d94eea316f25f6f3277812522fd758f5b88d1057e6fa0a76226680a3d5e630c1c992a5bde5f910289ce904 SHA512 8ded82babccd815a8bf26209c3d80a267de53dab036d72667e060e994906bca8090aa5eb234c53529118ad9998617ed845d71d169b36747648a826d5041c0748
DIST simber-0.2.2.tar.gz 10692 BLAKE2B 0d7fd3f130aae00e44675b5cbd3146fad386acb6b966a6bbd14ed31281b79b56422a8606a14cf205054965bf3f588eafac0c9c20d9148b4232c7309280fc16a1 SHA512 8482822e3d802d3e51a92afc897913840fe0b31a0d62c6522a6ddc42dd614381a10c106638805639769062fa0171e5fd5d9c699b335854e387d920e54b5ef5a6

View File

@ -0,0 +1,20 @@
# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
PYTHON_COMPAT=( python3_{7..9} )
inherit distutils-r1
DESCRIPTION="Simple, minimal and powerful logging library for Python"
HOMEPAGE="https://simber.deepjyoti30.dev/"
SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64"
RDEPEND="
dev-python/colorama[${PYTHON_USEDEP}]
"