net-misc/htail: Use pypi.eclass

Signed-off-by: Michał Górny <mgorny@gentoo.org>
This commit is contained in:
Michał Górny
2023-03-16 17:04:05 +01:00
parent 7b5894cad5
commit 9edeb60c61

View File

@@ -6,11 +6,10 @@ EAPI=7
PYTHON_COMPAT=( python3_{9..11} )
DISTUTILS_USE_SETUPTOOLS=bdepend
inherit distutils-r1
inherit distutils-r1 pypi
DESCRIPTION="Tail over HTTP"
HOMEPAGE="https://github.com/vpelletier/htail"
SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
LICENSE="GPL-2+"
SLOT="0"