diff options
Diffstat (limited to 'dev-python/pudb')
-rw-r--r-- | dev-python/pudb/pudb-2022.1.3.ebuild | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/dev-python/pudb/pudb-2022.1.3.ebuild b/dev-python/pudb/pudb-2022.1.3.ebuild index 33213882c7e0..c5b74987dbfd 100644 --- a/dev-python/pudb/pudb-2022.1.3.ebuild +++ b/dev-python/pudb/pudb-2022.1.3.ebuild @@ -6,11 +6,10 @@ EAPI=8 DISTUTILS_USE_PEP517=setuptools PYTHON_COMPAT=( python3_{9..11} ) -inherit distutils-r1 +inherit distutils-r1 pypi DESCRIPTION="A full-screen, console-based Python debugger" HOMEPAGE="https://pypi.org/project/pudb/" -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="MIT" SLOT="0" |