* [gentoo-commits] gentoo-x86 commit in dev-python/cherrypy: ChangeLog cherrypy-2.3.0.ebuild
@ 2008-07-02 5:32 Rob Cakebread (pythonhead)
0 siblings, 0 replies; 2+ messages in thread
From: Rob Cakebread (pythonhead) @ 2008-07-02 5:32 UTC (permalink / raw
To: gentoo-commits
pythonhead 08/07/02 05:32:23
Modified: ChangeLog
Added: cherrypy-2.3.0.ebuild
Log:
Version bump. Dropped amd64, ia64 and ppc because of new dependency on webtest and its deps webob and wsgiref
(Portage version: 2.2_rc1/cvs/Linux 2.6.25-gentoo-r4 i686)
Revision Changes Path
1.29 dev-python/cherrypy/ChangeLog
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/cherrypy/ChangeLog?rev=1.29&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/cherrypy/ChangeLog?rev=1.29&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/cherrypy/ChangeLog?r1=1.28&r2=1.29
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/cherrypy/ChangeLog,v
retrieving revision 1.28
retrieving revision 1.29
diff -u -r1.28 -r1.29
--- ChangeLog 29 Apr 2008 02:03:25 -0000 1.28
+++ ChangeLog 2 Jul 2008 05:32:22 -0000 1.29
@@ -1,6 +1,12 @@
# ChangeLog for dev-python/cherrypy
# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/cherrypy/ChangeLog,v 1.28 2008/04/29 02:03:25 pythonhead Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/cherrypy/ChangeLog,v 1.29 2008/07/02 05:32:22 pythonhead Exp $
+
+*cherrypy-2.3.0 (02 Jul 2008)
+
+ 02 Jul 2008; Rob Cakebread <pythonhead@gentoo.org> +cherrypy-2.3.0.ebuild:
+ Version bump. Dropped amd64, ia64 and ppc because of new dependency on
+ webtest and its deps webob and wsgiref
*cherrypy-3.0.3 (29 Apr 2008)
1.1 dev-python/cherrypy/cherrypy-2.3.0.ebuild
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/cherrypy/cherrypy-2.3.0.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/cherrypy/cherrypy-2.3.0.ebuild?rev=1.1&content-type=text/plain
Index: cherrypy-2.3.0.ebuild
===================================================================
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-python/cherrypy/cherrypy-2.3.0.ebuild,v 1.1 2008/07/02 05:32:22 pythonhead Exp $
inherit eutils distutils
MY_P=CherryPy-${PV}
DESCRIPTION="CherryPy is a pythonic, object-oriented web development framework."
SRC_URI="http://download.cherrypy.org/cherrypy/${PV}/${MY_P}.tar.gz"
HOMEPAGE="http://www.cherrypy.org/"
IUSE="doc test"
SLOT="0"
KEYWORDS="~x86"
LICENSE="BSD"
DEPEND="dev-python/setuptools
test? ( >=dev-python/webtest-1.0 )
app-arch/unzip"
RDEPEND=""
S=${WORKDIR}/${MY_P}
src_unpack() {
unpack ${A}
cd "${S}"
#Remove test_cache_filter, only works outside of portage
sed -i \
-e '/raw_input/d' \
-e "/'test_cache_filter',/d" \
cherrypy/test/test.py || die "sed failed"
sed -i \
-e 's/"cherrypy.tutorial",//' \
-e "/('cherrypy\/tutorial',/, /),/d" \
-e 's/distutils.core/setuptools/' \
setup.py || die "sed failed"
}
src_install() {
distutils_src_install
if use doc ; then
insinto /usr/share/doc/${PF}
doins -r cherrypy/tutorial
fi
}
src_test() {
PYTHONPATH=. "${python}" cherrypy/test/test.py || die "test failed"
}
--
gentoo-commits@lists.gentoo.org mailing list
^ permalink raw reply [flat|nested] 2+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-python/cherrypy: ChangeLog cherrypy-2.3.0.ebuild
@ 2009-02-15 14:31 Patrick Lauer (patrick)
0 siblings, 0 replies; 2+ messages in thread
From: Patrick Lauer (patrick) @ 2009-02-15 14:31 UTC (permalink / raw
To: gentoo-commits
patrick 09/02/15 14:31:56
Modified: ChangeLog cherrypy-2.3.0.ebuild
Log:
Adding ~amd64 keyword to 2.3.0
(Portage version: 2.2_rc23/cvs/Linux x86_64)
Revision Changes Path
1.31 dev-python/cherrypy/ChangeLog
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/cherrypy/ChangeLog?rev=1.31&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/cherrypy/ChangeLog?rev=1.31&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/cherrypy/ChangeLog?r1=1.30&r2=1.31
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/cherrypy/ChangeLog,v
retrieving revision 1.30
retrieving revision 1.31
diff -u -r1.30 -r1.31
--- ChangeLog 6 Nov 2008 16:21:33 -0000 1.30
+++ ChangeLog 15 Feb 2009 14:31:56 -0000 1.31
@@ -1,6 +1,9 @@
# ChangeLog for dev-python/cherrypy
-# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/cherrypy/ChangeLog,v 1.30 2008/11/06 16:21:33 neurogeek Exp $
+# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-python/cherrypy/ChangeLog,v 1.31 2009/02/15 14:31:56 patrick Exp $
+
+ 15 Feb 2009; Patrick Lauer <patrick@gentoo.org> cherrypy-2.3.0.ebuild:
+ Adding ~amd64 keyword to 2.3.0
*cherrypy-3.1.0 (06 Nov 2008)
1.2 dev-python/cherrypy/cherrypy-2.3.0.ebuild
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/cherrypy/cherrypy-2.3.0.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/cherrypy/cherrypy-2.3.0.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/cherrypy/cherrypy-2.3.0.ebuild?r1=1.1&r2=1.2
Index: cherrypy-2.3.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/cherrypy/cherrypy-2.3.0.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- cherrypy-2.3.0.ebuild 2 Jul 2008 05:32:22 -0000 1.1
+++ cherrypy-2.3.0.ebuild 15 Feb 2009 14:31:56 -0000 1.2
@@ -1,6 +1,6 @@
-# Copyright 1999-2008 Gentoo Foundation
+# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/cherrypy/cherrypy-2.3.0.ebuild,v 1.1 2008/07/02 05:32:22 pythonhead Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/cherrypy/cherrypy-2.3.0.ebuild,v 1.2 2009/02/15 14:31:56 patrick Exp $
inherit eutils distutils
@@ -11,7 +11,7 @@
HOMEPAGE="http://www.cherrypy.org/"
IUSE="doc test"
SLOT="0"
-KEYWORDS="~x86"
+KEYWORDS="~amd64 ~x86"
LICENSE="BSD"
DEPEND="dev-python/setuptools
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2009-02-15 14:32 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-07-02 5:32 [gentoo-commits] gentoo-x86 commit in dev-python/cherrypy: ChangeLog cherrypy-2.3.0.ebuild Rob Cakebread (pythonhead)
-- strict thread matches above, loose matches on Subject: below --
2009-02-15 14:31 Patrick Lauer (patrick)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox