mirror of
https://github.com/pentoo/pentoo-overlay
synced 2026-05-09 04:51:27 +02:00
config: 0.4.0 bump
This commit is contained in:
parent
b8c5426d31
commit
e6efd4a0bf
3 changed files with 17 additions and 17 deletions
|
|
@ -1 +1 @@
|
|||
DIST config-0.3.9.tar.gz 21421 SHA256 6aed191d1850483c73a614db01d95897e3da102438c7c2d2cbaa188bd923ff70 SHA512 8b022fc4eef35c8b2bc543e24b0ccdb72899e628e070ea1b530017d9ad504ac36d46cc240f058f77d63ec6ed6f0121f4996fdaed320de6cdef50f0b7814bf12c WHIRLPOOL 7fe3fc8ce72cf433df295bad230e5a5b8abbbfac2a5c324ec69e7f80bc73faed6e764df2f388b1bc030539ef68895c7dcd2ae0e1464dc15ab8fe07a580bfe172
|
||||
DIST config-0.4.0.tar.gz 20292 BLAKE2B ba593873e73ce292a2294212947174f34b110eeb95f87f3cd4e92325f6fabce841e4d5181cfd141fdfad9fb1fccef6c4b40deca0bc3372563b82a63d353257fb SHA512 f42bafbb5f487e73dbd1c65e08972d522f37da202731c02fe1046e2cbda03feb09870a45091e3c4d5a006483b670dfcb6ab1c1719e5e24557a8ba1a04ca146c2
|
||||
|
|
|
|||
|
|
@ -1,16 +0,0 @@
|
|||
# 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=""
|
||||
16
dev-python/config/config-0.4.0.ebuild
Normal file
16
dev-python/config/config-0.4.0.ebuild
Normal file
|
|
@ -0,0 +1,16 @@
|
|||
# Copyright 1999-2018 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=7
|
||||
|
||||
PYTHON_COMPAT=( python2_7 python3_{5,6} )
|
||||
inherit distutils-r1
|
||||
|
||||
DESCRIPTION="A hierarchical, easy-to-use, powerful configuration module for Python"
|
||||
HOMEPAGE="http://www.red-dove.com/python_config.html"
|
||||
SRC_URI="mirror://pypi/${PN::1}/${PN}/${P}.tar.gz"
|
||||
|
||||
LICENSE="GPL-2"
|
||||
KEYWORDS="~amd64 ~x86"
|
||||
SLOT="0"
|
||||
IUSE=""
|
||||
Loading…
Reference in a new issue