commit:     639a013f39905bc483d0faf83170bd88618aa778
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Fri Feb 24 20:03:49 2023 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Fri Feb 24 20:04:14 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=639a013f

dev-python/pathspec: Use pypi.eclass

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

 dev-python/pathspec/pathspec-0.11.0.ebuild | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/dev-python/pathspec/pathspec-0.11.0.ebuild 
b/dev-python/pathspec/pathspec-0.11.0.ebuild
index 612656839f5f..e494a04e25f3 100644
--- a/dev-python/pathspec/pathspec-0.11.0.ebuild
+++ b/dev-python/pathspec/pathspec-0.11.0.ebuild
@@ -6,14 +6,13 @@ EAPI=8
 DISTUTILS_USE_PEP517=flit
 PYTHON_COMPAT=( python3_{9..11} pypy3 )
 
-inherit distutils-r1
+inherit distutils-r1 pypi
 
 DESCRIPTION="Utility library for gitignore style pattern matching of file 
paths"
 HOMEPAGE="
        https://github.com/cpburnz/python-pathspec/
        https://pypi.org/project/pathspec/
 "
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="MPL-2.0"
 SLOT="0"

Reply via email to