mirror of
https://github.com/pentoo/pentoo-overlay
synced 2025-12-09 18:02:56 +01:00
16 lines
441 B
Bash
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=""
|