diff options
author | Michał Górny <mgorny@gentoo.org> | 2023-02-07 09:05:16 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2023-02-07 10:26:32 +0100 |
commit | 202c07b20c14c4deb488f23b69a6c73590c9d6d6 (patch) | |
tree | d28104eda3f2937bf580de721ee28b2c97200496 | |
parent | dev-python/inflect: Use pypi.eclass (diff) | |
download | gentoo-202c07b20c14c4deb488f23b69a6c73590c9d6d6.tar.gz gentoo-202c07b20c14c4deb488f23b69a6c73590c9d6d6.tar.bz2 gentoo-202c07b20c14c4deb488f23b69a6c73590c9d6d6.zip |
dev-python/irc: Use pypi.eclass
Signed-off-by: Michał Górny <mgorny@gentoo.org>
-rw-r--r-- | dev-python/irc/irc-20.1.0.ebuild | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/dev-python/irc/irc-20.1.0.ebuild b/dev-python/irc/irc-20.1.0.ebuild index bd05274ef856..52b8f9477824 100644 --- a/dev-python/irc/irc-20.1.0.ebuild +++ b/dev-python/irc/irc-20.1.0.ebuild @@ -6,14 +6,13 @@ EAPI=8 DISTUTILS_USE_PEP517=setuptools PYTHON_COMPAT=( python3_{9..11} ) -inherit distutils-r1 +inherit distutils-r1 pypi DESCRIPTION="IRC client framework written in Python" HOMEPAGE=" https://github.com/jaraco/irc/ https://pypi.org/project/irc/ " -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="MIT" SLOT="0" |