commit:     ec7428e2871e82f810481e1607ff5d1c72f8404a
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Fri Mar 17 11:58:37 2023 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Fri Mar 17 15:20:25 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ec7428e2

dev-python/css-parser: Use pypi.eclass

Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 dev-python/css-parser/css-parser-1.0.8.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-python/css-parser/css-parser-1.0.8.ebuild 
b/dev-python/css-parser/css-parser-1.0.8.ebuild
index de3c867741b3..293b38005f45 100644
--- a/dev-python/css-parser/css-parser-1.0.8.ebuild
+++ b/dev-python/css-parser/css-parser-1.0.8.ebuild
@@ -4,16 +4,16 @@
 EAPI=8
 
 DISTUTILS_USE_PEP517=setuptools
+PYPI_NO_NORMALIZE=1
 PYTHON_COMPAT=( python3_{9..11} )
 
-inherit distutils-r1
+inherit distutils-r1 pypi
 
 DESCRIPTION="A CSS Cascading Style Sheets library (fork of cssutils)"
 HOMEPAGE="
        https://github.com/ebook-utils/css-parser/
        https://pypi.org/project/css-parser/
 "
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="LGPL-2.1+"
 SLOT="0"

Reply via email to