mirror of
https://github.com/pentoo/pentoo-overlay
synced 2025-12-23 16:56:17 +01:00
21 lines
486 B
Bash
21 lines
486 B
Bash
# Copyright 1999-2016 Gentoo Foundation
|
|
# Distributed under the terms of the GNU General Public License v2
|
|
# $Header: $
|
|
|
|
EAPI="3"
|
|
SUPPORT_PYTHON_ABIS="1"
|
|
|
|
inherit distutils
|
|
|
|
|
|
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="https://pypi.python.org/packages/source/c/${PN}/${P}.tar.gz"
|
|
LICENSE="GPL-2"
|
|
KEYWORDS="~amd64"
|
|
SLOT="0"
|
|
IUSE=""
|
|
|
|
|
|
PYTHON_MODNAME="config"
|
|
|