diff options
author | 2023-03-15 18:45:04 +0100 | |
---|---|---|
committer | 2023-03-16 04:45:20 +0100 | |
commit | 687c0c372f7bd62851cc5bb04ca64a4ffd54d712 (patch) | |
tree | 3ce7a1b7ff565dd9f84fdadf7f83e78e3fcc9d53 /dev-python/coloredlogs | |
parent | dev-python/cmd2: Use pypi.eclass (diff) | |
download | gentoo-687c0c372f7bd62851cc5bb04ca64a4ffd54d712.tar.gz gentoo-687c0c372f7bd62851cc5bb04ca64a4ffd54d712.tar.bz2 gentoo-687c0c372f7bd62851cc5bb04ca64a4ffd54d712.zip |
dev-python/coloredlogs: Use pypi.eclass
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/coloredlogs')
-rw-r--r-- | dev-python/coloredlogs/coloredlogs-15.0.1-r1.ebuild | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/dev-python/coloredlogs/coloredlogs-15.0.1-r1.ebuild b/dev-python/coloredlogs/coloredlogs-15.0.1-r1.ebuild index 694622a16404..dedae4c72d72 100644 --- a/dev-python/coloredlogs/coloredlogs-15.0.1-r1.ebuild +++ b/dev-python/coloredlogs/coloredlogs-15.0.1-r1.ebuild @@ -5,7 +5,7 @@ EAPI=8 PYTHON_COMPAT=( pypy3 python3_{9..11} ) DISTUTILS_USE_PEP517=setuptools -inherit distutils-r1 +inherit distutils-r1 pypi DESCRIPTION="Colored stream handler for the logging module" HOMEPAGE=" @@ -13,7 +13,6 @@ HOMEPAGE=" https://github.com/xolox/python-coloredlogs https://coloredlogs.readthedocs.io/en/latest/ " -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="MIT" SLOT="0" |