patrick     15/08/01 09:08:01

  Modified:             ChangeLog
  Added:                weberror-0.11.ebuild
  Log:
  Bump
  
  (Portage version: 2.2.20/cvs/Linux x86_64, unsigned Manifest commit)

Revision  Changes    Path
1.7                  dev-python/weberror/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/weberror/ChangeLog,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- ChangeLog   27 Dec 2014 04:44:36 -0000      1.6
+++ ChangeLog   1 Aug 2015 09:08:01 -0000       1.7
@@ -1,6 +1,11 @@
 # ChangeLog for dev-python/weberror
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/weberror/ChangeLog,v 1.6 
2014/12/27 04:44:36 idella4 Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-python/weberror/ChangeLog,v 1.7 
2015/08/01 09:08:01 patrick Exp $
+
+*weberror-0.11 (01 Aug 2015)
+
+  01 Aug 2015; Patrick Lauer <[email protected]> +weberror-0.11.ebuild:
+  Bump
 
   27 Dec 2014; Ian Delaney <[email protected]> -weberror-0.10.3.ebuild:
   rm old



1.1                  dev-python/weberror/weberror-0.11.ebuild

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

Index: weberror-0.11.ebuild
===================================================================
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-python/weberror/weberror-0.11.ebuild,v 
1.1 2015/08/01 09:08:01 patrick Exp $

EAPI=5

PYTHON_COMPAT=( python2_7 )

inherit distutils-r1

MY_PN="WebError"
MY_P="${MY_PN}-${PV}"

DESCRIPTION="Web Error handling and exception catching"
HOMEPAGE="http://pypi.python.org/pypi/WebError";
SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_P}.tar.gz"

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

RDEPEND=">=dev-python/paste-1.7.1[${PYTHON_USEDEP}]
        dev-python/pygments[${PYTHON_USEDEP}]
        dev-python/setuptools[${PYTHON_USEDEP}]
        dev-python/tempita[${PYTHON_USEDEP}]
        dev-python/webob[${PYTHON_USEDEP}]"
DEPEND="${RDEPEND}
        test? ( dev-python/webtest[${PYTHON_USEDEP}] )"

S="${WORKDIR}/${MY_P}"

python_test() {
        nosetests -v || die "Tests fail with ${EPYTHON}"
}




Reply via email to