Gentoo Archives: gentoo-commits

From: "Marien Zwart (marienz)" <marienz@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-python/twisted-web: twisted-web-12.2.0.ebuild ChangeLog
Date: Thu, 27 Sep 2012 18:18:45
Message-Id: 20120927181835.DC0C521600@flycatcher.gentoo.org
1 marienz 12/09/27 18:18:35
2
3 Modified: ChangeLog
4 Added: twisted-web-12.2.0.ebuild
5 Log:
6 Bump to 12.2.0 (bug #423793)
7
8 (Portage version: 2.2.0_alpha133/cvs/Linux x86_64)
9
10 Revision Changes Path
11 1.79 dev-python/twisted-web/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/twisted-web/ChangeLog?rev=1.79&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/twisted-web/ChangeLog?rev=1.79&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/twisted-web/ChangeLog?r1=1.78&r2=1.79
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/dev-python/twisted-web/ChangeLog,v
20 retrieving revision 1.78
21 retrieving revision 1.79
22 diff -u -r1.78 -r1.79
23 --- ChangeLog 13 May 2012 20:48:00 -0000 1.78
24 +++ ChangeLog 27 Sep 2012 18:18:35 -0000 1.79
25 @@ -1,6 +1,11 @@
26 # ChangeLog for dev-python/twisted-web
27 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/dev-python/twisted-web/ChangeLog,v 1.78 2012/05/13 20:48:00 aballier Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/dev-python/twisted-web/ChangeLog,v 1.79 2012/09/27 18:18:35 marienz Exp $
30 +
31 +*twisted-web-12.2.0 (27 Sep 2012)
32 +
33 + 27 Sep 2012; Marien Zwart <marienz@g.o> +twisted-web-12.2.0.ebuild:
34 + Bump to 12.2.0 (bug #423793)
35
36 13 May 2012; Alexis Ballier <aballier@g.o> twisted-web-12.0.0.ebuild:
37 keyword ~amd64-fbsd
38 @@ -315,4 +320,3 @@
39 08 Apr 2005; Thomas Raschbacher <lordvan@g.o> :
40 initial import
41 twisted-web was part of the main twisted release
42 -
43
44
45
46 1.1 dev-python/twisted-web/twisted-web-12.2.0.ebuild
47
48 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/twisted-web/twisted-web-12.2.0.ebuild?rev=1.1&view=markup
49 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/twisted-web/twisted-web-12.2.0.ebuild?rev=1.1&content-type=text/plain
50
51 Index: twisted-web-12.2.0.ebuild
52 ===================================================================
53 # Copyright 1999-2012 Gentoo Foundation
54 # Distributed under the terms of the GNU General Public License v2
55 # $Header: /var/cvsroot/gentoo-x86/dev-python/twisted-web/twisted-web-12.2.0.ebuild,v 1.1 2012/09/27 18:18:35 marienz Exp $
56
57 EAPI="4"
58 PYTHON_DEPEND="2"
59 SUPPORT_PYTHON_ABIS="1"
60 RESTRICT_PYTHON_ABIS="3.* *-jython"
61 MY_PACKAGE="Web"
62
63 inherit twisted versionator
64
65 DESCRIPTION="Twisted web server, programmable in Python"
66
67 KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
68 IUSE="soap"
69
70 DEPEND="=dev-python/twisted-$(get_version_component_range 1-2)*
71 soap? ( dev-python/soappy )"
72 RDEPEND="${DEPEND}"
73
74 PYTHON_MODNAME="twisted/plugins twisted/web"
75
76 src_prepare() {
77 distutils_src_prepare
78
79 if [[ "${EUID}" -eq 0 ]]; then
80 # Disable tests failing with root permissions.
81 sed -e "s/test_forbiddenResource/_&/" -i twisted/web/test/test_static.py
82 sed -e "s/testDownloadPageError3/_&/" -i twisted/web/test/test_webclient.py
83 fi
84 }