mirror of
https://github.com/pentoo/pentoo-overlay
synced 2025-12-17 22:05:03 +01:00
22 lines
471 B
Bash
22 lines
471 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="http://www.red-dove.com/config-0.3.9.tar.gz"
|
|
|
|
LICENSE="GPL-2"
|
|
KEYWORDS="~amd64"
|
|
SLOT="0"
|
|
IUSE=""
|
|
|
|
|
|
PYTHON_MODNAME="config"
|
|
|