patrick 14/05/03 08:30:43 Modified: ChangeLog Added: encore-0.5.1.ebuild Log: Bump (Portage version: 2.2.10/cvs/Linux x86_64, unsigned Manifest commit)
Revision Changes Path 1.7 dev-python/encore/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/encore/ChangeLog?rev=1.7&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/encore/ChangeLog?rev=1.7&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/encore/ChangeLog?r1=1.6&r2=1.7 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-python/encore/ChangeLog,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- ChangeLog 13 Sep 2013 21:33:08 -0000 1.6 +++ ChangeLog 3 May 2014 08:30:43 -0000 1.7 @@ -1,6 +1,11 @@ # ChangeLog for dev-python/encore -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/encore/ChangeLog,v 1.6 2013/09/13 21:33:08 mgorny Exp $ +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-python/encore/ChangeLog,v 1.7 2014/05/03 08:30:43 patrick Exp $ + +*encore-0.5.1 (03 May 2014) + + 03 May 2014; Patrick Lauer <[email protected]> +encore-0.5.1.ebuild: + Bump 13 Sep 2013; Michał Górny <[email protected]> encore-0.3.ebuild, encore-0.4.0.ebuild: 1.1 dev-python/encore/encore-0.5.1.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/encore/encore-0.5.1.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/encore/encore-0.5.1.ebuild?rev=1.1&content-type=text/plain Index: encore-0.5.1.ebuild =================================================================== # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/dev-python/encore/encore-0.5.1.ebuild,v 1.1 2014/05/03 08:30:43 patrick Exp $ EAPI=5 PYTHON_COMPAT=( python{2_6,2_7} ) inherit distutils-r1 DESCRIPTION="Enthought Tool Suite: collection of core-level utility modules" HOMEPAGE="https://github.com/enthought/encore" SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz" LICENSE="BSD" SLOT="0" KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" IUSE="doc examples test" RDEPEND="" DEPEND="${RDEPEND} dev-python/setuptools[${PYTHON_USEDEP}] doc? ( dev-python/sphinx[${PYTHON_USEDEP}] ) test? ( dev-python/nose[${PYTHON_USEDEP}] virtual/python-futures[${PYTHON_USEDEP}] dev-python/requests[${PYTHON_USEDEP}] dev-python/mock[${PYTHON_USEDEP}] )" python_compile_all() { use doc && emake -C docs html } python_test() { if [[ ${EPYTHON} == python2.6 ]]; then ewarn "Tests disabled for ${EPYTHON}" return 0 fi nosetests || die } python_install_all() { distutils-r1_python_install_all use doc && dohtml -r docs/build/html/* if use examples; then insinto /usr/share/doc/${PF} doins -r examples fi }
