summaryrefslogtreecommitdiff
path: root/net-misc/htail/htail-1.5.ebuild
blob: 3125e0a4d3ad9f929f8df721dec063c506462ef8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# Copyright 2022-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=7

PYTHON_COMPAT=( python3_{9..11} )
DISTUTILS_USE_SETUPTOOLS=bdepend

inherit distutils-r1 pypi

DESCRIPTION="Tail over HTTP"
HOMEPAGE="https://github.com/vpelletier/htail"

LICENSE="GPL-2+"
SLOT="0"
KEYWORDS="~amd64 ~x86"