mgorny      15/01/01 23:56:22

  Modified:             webhelpers-1.3-r1.ebuild ChangeLog
  Log:
  Add missing nose dependency, remove obsolete vars. Add missing 
distutils-r1_python_prepare_all call.
  
  (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key 
EFB4464E!)

Revision  Changes    Path
1.4                  dev-python/webhelpers/webhelpers-1.3-r1.ebuild

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

Index: webhelpers-1.3-r1.ebuild
===================================================================
RCS file: 
/var/cvsroot/gentoo-x86/dev-python/webhelpers/webhelpers-1.3-r1.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- webhelpers-1.3-r1.ebuild    31 Mar 2014 20:39:53 -0000      1.3
+++ webhelpers-1.3-r1.ebuild    1 Jan 2015 23:56:22 -0000       1.4
@@ -1,10 +1,9 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/dev-python/webhelpers/webhelpers-1.3-r1.ebuild,v 1.3 
2014/03/31 20:39:53 mgorny Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/dev-python/webhelpers/webhelpers-1.3-r1.ebuild,v 1.4 
2015/01/01 23:56:22 mgorny Exp $
 
 EAPI=5
-PYTHON_COMPAT=( python{2_6,2_7} pypy pypy2_0 )
-#DISTUTILS_SRC_TEST="nosetests"
+PYTHON_COMPAT=( python2_7 pypy )
 
 inherit distutils-r1
 
@@ -18,14 +17,15 @@
 LICENSE="BSD"
 SLOT="0"
 KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos"
-IUSE="doc"
+IUSE="doc test"
 
 RDEPEND=">=dev-python/markupsafe-0.9.2[${PYTHON_USEDEP}]
        dev-python/webob[${PYTHON_USEDEP}]
        dev-python/routes[${PYTHON_USEDEP}]"
 DEPEND="${RDEPEND}
        dev-python/setuptools[${PYTHON_USEDEP}]
-       doc? ( dev-python/sphinx[${PYTHON_USEDEP}] )"
+       doc? ( dev-python/sphinx[${PYTHON_USEDEP}] )
+       test? ( dev-python/nose[${PYTHON_USEDEP}] )"
 
 S="${WORKDIR}/${MY_P}"
 
@@ -37,6 +37,8 @@
                -i tests/test_feedgenerator.py || die "sed failed"
 
        epatch "${FILESDIR}"/mime9ad434b.patch
+
+       distutils-r1_python_prepare_all
 }
 
 python_compile_all() {



1.17                 dev-python/webhelpers/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/webhelpers/ChangeLog,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -r1.16 -r1.17
--- ChangeLog   31 Mar 2014 20:39:53 -0000      1.16
+++ ChangeLog   1 Jan 2015 23:56:22 -0000       1.17
@@ -1,6 +1,10 @@
 # ChangeLog for dev-python/webhelpers
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/webhelpers/ChangeLog,v 1.16 
2014/03/31 20:39:53 mgorny Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-python/webhelpers/ChangeLog,v 1.17 
2015/01/01 23:56:22 mgorny Exp $
+
+  01 Jan 2015; Michał Górny <mgo...@gentoo.org> webhelpers-1.3-r1.ebuild:
+  Add missing nose dependency, remove obsolete vars. Add missing distutils-
+  r1_python_prepare_all call.
 
   31 Mar 2014; Michał Górny <mgo...@gentoo.org> webhelpers-1.3-r1.ebuild:
   Add support for the new PyPy slotting.




Reply via email to