aballier 15/01/30 10:03:01 Modified: ChangeLog Added: empy-3.3.2.ebuild Log: bump to latest version and add python 3.3 and 3.4 support since I tested and need it. Signed-off-by: [email protected] (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key 160F534A)
Revision Changes Path 1.26 dev-python/empy/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/empy/ChangeLog?rev=1.26&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/empy/ChangeLog?rev=1.26&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/empy/ChangeLog?r1=1.25&r2=1.26 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-python/empy/ChangeLog,v retrieving revision 1.25 retrieving revision 1.26 diff -u -r1.25 -r1.26 --- ChangeLog 26 Jan 2015 14:28:35 -0000 1.25 +++ ChangeLog 30 Jan 2015 10:03:01 -0000 1.26 @@ -1,6 +1,12 @@ # ChangeLog for dev-python/empy # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/empy/ChangeLog,v 1.25 2015/01/26 14:28:35 mrueg Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/empy/ChangeLog,v 1.26 2015/01/30 10:03:01 aballier Exp $ + +*empy-3.3.2 (30 Jan 2015) + + 30 Jan 2015; Alexis Ballier <[email protected]> +empy-3.3.2.ebuild: + bump to latest version and add python 3.3 and 3.4 support since I tested and + need it. 26 Jan 2015; Manuel RĂ¼ger <[email protected]> -empy-3.3.ebuild: Remove old. 1.1 dev-python/empy/empy-3.3.2.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/empy/empy-3.3.2.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/empy/empy-3.3.2.ebuild?rev=1.1&content-type=text/plain Index: empy-3.3.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/empy/empy-3.3.2.ebuild,v 1.1 2015/01/30 10:03:01 aballier Exp $ EAPI="5" PYTHON_COMPAT=( python{2_6,2_7,3_3,3_4} pypy pypy2_0 ) inherit distutils-r1 DESCRIPTION="A powerful and robust templating system for Python" HOMEPAGE="http://www.alcyone.com/software/empy/" SRC_URI="http://www.alcyone.com/software/${PN}/${P}.tar.gz" LICENSE="LGPL-2.1" SLOT="0" KEYWORDS="~amd64 ~arm ~ia64 ~ppc ~x86" IUSE="doc" DEPEND="" RDEPEND="" python_test() { "${PYTHON}" em.py sample.em | diff sample.bench - if [[ ${PIPESTATUS[0]} -ne 0 || ${PIPESTATUS[1]} -ne 0 ]]; then die "Testing failed with ${EPYTHON}" fi } python_install_all() { distutils-r1_python_install_all if use doc; then dodir /usr/share/doc/"${PF}"/examples insinto /usr/share/doc/"${PF}"/examples doins sample.em sample.bench #3.3 has the html in this funny place. Fix in later version: dohtml doc/home/max/projects/empy/doc/em/* dohtml doc/home/max/projects/empy/doc/em.html dohtml doc/index.html fi }
