From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 51836138247 for ; Sun, 19 Jan 2014 09:02:02 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3C1E3E0A83; Sun, 19 Jan 2014 09:02:00 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id B2287E0A83 for ; Sun, 19 Jan 2014 09:01:59 +0000 (UTC) Received: from flycatcher.gentoo.org (flycatcher.gentoo.org [81.93.255.6]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id AB62333F848 for ; Sun, 19 Jan 2014 09:01:58 +0000 (UTC) Received: by flycatcher.gentoo.org (Postfix, from userid 2332) id 7CBFB2004C; Sun, 19 Jan 2014 09:01:56 +0000 (UTC) From: "Ian Delaney (idella4)" To: gentoo-commits@lists.gentoo.org Reply-To: gentoo-dev@lists.gentoo.org, idella4@gentoo.org Subject: [gentoo-commits] gentoo-x86 commit in dev-python/twisted-web: twisted-web-13.2.0.ebuild ChangeLog X-VCS-Repository: gentoo-x86 X-VCS-Files: twisted-web-13.2.0.ebuild ChangeLog X-VCS-Directories: dev-python/twisted-web X-VCS-Committer: idella4 X-VCS-Committer-Name: Ian Delaney Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Message-Id: <20140119090157.7CBFB2004C@flycatcher.gentoo.org> Date: Sun, 19 Jan 2014 09:01:56 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 49f8d725-df59-4cb0-a4d1-982d8a6f564e X-Archives-Hash: ac900d13760728226ffa83eb2cb3b9f9 idella4 14/01/19 09:01:56 Modified: ChangeLog Added: twisted-web-13.2.0.ebuild Log: bump; add 1 new dep (Portage version: 2.2.8/cvs/Linux x86_64, signed Manifest commit with key 0xB8072B0D) Revision Changes Path 1.96 dev-python/twisted-web/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/twisted-web/ChangeLog?rev=1.96&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/twisted-web/ChangeLog?rev=1.96&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/twisted-web/ChangeLog?r1=1.95&r2=1.96 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-python/twisted-web/ChangeLog,v retrieving revision 1.95 retrieving revision 1.96 diff -u -r1.95 -r1.96 --- ChangeLog 24 Nov 2013 18:37:41 -0000 1.95 +++ ChangeLog 19 Jan 2014 09:01:56 -0000 1.96 @@ -1,6 +1,11 @@ # ChangeLog for dev-python/twisted-web -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/twisted-web/ChangeLog,v 1.95 2013/11/24 18:37:41 ago Exp $ +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-python/twisted-web/ChangeLog,v 1.96 2014/01/19 09:01:56 idella4 Exp $ + +*twisted-web-13.2.0 (19 Jan 2014) + + 19 Jan 2014; Ian Delaney +twisted-web-13.2.0.ebuild: + bump; add 1 new dep 24 Nov 2013; Agostino Sarubbo twisted-web-12.3.0.ebuild: Stable for arm, wrt bug #468150 1.1 dev-python/twisted-web/twisted-web-13.2.0.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/twisted-web/twisted-web-13.2.0.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/twisted-web/twisted-web-13.2.0.ebuild?rev=1.1&content-type=text/plain Index: twisted-web-13.2.0.ebuild =================================================================== # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/dev-python/twisted-web/twisted-web-13.2.0.ebuild,v 1.1 2014/01/19 09:01:56 idella4 Exp $ EAPI="5" PYTHON_COMPAT=( python{2_6,2_7} ) inherit twisted-r1 MY_PN="TwistedWeb" DESCRIPTION="Twisted web server, programmable in Python" SRC_URI="http://twistedmatrix.com/Releases/Web/${TWISTED_RELEASE}/${MY_PN}/${MY_PN}-${PV}.tar.bz2 -> ${P}.tar.bz2 " 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-core-${TWISTED_RELEASE}*[${PYTHON_USEDEP}] dev-python/pyopenssl[${PYTHON_USEDEP}] soap? ( dev-python/soappy[${PYTHON_USEDEP}] )" RDEPEND="${DEPEND}" python_prepare_all() { 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 distutils-r1_python_prepare_all } # testsuite has a PYTHONPATH oddity, currently appears to require a system install to effectively import, # putting in question as to whether it is a testsuite