jlec        14/12/06 11:37:11

  Modified:             metadata.xml ChangeLog
  Added:                pytest-runner-2.1.2.ebuild
  Log:
  dev-python/pytest-runner: Version Bump, add pypy3 support
  
  (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key 
B9D4F231BD1558AB!)

Revision  Changes    Path
1.3                  dev-python/pytest-runner/metadata.xml

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

Index: metadata.xml
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/pytest-runner/metadata.xml,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- metadata.xml        6 Jan 2013 23:09:26 -0000       1.2
+++ metadata.xml        6 Dec 2014 11:37:11 -0000       1.3
@@ -1,12 +1,12 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd";>
 <pkgmetadata>
-       <herd>python</herd>
-       <maintainer>
-               <email>[email protected]</email>
-               <name>Matthew Thode</name>
-       </maintainer>
-       <longdescription lang="en">
+  <herd>python</herd>
+  <maintainer>
+    <email>[email protected]</email>
+    <name>Matthew Thode</name>
+  </maintainer>
+  <longdescription lang="en">
                Adds support for tests during installation of setup.py files.
        </longdescription>
 </pkgmetadata>



1.9                  dev-python/pytest-runner/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/pytest-runner/ChangeLog,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- ChangeLog   6 Nov 2014 08:25:52 -0000       1.8
+++ ChangeLog   6 Dec 2014 11:37:11 -0000       1.9
@@ -1,6 +1,12 @@
 # ChangeLog for dev-python/pytest-runner
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/pytest-runner/ChangeLog,v 1.8 
2014/11/06 08:25:52 idella4 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pytest-runner/ChangeLog,v 1.9 
2014/12/06 11:37:11 jlec Exp $
+
+*pytest-runner-2.1.2 (06 Dec 2014)
+
+  06 Dec 2014; Justin Lecher <[email protected]> +pytest-runner-2.1.2.ebuild,
+  +files/pytest-runner-2.1.2-hgtools.patch, metadata.xml:
+  Version Bump, add pypy3 support
 
   06 Nov 2014; Ian Delaney <[email protected]> pytest-runner-1.1-r1.ebuild:
   clean old impls, add py3.4 support



1.1                  dev-python/pytest-runner/pytest-runner-2.1.2.ebuild

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

Index: pytest-runner-2.1.2.ebuild
===================================================================
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/dev-python/pytest-runner/pytest-runner-2.1.2.ebuild,v 
1.1 2014/12/06 11:37:11 jlec Exp $

EAPI=5

PYTHON_COMPAT=( python2_7 python3_{3,4} pypy pypy3 )

inherit distutils-r1

DESCRIPTION="Adds support for tests durring installation of setup.py files"
HOMEPAGE="http://pypi.python.org/pypi/pytest-runner";
SRC_URI="mirror://pypi/p/${PN}/${P}.zip"

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

DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
RDEPEND="dev-python/pytest[${PYTHON_USEDEP}]"

PATCHES=(
        "${FILESDIR}"/${P}-hgtools.patch
)




Reply via email to