* [gentoo-commits] gentoo-x86 commit in dev-python/pylons: pylons-1.0.1.ebuild ChangeLog
@ 2012-08-29 6:09 Patrick Lauer (patrick)
0 siblings, 0 replies; 2+ messages in thread
From: Patrick Lauer (patrick) @ 2012-08-29 6:09 UTC (permalink / raw
To: gentoo-commits
patrick 12/08/29 06:09:28
Modified: ChangeLog
Added: pylons-1.0.1.ebuild
Log:
Bump
(Portage version: 2.2.0_alpha123/cvs/Linux x86_64)
Revision Changes Path
1.9 dev-python/pylons/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pylons/ChangeLog?rev=1.9&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pylons/ChangeLog?rev=1.9&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pylons/ChangeLog?r1=1.8&r2=1.9
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/pylons/ChangeLog,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- ChangeLog 7 Jun 2010 23:46:40 -0000 1.8
+++ ChangeLog 29 Aug 2012 06:09:27 -0000 1.9
@@ -1,6 +1,11 @@
# ChangeLog for dev-python/pylons
-# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/pylons/ChangeLog,v 1.8 2010/06/07 23:46:40 arfrever Exp $
+# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pylons/ChangeLog,v 1.9 2012/08/29 06:09:27 patrick Exp $
+
+*pylons-1.0.1 (29 Aug 2012)
+
+ 29 Aug 2012; Patrick Lauer <patrick@gentoo.org> +pylons-1.0.1.ebuild:
+ Bump
*pylons-1.0 (07 Jun 2010)
@@ -40,4 +45,3 @@
06 Feb 2007; Tiziano Müller <dev-zero@gentoo.org> +pylons-0.9.4.1.ebuild,
+metadata.xml:
Initial ebuild
-
1.1 dev-python/pylons/pylons-1.0.1.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pylons/pylons-1.0.1.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pylons/pylons-1.0.1.ebuild?rev=1.1&content-type=text/plain
Index: pylons-1.0.1.ebuild
===================================================================
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-python/pylons/pylons-1.0.1.ebuild,v 1.1 2012/08/29 06:09:27 patrick Exp $
EAPI="3"
PYTHON_DEPEND="2"
SUPPORT_PYTHON_ABIS="1"
RESTRICT_PYTHON_ABIS="3.*"
DISTUTILS_SRC_TEST="nosetests"
inherit distutils
MY_PN="Pylons"
MY_P="${MY_PN}-${PV}"
DESCRIPTION="Pylons Web Framework"
HOMEPAGE="http://pylonshq.com/ http://pypi.python.org/pypi/Pylons"
SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_P}.tar.gz"
LICENSE="BSD"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="genshi jinja test"
RDEPEND=">=dev-python/beaker-1.3
>=dev-python/decorator-2.3.2
>=dev-python/formencode-1.2.1
>=dev-python/mako-0.2.4
>=dev-python/nose-0.10.4
>=dev-python/paste-1.7.2
>=dev-python/pastedeploy-1.3.3
>=dev-python/pastescript-1.7.3
>=dev-python/routes-1.12
>=dev-python/simplejson-2.0.8
>=dev-python/tempita-0.2
>=dev-python/weberror-0.10.1
>=dev-python/webhelpers-0.6.4
>=dev-python/webob-0.9.6.1
>=dev-python/webtest-1.1
genshi? ( >=dev-python/genshi-0.4.4 )
jinja? ( >=dev-python/jinja-2 )"
# Dependency on >=dev-python/coverage-2.85 and dev-python/genshi is not with Jython.
DEPEND="${RDEPEND}
dev-python/setuptools
test? (
>=dev-python/coverage-2.85
dev-python/genshi
>=dev-python/jinja-2.2.1
)"
S="${WORKDIR}/${MY_P}"
^ permalink raw reply [flat|nested] 2+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-python/pylons: pylons-1.0.1.ebuild ChangeLog
@ 2012-11-07 10:28 Patrick Lauer (patrick)
0 siblings, 0 replies; 2+ messages in thread
From: Patrick Lauer (patrick) @ 2012-11-07 10:28 UTC (permalink / raw
To: gentoo-commits
patrick 12/11/07 10:28:17
Modified: pylons-1.0.1.ebuild ChangeLog
Log:
Adding missing dep
(Portage version: 2.2.0_alpha128/cvs/Linux x86_64)
Revision Changes Path
1.2 dev-python/pylons/pylons-1.0.1.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pylons/pylons-1.0.1.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pylons/pylons-1.0.1.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pylons/pylons-1.0.1.ebuild?r1=1.1&r2=1.2
Index: pylons-1.0.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/pylons/pylons-1.0.1.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- pylons-1.0.1.ebuild 29 Aug 2012 06:09:27 -0000 1.1
+++ pylons-1.0.1.ebuild 7 Nov 2012 10:28:17 -0000 1.2
@@ -1,6 +1,6 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/pylons/pylons-1.0.1.ebuild,v 1.1 2012/08/29 06:09:27 patrick Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pylons/pylons-1.0.1.ebuild,v 1.2 2012/11/07 10:28:17 patrick Exp $
EAPI="3"
PYTHON_DEPEND="2"
@@ -30,6 +30,7 @@
>=dev-python/paste-1.7.2
>=dev-python/pastedeploy-1.3.3
>=dev-python/pastescript-1.7.3
+ >=dev-python/repoze-lru-0.3
>=dev-python/routes-1.12
>=dev-python/simplejson-2.0.8
>=dev-python/tempita-0.2
1.10 dev-python/pylons/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pylons/ChangeLog?rev=1.10&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pylons/ChangeLog?rev=1.10&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pylons/ChangeLog?r1=1.9&r2=1.10
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/pylons/ChangeLog,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- ChangeLog 29 Aug 2012 06:09:27 -0000 1.9
+++ ChangeLog 7 Nov 2012 10:28:17 -0000 1.10
@@ -1,6 +1,9 @@
# ChangeLog for dev-python/pylons
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/pylons/ChangeLog,v 1.9 2012/08/29 06:09:27 patrick Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pylons/ChangeLog,v 1.10 2012/11/07 10:28:17 patrick Exp $
+
+ 07 Nov 2012; Patrick Lauer <patrick@gentoo.org> pylons-1.0.1.ebuild:
+ Adding missing dep
*pylons-1.0.1 (29 Aug 2012)
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2012-11-07 10:28 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-08-29 6:09 [gentoo-commits] gentoo-x86 commit in dev-python/pylons: pylons-1.0.1.ebuild ChangeLog Patrick Lauer (patrick)
-- strict thread matches above, loose matches on Subject: below --
2012-11-07 10:28 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