dev-python/colorlog: update SRC_URI
Signed-off-by: Andreas Billmeier <b@edevau.net>
This commit is contained in:
parent
68965ab995
commit
190707a4bc
@ -1,3 +1,3 @@
|
||||
DIST colorlog-6.6.0.tar.gz 30712 BLAKE2B 21c297d08a53bb67184bdd40f9bfae859f0bfd8ae63a27df570b316f85aa4904b8323c78a9706abbceb36ae1b76aae66150f86e8e25612caa5fe0dd4df5f25d8 SHA512 8c8bdfcfe537dc34c145fbfb9ebd0399184e3a8ab0e4bccc2e61d52a323c1372c60757cac2b023c9d39eb3c9fcf191b50c8cd4d089941aa484b30170a3cd1389
|
||||
EBUILD colorlog-6.6.0-r1.ebuild 472 BLAKE2B 829afe3903d03fb789e27ba3654204473e8bb19dcd1c9cf341f6973cf676c5a14c58ff544a6293ea0ff29ebc0280a15bddbdae2a166f4b4145b8c4b0ede3e218 SHA512 2dd3115b64249a6bb8943d0d51e2b3d7ab52a1f7182a5dc0dcaafcd039797a17e71a32a229eee42d512ee0a7e407930aa6b495b6c3fb20e02ec37226c58b6e11
|
||||
EBUILD colorlog-6.6.0-r1.ebuild 426 BLAKE2B 31f72509f2cadfcbafa14d8c61feef4e771d90e5bab298314c15dda374da4c451fe793b8feb1589f3d75ecf5b348481e7dd146d5571f634967b6b47036646ca3 SHA512 a2553364d044927b73b0568526c4d473e0048c4ed3c186f6453fdf958d09ae4bc195e551cb1c749de0168097535a26400dc72f07e41bed412a0dc0a171c6ad60
|
||||
MISC metadata.xml 521 BLAKE2B fd6f24fa6295239752d7f5d4c68e93b607a3a8dce292ed430dcb9e349db16eabbb2abef4c0fed9327dbe871e15a2eb5d00f13f3e37038fe6da39a5b5783c1d88 SHA512 9a298b2d779d8d9c9c7e3cd60b36c5e937c1ef88c44bf5739094873960731c23a8fc376bff806df12792d79ed2e5b75e1dd47629477f28c1675fca154e9878a6
|
||||
|
||||
@ -1,15 +1,14 @@
|
||||
# Copyright 1999-2022 Gentoo Authors
|
||||
# Copyright 1999-2023 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
DISTUTILS_USE_PEP517=setuptools
|
||||
PYTHON_COMPAT=( python3_{9..11} )
|
||||
inherit distutils-r1
|
||||
PYTHON_COMPAT=( python3_{10..12} )
|
||||
inherit distutils-r1 pypi
|
||||
|
||||
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"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user