Gentoo Archives: gentoo-commits

From: Marius Brehler <marbre@××××××××××××××.de>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/sci:master commit in: dev-python/testpath/files/, dev-python/testpath/
Date: Tue, 28 Jun 2016 12:59:28
Message-Id: 1467118630.88aec801f09ef673e737461b49adc8e9b1d71772.marbre@gentoo
1 commit: 88aec801f09ef673e737461b49adc8e9b1d71772
2 Author: Marius Brehler <marbre <AT> linux <DOT> sungazer <DOT> de>
3 AuthorDate: Tue Jun 28 12:57:10 2016 +0000
4 Commit: Marius Brehler <marbre <AT> linux <DOT> sungazer <DOT> de>
5 CommitDate: Tue Jun 28 12:57:10 2016 +0000
6 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=88aec801
7
8 dev-python/testpath: Bump to EAPI=6
9
10 Package-Manager: portage-2.2.28
11
12 dev-python/testpath/files/testpath-0.2-setup.py.patch | 4 ++--
13 dev-python/testpath/testpath-9999.ebuild | 4 ++--
14 2 files changed, 4 insertions(+), 4 deletions(-)
15
16 diff --git a/dev-python/testpath/files/testpath-0.2-setup.py.patch b/dev-python/testpath/files/testpath-0.2-setup.py.patch
17 index 065e8e5..1dc73e7 100644
18 --- a/dev-python/testpath/files/testpath-0.2-setup.py.patch
19 +++ b/dev-python/testpath/files/testpath-0.2-setup.py.patch
20 @@ -1,7 +1,7 @@
21 Patch to bring back setup.py from
22 https://github.com/jupyter/testpath/blob/086bd1bd1ec7da1b3dacfed1705c0c99fae231b3/setup.py
23 --- /dev/null
24 -+++ setup.py
25 ++++ b/setup.py
26 @@ -0,0 +1,22 @@
27 +from distutils.core import setup
28 +
29 @@ -9,7 +9,7 @@ https://github.com/jupyter/testpath/blob/086bd1bd1ec7da1b3dacfed1705c0c99fae231b
30 + readme = f.read()
31 +
32 +setup(name='testpath',
33 -+ version='0.1',
34 ++ version='0.3',
35 + description='Test utilities for code working with files and commands',
36 + long_description = readme,
37 + author='Thomas Kluyver',
38
39 diff --git a/dev-python/testpath/testpath-9999.ebuild b/dev-python/testpath/testpath-9999.ebuild
40 index 90b4b70..a09e256 100644
41 --- a/dev-python/testpath/testpath-9999.ebuild
42 +++ b/dev-python/testpath/testpath-9999.ebuild
43 @@ -1,8 +1,8 @@
44 -# Copyright 1999-2015 Gentoo Foundation
45 +# Copyright 1999-2016 Gentoo Foundation
46 # Distributed under the terms of the GNU General Public License v2
47 # $Id$
48
49 -EAPI=5
50 +EAPI=6
51
52 PYTHON_COMPAT=( python2_7 python3_{3,4,5} )