sys-process/glances: 3.1.4.1-r1 amd64 stable, bug #720368
[gentoo.git] / dev-python / flup / flup-1.0.2-r1.ebuild
1 # Copyright 1999-2020 Gentoo Authors
2 # Distributed under the terms of the GNU General Public License v2
3
4 EAPI=5
5
6 PYTHON_COMPAT=( python2_7 )
7
8 inherit distutils-r1
9
10 DESCRIPTION="Random assortment of WSGI servers"
11 HOMEPAGE="https://www.saddi.com/software/flup/"
12 SRC_URI="https://www.saddi.com/software/${PN}/dist/${P}.tar.gz"
13
14 LICENSE="BSD"
15 SLOT="0"
16 KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ppc ppc64 s390 sparc x86 ~amd64-linux ~x86-linux ~x64-macos ~x86-macos"
17 IUSE=""
18
19 RDEPEND=""
20 DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"