mirror of
https://github.com/pentoo/pentoo-overlay
synced 2026-05-08 20:43:38 +02:00
ebuild: python-config-0.3.9
This commit is contained in:
parent
4c3d962741
commit
7b02f8f7a5
2 changed files with 23 additions and 0 deletions
1
dev-python/python-config/Manifest
Normal file
1
dev-python/python-config/Manifest
Normal file
|
|
@ -0,0 +1 @@
|
|||
DIST config-0.3.9.tar.gz 21421 SHA256 6aed191d1850483c73a614db01d95897e3da102438c7c2d2cbaa188bd923ff70 SHA512 8b022fc4eef35c8b2bc543e24b0ccdb72899e628e070ea1b530017d9ad504ac36d46cc240f058f77d63ec6ed6f0121f4996fdaed320de6cdef50f0b7814bf12c WHIRLPOOL 7fe3fc8ce72cf433df295bad230e5a5b8abbbfac2a5c324ec69e7f80bc73faed6e764df2f388b1bc030539ef68895c7dcd2ae0e1464dc15ab8fe07a580bfe172
|
||||
22
dev-python/python-config/python-config-0.3.9.ebuild
Normal file
22
dev-python/python-config/python-config-0.3.9.ebuild
Normal file
|
|
@ -0,0 +1,22 @@
|
|||
# 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"
|
||||
|
||||
Loading…
Reference in a new issue