pentoo-overlay/dev-python/config/config-0.3.9-r1.ebuild
2017-11-29 07:48:19 +08:00

16 lines
441 B
Bash

# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI="5"
PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} )
inherit distutils-r1
DESCRIPTION="This module allows a hierarchical configuration scheme with support for mappings and sequences"
HOMEPAGE="http://www.red-dove.com/python_config.html"
SRC_URI="mirror://pypi/c/${PN}/${P}.tar.gz"
LICENSE="GPL-2"
KEYWORDS="~amd64"
SLOT="0"
IUSE=""