public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in dev-python/bottle: bottle-0.11.3.ebuild ChangeLog
@ 2012-11-03 13:07 Ian Delaney (idella4)
  0 siblings, 0 replies; only message in thread
From: Ian Delaney (idella4) @ 2012-11-03 13:07 UTC (permalink / raw
  To: gentoo-commits

idella4     12/11/03 13:07:46

  Modified:             ChangeLog
  Added:                bottle-0.11.3.ebuild
  Log:
  version bump to bottle-0.11.3
  
  (Portage version: 2.1.11.30/cvs/Linux x86_64, unsigned Manifest commit)

Revision  Changes    Path
1.3                  dev-python/bottle/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/bottle/ChangeLog,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- ChangeLog	20 May 2012 16:50:29 -0000	1.2
+++ ChangeLog	3 Nov 2012 13:07:46 -0000	1.3
@@ -1,6 +1,11 @@
 # ChangeLog for dev-python/bottle
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/bottle/ChangeLog,v 1.2 2012/05/20 16:50:29 xarthisius Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/bottle/ChangeLog,v 1.3 2012/11/03 13:07:46 idella4 Exp $
+
+*bottle-0.11.3 (04 Nov 2012)
+
+  04 Nov 2012; Ian Delaney <idella4@gentoo.org> +bottle-0.11.3.ebuild:
+  version bump to bottle-0.11.3
 
   20 May 2012; Kacper Kowalik <xarthisius@gentoo.org> bottle-0.10.9.ebuild:
   Don't inherit eutils.eclass since it's not used, drop unnecessary dependecy on
@@ -14,4 +19,3 @@
   Mike MacDonald (crazymykl) <crazymykl@gmail.com> and Johan Bergström
   (jbergstroem) <bugs@bergstroem.nu> for their work on this ebuild in Sunrise
   overlay
-



1.1                  dev-python/bottle/bottle-0.11.3.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/bottle/bottle-0.11.3.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/bottle/bottle-0.11.3.ebuild?rev=1.1&content-type=text/plain

Index: bottle-0.11.3.ebuild
===================================================================
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-python/bottle/bottle-0.11.3.ebuild,v 1.1 2012/11/03 13:07:46 idella4 Exp $

EAPI=4

SUPPORT_PYTHON_ABIS=1
RESTRICT_PYTHON_ABIS="*-jython"

inherit distutils

DESCRIPTION="A fast and simple micro-framework for small web-applications"
HOMEPAGE="http://pypi.python.org/pypi/bottle http://bottlepy.org/"
SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"

LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""

DEPEND="dev-python/simplejson"
RDEPEND="${DEPEND}"

PYTHON_MODNAME=bottle.py

src_prepare() {
	distutils_src_prepare

	sed -e "/^sys.path.insert/d" -i test/{servertest.py,testall.py} || die

	2to3_tests() {
		local p_maj=$(python_get_version -l --major)

		if [[ ! -d test-${p_maj} ]]; then
			cp -r test test-${p_maj}
			if [[ $p_maj == 3 ]]; then
				2to3-${PYTHON_ABI} -nw --no-diffs test-${p_maj}
			fi
		fi
	}
	python_execute_function 2to3_tests
}

src_test() {
	testing() {
		local p_maj=$(python_get_version -l --major)
		PYTHONPATH="build-${PYTHON_ABI}/lib/" "$(PYTHON)" test-${p_maj}/testall.py
	}
	python_execute_function  testing
}





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

only message in thread, other threads:[~2012-11-03 13:08 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-11-03 13:07 [gentoo-commits] gentoo-x86 commit in dev-python/bottle: bottle-0.11.3.ebuild ChangeLog Ian Delaney (idella4)

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