idella4 14/06/02 06:45:44 Modified: ChangeLog Added: pep8-1.5.7.ebuild Log: bump (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 0xB8072B0D)
Revision Changes Path 1.30 dev-python/pep8/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pep8/ChangeLog?rev=1.30&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pep8/ChangeLog?rev=1.30&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pep8/ChangeLog?r1=1.29&r2=1.30 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-python/pep8/ChangeLog,v retrieving revision 1.29 retrieving revision 1.30 diff -u -r1.29 -r1.30 --- ChangeLog 4 May 2014 16:12:37 -0000 1.29 +++ ChangeLog 2 Jun 2014 06:45:44 -0000 1.30 @@ -1,6 +1,11 @@ # ChangeLog for dev-python/pep8 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/pep8/ChangeLog,v 1.29 2014/05/04 16:12:37 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/pep8/ChangeLog,v 1.30 2014/06/02 06:45:44 idella4 Exp $ + +*pep8-1.5.7 (02 Jun 2014) + + 02 Jun 2014; Ian Delaney <[email protected]> +pep8-1.5.7.ebuild: + bump 04 May 2014; Markus Meier <[email protected]> pep8-1.4.6.ebuild: add ~arm, bug #508282 1.1 dev-python/pep8/pep8-1.5.7.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pep8/pep8-1.5.7.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pep8/pep8-1.5.7.ebuild?rev=1.1&content-type=text/plain Index: pep8-1.5.7.ebuild =================================================================== # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/dev-python/pep8/pep8-1.5.7.ebuild,v 1.1 2014/06/02 06:45:44 idella4 Exp $ EAPI=5 PYTHON_COMPAT=( python{2_7,3_2,3_3,3_4} pypy ) inherit distutils-r1 DESCRIPTION="Python style guide checker" HOMEPAGE="http://github.com/jcrocholl/pep8 http://pypi.python.org/pypi/pep8" SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="MIT" SLOT="0" KEYWORDS="~amd64 ~hppa ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux" IUSE="doc" DEPEND="dev-python/setuptools[${PYTHON_USEDEP}] doc? ( dev-python/sphinx[${PYTHON_USEDEP}] )" RDEPEND="${DEPEND}" python_compile_all() { use doc && emake -C docs html } python_test() { PYTHONPATH="${S}" "${PYTHON}" pep8.py -v --testsuite=testsuite || die PYTHONPATH="${S}" "${PYTHON}" pep8.py --doctest -v || die } python_install_all() { use doc && local HTML_DOCS=( docs/_build/html/. ) distutils-r1_python_install_all }
