diff options
author | Michał Górny <mgorny@gentoo.org> | 2023-03-16 17:04:05 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2023-03-16 19:50:24 +0100 |
commit | 9edeb60c61ab0dcbb2ba4bb1bab6e8ccd11e4656 (patch) | |
tree | 6ec2162cb15fc4efc4e7d77eef8ed2b36fd4ef1a /net-misc | |
parent | net-im/poezio: Use pypi.eclass (diff) | |
download | gentoo-9edeb60c61ab0dcbb2ba4bb1bab6e8ccd11e4656.tar.gz gentoo-9edeb60c61ab0dcbb2ba4bb1bab6e8ccd11e4656.tar.bz2 gentoo-9edeb60c61ab0dcbb2ba4bb1bab6e8ccd11e4656.zip |
net-misc/htail: Use pypi.eclass
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'net-misc')
-rw-r--r-- | net-misc/htail/htail-1.5.ebuild | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/net-misc/htail/htail-1.5.ebuild b/net-misc/htail/htail-1.5.ebuild index 5b91fa1c3dcc..3125e0a4d3ad 100644 --- a/net-misc/htail/htail-1.5.ebuild +++ b/net-misc/htail/htail-1.5.ebuild @@ -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" |