From e6efd4a0bf39aa89c566110d77c0cad45b164ab4 Mon Sep 17 00:00:00 2001 From: blshkv Date: Tue, 4 Dec 2018 08:15:30 +0800 Subject: [PATCH] config: 0.4.0 bump --- dev-python/config/Manifest | 2 +- dev-python/config/config-0.3.9-r1.ebuild | 16 ---------------- dev-python/config/config-0.4.0.ebuild | 16 ++++++++++++++++ 3 files changed, 17 insertions(+), 17 deletions(-) delete mode 100644 dev-python/config/config-0.3.9-r1.ebuild create mode 100644 dev-python/config/config-0.4.0.ebuild diff --git a/dev-python/config/Manifest b/dev-python/config/Manifest index 1f237474f..fbd75b4e1 100644 --- a/dev-python/config/Manifest +++ b/dev-python/config/Manifest @@ -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 diff --git a/dev-python/config/config-0.3.9-r1.ebuild b/dev-python/config/config-0.3.9-r1.ebuild deleted file mode 100644 index d7d02084e..000000000 --- a/dev-python/config/config-0.3.9-r1.ebuild +++ /dev/null @@ -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="" diff --git a/dev-python/config/config-0.4.0.ebuild b/dev-python/config/config-0.4.0.ebuild new file mode 100644 index 000000000..2ab8d5be2 --- /dev/null +++ b/dev-python/config/config-0.4.0.ebuild @@ -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=""