diff options
author | Ben de Groot <yngwin@gentoo.org> | 2012-07-13 05:37:39 +0000 |
---|---|---|
committer | Ben de Groot <yngwin@gentoo.org> | 2012-07-13 05:37:39 +0000 |
commit | 1764707acef2d7758ac71102ee753cbe3fec3105 (patch) | |
tree | 6895833a552851ceb350ab3cb05b4cee85a35132 /dev-python/autopep8 | |
parent | Beta channel bump. (diff) | |
download | gentoo-2-1764707acef2d7758ac71102ee753cbe3fec3105.tar.gz gentoo-2-1764707acef2d7758ac71102ee753cbe3fec3105.tar.bz2 gentoo-2-1764707acef2d7758ac71102ee753cbe3fec3105.zip |
Version bump. Add warning to make sure people know what they are getting into with this version.
(Portage version: 2.2.0_alpha117/cvs/Linux x86_64)
Diffstat (limited to 'dev-python/autopep8')
-rw-r--r-- | dev-python/autopep8/ChangeLog | 10 | ||||
-rw-r--r-- | dev-python/autopep8/autopep8-0.7.2.ebuild (renamed from dev-python/autopep8/autopep8-0.7.ebuild) | 12 |
2 files changed, 19 insertions, 3 deletions
diff --git a/dev-python/autopep8/ChangeLog b/dev-python/autopep8/ChangeLog index a5e1c13adc49..e07ab1d355e6 100644 --- a/dev-python/autopep8/ChangeLog +++ b/dev-python/autopep8/ChangeLog @@ -1,6 +1,13 @@ # ChangeLog for dev-python/autopep8 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/autopep8/ChangeLog,v 1.14 2012/06/16 15:19:46 xarthisius Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/autopep8/ChangeLog,v 1.15 2012/07/13 05:37:39 yngwin Exp $ + +*autopep8-0.7.2 (13 Jul 2012) + + 13 Jul 2012; Ben de Groot <yngwin@gentoo.org> +autopep8-0.7.2.ebuild, + -autopep8-0.7.ebuild: + Version bump. Add warning to make sure people know what they are getting into + with this version. 16 Jun 2012; Kacper Kowalik <xarthisius@gentoo.org> -autopep8-0.5.2.ebuild, -autopep8-0.5.ebuild, -autopep8-0.6.2.ebuild, -autopep8-0.6.3.ebuild, @@ -76,4 +83,3 @@ +metadata.xml: Initial import, ebuild written by Nicolas Pinto <nicolas.pinto@gmail.com> and modified by me. Fixes bug 402511 - diff --git a/dev-python/autopep8/autopep8-0.7.ebuild b/dev-python/autopep8/autopep8-0.7.2.ebuild index c8099f41da1f..aa032ff098ce 100644 --- a/dev-python/autopep8/autopep8-0.7.ebuild +++ b/dev-python/autopep8/autopep8-0.7.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/autopep8/autopep8-0.7.ebuild,v 1.1 2012/06/16 14:07:32 sping Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/autopep8/autopep8-0.7.2.ebuild,v 1.1 2012/07/13 05:37:39 yngwin Exp $ EAPI=4 @@ -31,3 +31,13 @@ src_test() { } python_execute_function testing } + +pkg_postinst() { + ewarn "Since this version of autopep depends on >=dev-python/pep8-1.3" + ewarn "it is affected by https://github.com/jcrocholl/pep8/issues/45" + ewarn "(indentation checks inside triple-quotes)." + ewarn "If you do not want to be affected by this, then add the" + ewarn "following lines to your local package.mask:" + ewarn " >=dev-python/pep8-1.3" + ewarn " >=dev-python/autopep8-0.6" +} |