[gentoo-commits] repo/gentoo:master commit in: dev-python/cfgio/

2017-08-04 Thread Amy Liffey
commit: 60ee52cccaae8de3187f5ff1923c47d610d8b850
Author: Jonas Stein  gentoo  org>
AuthorDate: Mon Jul 31 23:25:06 2017 +
Commit: Amy Liffey  gentoo  org>
CommitDate: Fri Aug  4 21:05:58 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=60ee52cc

dev-python/cfgio: Shorter DESCRIPTION

 dev-python/cfgio/cfgio-0.1.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/cfgio/cfgio-0.1.2.ebuild 
b/dev-python/cfgio/cfgio-0.1.2.ebuild
index 5b1ff5c9ac5..0a3e2bc56ad 100644
--- a/dev-python/cfgio/cfgio-0.1.2.ebuild
+++ b/dev-python/cfgio/cfgio-0.1.2.ebuild
@@ -7,7 +7,7 @@ PYTHON_COMPAT=( python3_{4,5,6} )
 
 inherit distutils-r1
 
-DESCRIPTION="Python library for reading and writing configuration file formats 
found on a *nix systems"
+DESCRIPTION="Python library for reading and writing configuration file formats"
 HOMEPAGE="https://github.com/ercpe/cfgio;
 SRC_URI="https://github.com/ercpe/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
 LICENSE="GPL-2"



[gentoo-commits] repo/gentoo:master commit in: dev-python/cfgio/

2017-04-22 Thread Michał Górny
commit: b35da9e7c631796c5dadcefda26ba0d00b4b9f27
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Apr 22 14:11:24 2017 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Apr 22 16:40:47 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b35da9e7

dev-python/cfgio: Tested on py3.5 & py3.6

 dev-python/cfgio/cfgio-0.1.2.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-python/cfgio/cfgio-0.1.2.ebuild 
b/dev-python/cfgio/cfgio-0.1.2.ebuild
index 91f1737a9d2..5b1ff5c9ac5 100644
--- a/dev-python/cfgio/cfgio-0.1.2.ebuild
+++ b/dev-python/cfgio/cfgio-0.1.2.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
 
-PYTHON_COMPAT=( python3_4 )
+PYTHON_COMPAT=( python3_{4,5,6} )
 
 inherit distutils-r1