public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in dev-python/twisted-web: twisted-web-12.2.0.ebuild ChangeLog
@ 2012-09-27 18:18 Marien Zwart (marienz)
  0 siblings, 0 replies; 2+ messages in thread
From: Marien Zwart (marienz) @ 2012-09-27 18:18 UTC (permalink / raw
  To: gentoo-commits

marienz     12/09/27 18:18:35

  Modified:             ChangeLog
  Added:                twisted-web-12.2.0.ebuild
  Log:
  Bump to 12.2.0 (bug #423793)
  
  (Portage version: 2.2.0_alpha133/cvs/Linux x86_64)

Revision  Changes    Path
1.79                 dev-python/twisted-web/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/twisted-web/ChangeLog?rev=1.79&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/twisted-web/ChangeLog?rev=1.79&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/twisted-web/ChangeLog?r1=1.78&r2=1.79

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/twisted-web/ChangeLog,v
retrieving revision 1.78
retrieving revision 1.79
diff -u -r1.78 -r1.79
--- ChangeLog	13 May 2012 20:48:00 -0000	1.78
+++ ChangeLog	27 Sep 2012 18:18:35 -0000	1.79
@@ -1,6 +1,11 @@
 # ChangeLog for dev-python/twisted-web
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/twisted-web/ChangeLog,v 1.78 2012/05/13 20:48:00 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/twisted-web/ChangeLog,v 1.79 2012/09/27 18:18:35 marienz Exp $
+
+*twisted-web-12.2.0 (27 Sep 2012)
+
+  27 Sep 2012; Marien Zwart <marienz@gentoo.org> +twisted-web-12.2.0.ebuild:
+  Bump to 12.2.0 (bug #423793)
 
   13 May 2012; Alexis Ballier <aballier@gentoo.org> twisted-web-12.0.0.ebuild:
   keyword ~amd64-fbsd
@@ -315,4 +320,3 @@
   08 Apr 2005; Thomas Raschbacher <lordvan@gentoo.org> :
   initial import
   twisted-web was part of the main twisted release
-



1.1                  dev-python/twisted-web/twisted-web-12.2.0.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/twisted-web/twisted-web-12.2.0.ebuild?rev=1.1&view=markup
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

Index: twisted-web-12.2.0.ebuild
===================================================================
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $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 $

EAPI="4"
PYTHON_DEPEND="2"
SUPPORT_PYTHON_ABIS="1"
RESTRICT_PYTHON_ABIS="3.* *-jython"
MY_PACKAGE="Web"

inherit twisted versionator

DESCRIPTION="Twisted web server, programmable in Python"

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"
IUSE="soap"

DEPEND="=dev-python/twisted-$(get_version_component_range 1-2)*
	soap? ( dev-python/soappy )"
RDEPEND="${DEPEND}"

PYTHON_MODNAME="twisted/plugins twisted/web"

src_prepare() {
	distutils_src_prepare

	if [[ "${EUID}" -eq 0 ]]; then
		# Disable tests failing with root permissions.
		sed -e "s/test_forbiddenResource/_&/" -i twisted/web/test/test_static.py
		sed -e "s/testDownloadPageError3/_&/" -i twisted/web/test/test_webclient.py
	fi
}





^ permalink raw reply	[flat|nested] 2+ messages in thread

* [gentoo-commits] gentoo-x86 commit in dev-python/twisted-web: twisted-web-12.2.0.ebuild ChangeLog
@ 2012-10-08 19:31 Marien Zwart (marienz)
  0 siblings, 0 replies; 2+ messages in thread
From: Marien Zwart (marienz) @ 2012-10-08 19:31 UTC (permalink / raw
  To: gentoo-commits

marienz     12/10/08 19:31:36

  Modified:             twisted-web-12.2.0.ebuild ChangeLog
  Log:
  Fix python dependency to match dev-python/twisted's, spotted by Arfrever.
  
  (Portage version: 2.2.0_alpha135/cvs/Linux x86_64)

Revision  Changes    Path
1.2                  dev-python/twisted-web/twisted-web-12.2.0.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/twisted-web/twisted-web-12.2.0.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/twisted-web/twisted-web-12.2.0.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/twisted-web/twisted-web-12.2.0.ebuild?r1=1.1&r2=1.2

Index: twisted-web-12.2.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/twisted-web/twisted-web-12.2.0.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- twisted-web-12.2.0.ebuild	27 Sep 2012 18:18:35 -0000	1.1
+++ twisted-web-12.2.0.ebuild	8 Oct 2012 19:31:36 -0000	1.2
@@ -1,11 +1,11 @@
 # Copyright 1999-2012 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $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 $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/twisted-web/twisted-web-12.2.0.ebuild,v 1.2 2012/10/08 19:31:36 marienz Exp $
 
 EAPI="4"
-PYTHON_DEPEND="2"
+PYTHON_DEPEND="2:2.6"
 SUPPORT_PYTHON_ABIS="1"
-RESTRICT_PYTHON_ABIS="3.* *-jython"
+RESTRICT_PYTHON_ABIS="3.* 2.5 *-jython"
 MY_PACKAGE="Web"
 
 inherit twisted versionator



1.81                 dev-python/twisted-web/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/twisted-web/ChangeLog?rev=1.81&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/twisted-web/ChangeLog?rev=1.81&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/twisted-web/ChangeLog?r1=1.80&r2=1.81

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/twisted-web/ChangeLog,v
retrieving revision 1.80
retrieving revision 1.81
diff -u -r1.80 -r1.81
--- ChangeLog	5 Oct 2012 14:46:31 -0000	1.80
+++ ChangeLog	8 Oct 2012 19:31:36 -0000	1.81
@@ -1,6 +1,9 @@
 # ChangeLog for dev-python/twisted-web
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/twisted-web/ChangeLog,v 1.80 2012/10/05 14:46:31 marienz Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/twisted-web/ChangeLog,v 1.81 2012/10/08 19:31:36 marienz Exp $
+
+  08 Oct 2012; Marien Zwart <marienz@gentoo.org> twisted-web-12.2.0.ebuild:
+  Fix python dependency to match dev-python/twisted's, spotted by Arfrever.
 
   05 Oct 2012; Marien Zwart <marienz@gentoo.org> twisted-web-10.2.0.ebuild,
   twisted-web-11.0.0.ebuild:





^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2012-10-08 19:32 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-10-08 19:31 [gentoo-commits] gentoo-x86 commit in dev-python/twisted-web: twisted-web-12.2.0.ebuild ChangeLog Marien Zwart (marienz)
  -- strict thread matches above, loose matches on Subject: below --
2012-09-27 18:18 Marien Zwart (marienz)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox