diff options
author | Michał Górny <mgorny@gentoo.org> | 2023-03-15 18:49:04 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2023-03-16 05:09:12 +0100 |
commit | a45038cb1b0eb8a8a27e4b2eda05cc58cc95d993 (patch) | |
tree | 58b787c1f6f973735d95fe2dcc8f01475655dd86 /dev-python/urwid | |
parent | dev-python/uritemplate: Use pypi.eclass (diff) | |
download | gentoo-a45038cb1b0eb8a8a27e4b2eda05cc58cc95d993.tar.gz gentoo-a45038cb1b0eb8a8a27e4b2eda05cc58cc95d993.tar.bz2 gentoo-a45038cb1b0eb8a8a27e4b2eda05cc58cc95d993.zip |
dev-python/urwid: Use pypi.eclass
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/urwid')
-rw-r--r-- | dev-python/urwid/urwid-2.1.2-r1.ebuild | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/dev-python/urwid/urwid-2.1.2-r1.ebuild b/dev-python/urwid/urwid-2.1.2-r1.ebuild index b0934f8622e6..92c2abd2b666 100644 --- a/dev-python/urwid/urwid-2.1.2-r1.ebuild +++ b/dev-python/urwid/urwid-2.1.2-r1.ebuild @@ -6,7 +6,7 @@ EAPI=8 DISTUTILS_USE_PEP517=setuptools PYTHON_COMPAT=( python3_{9..11} ) PYTHON_REQ_USE="ncurses" -inherit distutils-r1 optfeature +inherit distutils-r1 optfeature pypi DESCRIPTION="Curses-based user interface library for Python" HOMEPAGE=" @@ -14,7 +14,6 @@ HOMEPAGE=" https://pypi.org/project/urwid/ https://github.com/urwid/urwid/ " -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="LGPL-2.1" SLOT="0" |