diff options
author | Tim Harder <radhermit@gentoo.org> | 2014-03-11 03:36:37 +0000 |
---|---|---|
committer | Tim Harder <radhermit@gentoo.org> | 2014-03-11 03:36:37 +0000 |
commit | 185cf3e35dc15196e254a44da43a8e48425d211c (patch) | |
tree | 745631418a95a1362e0b743d44a92f7f7ccb582e /dev-python/configobj | |
parent | Version bump. Add info about optional rdep: sshfs-fuse. Thanks to Andreas Stu... (diff) | |
download | gentoo-2-185cf3e35dc15196e254a44da43a8e48425d211c.tar.gz gentoo-2-185cf3e35dc15196e254a44da43a8e48425d211c.tar.bz2 gentoo-2-185cf3e35dc15196e254a44da43a8e48425d211c.zip |
Version bump.
(Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 4AB3E85B4F064CA3)
Diffstat (limited to 'dev-python/configobj')
-rw-r--r-- | dev-python/configobj/ChangeLog | 7 | ||||
-rw-r--r-- | dev-python/configobj/configobj-5.0.2.ebuild | 20 |
2 files changed, 26 insertions, 1 deletions
diff --git a/dev-python/configobj/ChangeLog b/dev-python/configobj/ChangeLog index b86fea44c0c5..f62ef43368e3 100644 --- a/dev-python/configobj/ChangeLog +++ b/dev-python/configobj/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for dev-python/configobj # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/configobj/ChangeLog,v 1.42 2014/03/06 10:41:16 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/configobj/ChangeLog,v 1.43 2014/03/11 03:36:37 radhermit Exp $ + +*configobj-5.0.2 (11 Mar 2014) + + 11 Mar 2014; Tim Harder <radhermit@gentoo.org> +configobj-5.0.2.ebuild: + Version bump. 06 Mar 2014; Agostino Sarubbo <ago@gentoo.org> configobj-4.7.2-r2.ebuild: Stable for ppc64, wrt bug #495582 diff --git a/dev-python/configobj/configobj-5.0.2.ebuild b/dev-python/configobj/configobj-5.0.2.ebuild new file mode 100644 index 000000000000..c4627786c15a --- /dev/null +++ b/dev-python/configobj/configobj-5.0.2.ebuild @@ -0,0 +1,20 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-python/configobj/configobj-5.0.2.ebuild,v 1.1 2014/03/11 03:36:37 radhermit Exp $ + +EAPI=5 +PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3} pypy2_0 ) + +inherit distutils-r1 + +DESCRIPTION="Simple config file reader and writer" +HOMEPAGE="http://www.voidspace.org.uk/python/configobj.html http://code.google.com/p/configobj/ http://pypi.python.org/pypi/configobj" +SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" + +LICENSE="BSD" +SLOT="0" +KEYWORDS="~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux ~x64-macos ~x86-macos" + +python_test() { + "${PYTHON}" validate.py -v || die "Tests fail with ${EPYTHON}" +} |