Gentoo Archives: gentoo-commits

From: "Patrick Lauer (patrick)" <patrick@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-python/nevow: nevow-0.11.1.ebuild ChangeLog
Date: Mon, 30 Jun 2014 04:11:52
Message-Id: 20140630041147.5377B2004E@flycatcher.gentoo.org
1 patrick 14/06/30 04:11:47
2
3 Modified: ChangeLog
4 Added: nevow-0.11.1.ebuild
5 Log:
6 Bump
7
8 (Portage version: 2.2.10/cvs/Linux x86_64, unsigned Manifest commit)
9
10 Revision Changes Path
11 1.51 dev-python/nevow/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/nevow/ChangeLog?rev=1.51&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/nevow/ChangeLog?rev=1.51&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/nevow/ChangeLog?r1=1.50&r2=1.51
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/dev-python/nevow/ChangeLog,v
20 retrieving revision 1.50
21 retrieving revision 1.51
22 diff -u -r1.50 -r1.51
23 --- ChangeLog 9 Aug 2013 17:36:54 -0000 1.50
24 +++ ChangeLog 30 Jun 2014 04:11:47 -0000 1.51
25 @@ -1,6 +1,11 @@
26 # ChangeLog for dev-python/nevow
27 -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/dev-python/nevow/ChangeLog,v 1.50 2013/08/09 17:36:54 mgorny Exp $
29 +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
30 +# $Header: /var/cvsroot/gentoo-x86/dev-python/nevow/ChangeLog,v 1.51 2014/06/30 04:11:47 patrick Exp $
31 +
32 +*nevow-0.11.1 (30 Jun 2014)
33 +
34 + 30 Jun 2014; Patrick Lauer <patrick@g.o> +nevow-0.11.1.ebuild:
35 + Bump
36
37 09 Aug 2013; Michał Górny <mgorny@g.o> nevow-0.10.0-r1.ebuild:
38 Own the dropin.cache for nevow.plugins.
39
40
41
42 1.1 dev-python/nevow/nevow-0.11.1.ebuild
43
44 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/nevow/nevow-0.11.1.ebuild?rev=1.1&view=markup
45 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/nevow/nevow-0.11.1.ebuild?rev=1.1&content-type=text/plain
46
47 Index: nevow-0.11.1.ebuild
48 ===================================================================
49 # Copyright 1999-2014 Gentoo Foundation
50 # Distributed under the terms of the GNU General Public License v2
51 # $Header: /var/cvsroot/gentoo-x86/dev-python/nevow/nevow-0.11.1.ebuild,v 1.1 2014/06/30 04:11:47 patrick Exp $
52
53 EAPI="5"
54 PYTHON_COMPAT=( python{2_6,2_7} )
55
56 inherit twisted-r1
57
58 DESCRIPTION="A web templating framework that provides LivePage, an automatic AJAX toolkit."
59 HOMEPAGE="http://divmod.org/trac/wiki/DivmodNevow http://pypi.python.org/pypi/Nevow"
60 SRC_URI="mirror://pypi/${TWISTED_PN:0:1}/${TWISTED_PN}/${TWISTED_P}.tar.gz"
61
62 LICENSE="MIT"
63 SLOT="0"
64 KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-linux"
65 IUSE="doc"
66
67 DEPEND="dev-python/twisted-core[${PYTHON_USEDEP}]
68 dev-python/twisted-web[${PYTHON_USEDEP}]
69 net-zope/zope-interface[${PYTHON_USEDEP}]"
70 RDEPEND="${DEPEND}"
71
72 TWISTED_PLUGINS=( nevow.plugins )
73
74 python_test() {
75 trial formless nevow || die "tests failed with ${EPYTHON}"
76 }
77
78 python_install() {
79 distutils-r1_python_install
80
81 touch "${D}$(python_get_sitedir)"/nevow/plugins/dropin.cache || die
82 }
83
84 python_install_all() {
85 distutils-r1_python_install_all
86
87 # TODO: prevent installing it
88 rm -r "${D}"/usr/doc || die
89 }