1 # Copyright 2022 Gentoo Authors
2 # Distributed under the terms of the GNU General Public License v2
6 PYTHON_COMPAT
=( python3_
{9.
.11} )
8 inherit git-r3 python-single-r1
10 DESCRIPTION
="an ad-hoc single file webserver"
11 HOMEPAGE
="http://www.home.unix-ag.org/simon/woof.html https://github.com/simon-budig/woof"
12 EGIT_REPO_URI
="https://github.com/simon-budig/${PN}.git"
16 #KEYWORDS="~amd64 ~x86"
18 IUSE
="+gzip +bzip2 +unzip"
19 REQUIRED_USE
="${PYTHON_REQUIRED_USE}"
22 gzip? ( app-arch/gzip )
23 bzip2? ( app-arch/bzip2 )
24 unzip? ( app-arch/unzip )