dev-python/pyftpdlib: Use pypi.eclass

Signed-off-by: Michał Górny <mgorny@gentoo.org>
This commit is contained in:
Michał Górny
2023-03-15 18:47:45 +01:00
parent b195bb40f4
commit c059bab464

View File

@@ -6,11 +6,10 @@ EAPI=7
PYTHON_COMPAT=( python3_{9..11} )
PYTHON_REQ_USE="ssl(+)"
inherit distutils-r1
inherit distutils-r1 pypi
DESCRIPTION="Python FTP server library"
HOMEPAGE="https://github.com/giampaolo/pyftpdlib https://pypi.org/project/pyftpdlib/"
SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
LICENSE="MIT"
SLOT="0"