public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in dev-python/webpy: ChangeLog webpy-0.32.ebuild webpy-0.30.ebuild
@ 2009-09-04 15:09 Patrick Lauer (patrick)
  0 siblings, 0 replies; only message in thread
From: Patrick Lauer (patrick) @ 2009-09-04 15:09 UTC (permalink / raw
  To: gentoo-commits

patrick     09/09/04 15:09:48

  Modified:             ChangeLog
  Added:                webpy-0.32.ebuild
  Removed:              webpy-0.30.ebuild
  Log:
  Bump to 0.32. Remove 0.30.
  (Portage version: 2.2_rc40/cvs/Linux x86_64)

Revision  Changes    Path
1.10                 dev-python/webpy/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/webpy/ChangeLog?rev=1.10&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/webpy/ChangeLog?rev=1.10&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/webpy/ChangeLog?r1=1.9&r2=1.10

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/webpy/ChangeLog,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- ChangeLog	10 Apr 2009 10:27:26 -0000	1.9
+++ ChangeLog	4 Sep 2009 15:09:48 -0000	1.10
@@ -1,6 +1,12 @@
 # ChangeLog for dev-python/webpy
 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/webpy/ChangeLog,v 1.9 2009/04/10 10:27:26 gmsoft Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/webpy/ChangeLog,v 1.10 2009/09/04 15:09:48 patrick Exp $
+
+*webpy-0.32 (04 Sep 2009)
+
+  04 Sep 2009; Patrick Lauer <patrick@gentoo.org> -webpy-0.30.ebuild,
+  +webpy-0.32.ebuild:
+  Bump to 0.32. Remove 0.30.
 
   10 Apr 2009; Guy Martin <gmsoft@gentoo.org> webpy-0.31.ebuild:
   Added ~hppa to KEYWORDS.



1.1                  dev-python/webpy/webpy-0.32.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/webpy/webpy-0.32.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/webpy/webpy-0.32.ebuild?rev=1.1&content-type=text/plain

Index: webpy-0.32.ebuild
===================================================================
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-python/webpy/webpy-0.32.ebuild,v 1.1 2009/09/04 15:09:48 patrick Exp $

inherit distutils

MY_PN="web.py"

DESCRIPTION="A small and simple web framework for python"
HOMEPAGE="http://www.webpy.org"
SRC_URI="http://www.webpy.org/static/${MY_PN}-${PV}.tar.gz"

LICENSE="public-domain"
SLOT="0"
KEYWORDS="~amd64 ~hppa ~x86"
IUSE=""

DEPEND=">=dev-lang/python-2.3"
RDEPEND="${DEPEND}"

S="${WORKDIR}/webpy"
PYTHON_MODNAME="web"

src_test() {
	TESTS="db template net http utils"

	cd "${S}"

	for TEST in ${TESTS}
	do
		${python} web/${TEST}.py || die "Doctest in web/${TEST}.py failed!"
	done
}






^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2009-09-04 10:01 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-09-04 15:09 [gentoo-commits] gentoo-x86 commit in dev-python/webpy: ChangeLog webpy-0.32.ebuild webpy-0.30.ebuild 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