mirror of
https://github.com/pentoo/pentoo-overlay
synced 2026-05-02 03:30:48 +02:00
config: 0.3.9-r1 cleanup
This commit is contained in:
parent
3207aa06c1
commit
147e85842d
2 changed files with 6 additions and 11 deletions
|
|
@ -1,2 +1 @@
|
|||
DIST config-0.3.9.tar.gz 21421 SHA256 6aed191d1850483c73a614db01d95897e3da102438c7c2d2cbaa188bd923ff70 SHA512 8b022fc4eef35c8b2bc543e24b0ccdb72899e628e070ea1b530017d9ad504ac36d46cc240f058f77d63ec6ed6f0121f4996fdaed320de6cdef50f0b7814bf12c WHIRLPOOL 7fe3fc8ce72cf433df295bad230e5a5b8abbbfac2a5c324ec69e7f80bc73faed6e764df2f388b1bc030539ef68895c7dcd2ae0e1464dc15ab8fe07a580bfe172
|
||||
EBUILD config-0.3.9.ebuild 486 SHA256 315bbffdd83daec5bdfaede1f31e074f8444f9b85e28e3b837f2c17316d43d03 SHA512 dc6862eea4b0c7bd1e2641b3391da834fb71ba988de601216f8f5565665b3152d1e3240f9804f63c028dfeff2aac48941a81b269137c996f7de3a7f27b9c63ad WHIRLPOOL 861cbd6934c75dc65c216ccdf0c0ade063ba1ec0a359d6ccca0455b13247fdcf70bfe567b7b2d8db62637296a8cefda073e1f2810041c628abc880c33859cb5e
|
||||
|
|
|
|||
|
|
@ -1,21 +1,17 @@
|
|||
# Copyright 1999-2016 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Header: $
|
||||
# $Id$
|
||||
|
||||
EAPI="3"
|
||||
SUPPORT_PYTHON_ABIS="1"
|
||||
|
||||
inherit distutils
|
||||
EAPI="5"
|
||||
|
||||
PYTHON_COMPAT=( python{2_7,3_3} )
|
||||
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="https://pypi.python.org/packages/source/c/${PN}/${P}.tar.gz"
|
||||
SRC_URI="mirror://pypi/c/${PN}/${P}.tar.gz"
|
||||
|
||||
LICENSE="GPL-2"
|
||||
KEYWORDS="~amd64"
|
||||
SLOT="0"
|
||||
IUSE=""
|
||||
|
||||
|
||||
PYTHON_MODNAME="config"
|
||||
|
||||
Loading…
Reference in a new issue