patrick 15/02/28 07:16:11 Modified: ChangeLog Added: pep8-1.6.2.ebuild Log: Bump (Portage version: 2.2.17/cvs/Linux x86_64, unsigned Manifest commit)
Revision Changes Path 1.42 dev-python/pep8/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pep8/ChangeLog?rev=1.42&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pep8/ChangeLog?rev=1.42&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pep8/ChangeLog?r1=1.41&r2=1.42 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-python/pep8/ChangeLog,v retrieving revision 1.41 retrieving revision 1.42 diff -u -r1.41 -r1.42 --- ChangeLog 12 Feb 2015 05:57:39 -0000 1.41 +++ ChangeLog 28 Feb 2015 07:16:11 -0000 1.42 @@ -1,6 +1,11 @@ # ChangeLog for dev-python/pep8 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/pep8/ChangeLog,v 1.41 2015/02/12 05:57:39 patrick Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/pep8/ChangeLog,v 1.42 2015/02/28 07:16:11 patrick Exp $ + +*pep8-1.6.2 (28 Feb 2015) + + 28 Feb 2015; Patrick Lauer <[email protected]> +pep8-1.6.2.ebuild: + Bump *pep8-1.6.1 (12 Feb 2015) 1.1 dev-python/pep8/pep8-1.6.2.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pep8/pep8-1.6.2.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pep8/pep8-1.6.2.ebuild?rev=1.1&content-type=text/plain Index: pep8-1.6.2.ebuild =================================================================== # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/dev-python/pep8/pep8-1.6.2.ebuild,v 1.1 2015/02/28 07:16:11 patrick Exp $ EAPI=5 PYTHON_COMPAT=( python{2_7,3_3,3_4} pypy pypy3 ) 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="~alpha ~amd64 ~arm ~hppa ~ia64 ~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 }
