commit: 88aec801f09ef673e737461b49adc8e9b1d71772 Author: Marius Brehler <marbre <AT> linux <DOT> sungazer <DOT> de> AuthorDate: Tue Jun 28 12:57:10 2016 +0000 Commit: Marius Brehler <marbre <AT> linux <DOT> sungazer <DOT> de> CommitDate: Tue Jun 28 12:57:10 2016 +0000 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=88aec801
dev-python/testpath: Bump to EAPI=6 Package-Manager: portage-2.2.28 dev-python/testpath/files/testpath-0.2-setup.py.patch | 4 ++-- dev-python/testpath/testpath-9999.ebuild | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/dev-python/testpath/files/testpath-0.2-setup.py.patch b/dev-python/testpath/files/testpath-0.2-setup.py.patch index 065e8e5..1dc73e7 100644 --- a/dev-python/testpath/files/testpath-0.2-setup.py.patch +++ b/dev-python/testpath/files/testpath-0.2-setup.py.patch @@ -1,7 +1,7 @@ Patch to bring back setup.py from https://github.com/jupyter/testpath/blob/086bd1bd1ec7da1b3dacfed1705c0c99fae231b3/setup.py --- /dev/null -+++ setup.py ++++ b/setup.py @@ -0,0 +1,22 @@ +from distutils.core import setup + @@ -9,7 +9,7 @@ https://github.com/jupyter/testpath/blob/086bd1bd1ec7da1b3dacfed1705c0c99fae231b + readme = f.read() + +setup(name='testpath', -+ version='0.1', ++ version='0.3', + description='Test utilities for code working with files and commands', + long_description = readme, + author='Thomas Kluyver', diff --git a/dev-python/testpath/testpath-9999.ebuild b/dev-python/testpath/testpath-9999.ebuild index 90b4b70..a09e256 100644 --- a/dev-python/testpath/testpath-9999.ebuild +++ b/dev-python/testpath/testpath-9999.ebuild @@ -1,8 +1,8 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ -EAPI=5 +EAPI=6 PYTHON_COMPAT=( python2_7 python3_{3,4,5} )