sys-process/glances: revbump 3.1.4.1, add missing doc dep
[gentoo.git] / dev-python / chainmap / chainmap-1.0.3.ebuild
1 # Copyright 1999-2020 Gentoo Authors
2 # Distributed under the terms of the GNU General Public License v2
3
4 EAPI=7
5
6 PYTHON_COMPAT=( python3_{5,6,7,8} )
7
8 inherit distutils-r1
9
10 DESCRIPTION="ChainMap implementation for older Python versions"
11 HOMEPAGE="https://bitbucket.org/jeunice/chainmap"
12 SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
13
14 LICENSE="BSD"
15 SLOT="0"
16 KEYWORDS="~amd64 ~arm ~arm64"
17
18 RDEPEND=""
19 DEPEND=""