dev-libs/leatherman: remove installing vendored boost library
[gentoo.git] / dev-python / configclass / configclass-0.1.0.ebuild
1 # Copyright 1999-2020 Gentoo Authors
2 # Distributed under the terms of the GNU General Public License v2
3
4 EAPI=7
5 PYTHON_COMPAT=( python3_{6,7,8} )
6
7 inherit distutils-r1
8
9 DESCRIPTION="A Python to class to hold configuration values"
10 HOMEPAGE="https://github.com/schettino72/configclass/"
11 SRC_URI="
12         https://github.com/schettino72/configclass/archive/${PV}.tar.gz
13                 -> ${P}.gh.tar.gz"
14
15 LICENSE="MIT"
16 SLOT="0"
17 KEYWORDS="amd64 ~x86"
18 IUSE=""
19
20 RDEPEND=">=dev-python/mergedict-0.2.0[${PYTHON_USEDEP}]"
21
22 distutils_enable_tests pytest