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/twisted-web: twisted-web-12.0.0.ebuild ChangeLog
Date: Thu, 22 Mar 2012 07:09:30
Message-Id: 20120322070920.DBE5E2004B@flycatcher.gentoo.org
1 patrick 12/03/22 07:09:20
2
3 Modified: ChangeLog
4 Added: twisted-web-12.0.0.ebuild
5 Log:
6 Bump
7
8 (Portage version: 2.2.0_alpha93/cvs/Linux x86_64)
9
10 Revision Changes Path
11 1.77 dev-python/twisted-web/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/twisted-web/ChangeLog?rev=1.77&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/twisted-web/ChangeLog?rev=1.77&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/twisted-web/ChangeLog?r1=1.76&r2=1.77
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/dev-python/twisted-web/ChangeLog,v
20 retrieving revision 1.76
21 retrieving revision 1.77
22 diff -u -r1.76 -r1.77
23 --- ChangeLog 27 Dec 2011 07:03:04 -0000 1.76
24 +++ ChangeLog 22 Mar 2012 07:09:20 -0000 1.77
25 @@ -1,6 +1,11 @@
26 # ChangeLog for dev-python/twisted-web
27 -# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/dev-python/twisted-web/ChangeLog,v 1.76 2011/12/27 07:03:04 floppym Exp $
29 +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
30 +# $Header: /var/cvsroot/gentoo-x86/dev-python/twisted-web/ChangeLog,v 1.77 2012/03/22 07:09:20 patrick Exp $
31 +
32 +*twisted-web-12.0.0 (22 Mar 2012)
33 +
34 + 22 Mar 2012; Patrick Lauer <patrick@g.o> +twisted-web-12.0.0.ebuild:
35 + Bump
36
37 *twisted-web-11.1.0 (27 Dec 2011)
38
39
40
41
42 1.1 dev-python/twisted-web/twisted-web-12.0.0.ebuild
43
44 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/twisted-web/twisted-web-12.0.0.ebuild?rev=1.1&view=markup
45 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/twisted-web/twisted-web-12.0.0.ebuild?rev=1.1&content-type=text/plain
46
47 Index: twisted-web-12.0.0.ebuild
48 ===================================================================
49 # Copyright 1999-2012 Gentoo Foundation
50 # Distributed under the terms of the GNU General Public License v2
51 # $Header: /var/cvsroot/gentoo-x86/dev-python/twisted-web/twisted-web-12.0.0.ebuild,v 1.1 2012/03/22 07:09:20 patrick Exp $
52
53 EAPI="4"
54 PYTHON_DEPEND="2"
55 SUPPORT_PYTHON_ABIS="1"
56 RESTRICT_PYTHON_ABIS="3.* *-jython"
57 MY_PACKAGE="Web"
58
59 inherit twisted versionator
60
61 DESCRIPTION="Twisted web server, programmable in Python"
62
63 KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
64 IUSE="soap"
65
66 DEPEND="=dev-python/twisted-$(get_version_component_range 1-2)*
67 soap? ( dev-python/soappy )"
68 RDEPEND="${DEPEND}"
69
70 PYTHON_MODNAME="twisted/plugins twisted/web"
71
72 src_prepare() {
73 distutils_src_prepare
74
75 if [[ "${EUID}" -eq 0 ]]; then
76 # Disable tests failing with root permissions.
77 sed -e "s/test_forbiddenResource/_&/" -i twisted/web/test/test_static.py
78 sed -e "s/testDownloadPageError3/_&/" -i twisted/web/test/test_webclient.py
79 fi
80 }