diff options
author | 2020-04-20 19:28:11 +0200 | |
---|---|---|
committer | 2020-04-20 19:28:11 +0200 | |
commit | 64e6534fec3ff3511e366c060fd553d47105f565 (patch) | |
tree | a4d37f3f847ef987ee314bbb6033a6feee6ac89c /dev-python/configclass/configclass-0.2.0.ebuild | |
parent | dev-ruby/activesupport: keyworded 6.0.2.2 for sparc, bug #692324 (diff) | |
download | gentoo-64e6534fec3ff3511e366c060fd553d47105f565.tar.gz gentoo-64e6534fec3ff3511e366c060fd553d47105f565.tar.bz2 gentoo-64e6534fec3ff3511e366c060fd553d47105f565.zip |
dev-python/configclass: 0.2.0
Signed-off-by: Sebastian Pipping <sping@gentoo.org>
Package-Manager: Portage-2.3.99, Repoman-2.3.22
Diffstat (limited to 'dev-python/configclass/configclass-0.2.0.ebuild')
-rw-r--r-- | dev-python/configclass/configclass-0.2.0.ebuild | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/dev-python/configclass/configclass-0.2.0.ebuild b/dev-python/configclass/configclass-0.2.0.ebuild new file mode 100644 index 000000000000..46d294702fe4 --- /dev/null +++ b/dev-python/configclass/configclass-0.2.0.ebuild @@ -0,0 +1,22 @@ +# Copyright 1999-2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 +PYTHON_COMPAT=( python3_{6,7,8} ) + +inherit distutils-r1 + +DESCRIPTION="A Python to class to hold configuration values" +HOMEPAGE="https://github.com/schettino72/configclass/" +SRC_URI=" + https://github.com/schettino72/configclass/archive/${PV}.tar.gz + -> ${P}.gh.tar.gz" + +LICENSE="MIT" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" + +RDEPEND=">=dev-python/mergedict-0.2.0[${PYTHON_USEDEP}]" + +distutils_enable_tests pytest |