patrick     14/06/12 08:11:53

  Modified:             fixtures-0.3.14-r1.ebuild ChangeLog
  Added:                fixtures-0.3.14-r2.ebuild
  Log:
  Straighten out py34 keywording
  
  (Portage version: 2.2.10/cvs/Linux x86_64, unsigned Manifest commit)

Revision  Changes    Path
1.8                  dev-python/fixtures/fixtures-0.3.14-r1.ebuild

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

Index: fixtures-0.3.14-r1.ebuild
===================================================================
RCS file: 
/var/cvsroot/gentoo-x86/dev-python/fixtures/fixtures-0.3.14-r1.ebuild,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- fixtures-0.3.14-r1.ebuild   12 Jun 2014 07:47:10 -0000      1.7
+++ fixtures-0.3.14-r1.ebuild   12 Jun 2014 08:11:53 -0000      1.8
@@ -1,9 +1,9 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/dev-python/fixtures/fixtures-0.3.14-r1.ebuild,v 1.7 
2014/06/12 07:47:10 patrick Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/dev-python/fixtures/fixtures-0.3.14-r1.ebuild,v 1.8 
2014/06/12 08:11:53 patrick Exp $
 
 EAPI=5
-PYTHON_COMPAT=( python{2_7,3_3,3_4} pypy pypy2_0 )
+PYTHON_COMPAT=( python{2_7,3_2,3_3} pypy pypy2_0 )
 
 inherit distutils-r1
 



1.14                 dev-python/fixtures/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/fixtures/ChangeLog,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- ChangeLog   12 Jun 2014 07:47:10 -0000      1.13
+++ ChangeLog   12 Jun 2014 08:11:53 -0000      1.14
@@ -1,6 +1,12 @@
 # ChangeLog for dev-python/fixtures
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/fixtures/ChangeLog,v 1.13 
2014/06/12 07:47:10 patrick Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/fixtures/ChangeLog,v 1.14 
2014/06/12 08:11:53 patrick Exp $
+
+*fixtures-0.3.14-r2 (12 Jun 2014)
+
+  12 Jun 2014; Patrick Lauer <[email protected]> +fixtures-0.3.14-r2.ebuild,
+  fixtures-0.3.14-r1.ebuild:
+  Straighten out py34 keywording
 
   12 Jun 2014; Patrick Lauer <[email protected]> fixtures-0.3.14-r1.ebuild:
   Add py34 support



1.1                  dev-python/fixtures/fixtures-0.3.14-r2.ebuild

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

Index: fixtures-0.3.14-r2.ebuild
===================================================================
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/dev-python/fixtures/fixtures-0.3.14-r2.ebuild,v 1.1 
2014/06/12 08:11:53 patrick Exp $

EAPI=5
PYTHON_COMPAT=( python{2_7,3_3,3_4} pypy pypy2_0 )

inherit distutils-r1

DESCRIPTION="Fixtures, reusable state for writing clean tests and more."
HOMEPAGE="https://launchpad.net/python-fixtures 
https://pypi.python.org/pypi/fixtures";
SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"

LICENSE="|| ( Apache-2.0 BSD )"
SLOT="0"
KEYWORDS="~amd64 ~arm ~hppa ~ia64 ~x86 ~amd64-linux ~x86-linux"
IUSE="test"

# nose not listed but provides coverage output of tests
# run of test files by python lacks any output except on fail
DEPEND="test? ( dev-python/nose[${PYTHON_USEDEP}]
                                >=dev-python/testtools-0.9.22[${PYTHON_USEDEP}]
                                dev-python/extras[${PYTHON_USEDEP}] )"
RDEPEND=">=dev-python/testtools-0.9.22"
DISTUTILS_IN_SOURCE_BUILD=1

python_test() {
        pushd "${BUILD_DIR}"/ > /dev/null
        ln -sf ../README .
        nosetests lib/${PN}/tests/test_*.py || die "Tests failed under 
${EPYTHON}"
}




Reply via email to