[gentoo-commits] proj/sci:master commit in: dev-python/testpath/files/, dev-python/testpath/

2020-09-21 Thread Aisha Tammy
commit: 1146b55825d97aaae9c71c58ff6cd648479c4fec
Author: Aisha Tammy  aisha  cc>
AuthorDate: Mon Sep 21 23:47:35 2020 +
Commit: Aisha Tammy  aisha  cc>
CommitDate: Mon Sep 21 23:47:47 2020 +
URL:https://gitweb.gentoo.org/proj/sci.git/commit/?id=1146b558

dev-python/testpath: drop package

present in ::gentoo

Package-Manager: Portage-3.0.7, Repoman-3.0.1
Signed-off-by: Aisha Tammy  aisha.cc>

 .../testpath/files/testpath-0.2-setup.py.patch | 28 
 dev-python/testpath/metadata.xml   | 14 --
 dev-python/testpath/testpath-.ebuild   | 53 --
 3 files changed, 95 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
deleted file mode 100644
index 1dc73e77a..0
--- a/dev-python/testpath/files/testpath-0.2-setup.py.patch
+++ /dev/null
@@ -1,28 +0,0 @@
-Patch to bring back setup.py from
-https://github.com/jupyter/testpath/blob/086bd1bd1ec7da1b3dacfed1705c0c99fae231b3/setup.py
 /dev/null
-+++ b/setup.py
-@@ -0,0 +1,22 @@
-+from distutils.core import setup
-+
-+with open("README.rst", "r") as f:
-+readme = f.read()
-+
-+setup(name='testpath',
-+  version='0.3',
-+  description='Test utilities for code working with files and commands',
-+  long_description = readme,
-+  author='Thomas Kluyver',
-+  author_email='tho...@kluyver.me.uk',
-+  url='https://github.com/takluyver/testpath',
-+  packages=['testpath'],
-+  classifiers=[
-+  'Intended Audience :: Developers',
-+  'License :: OSI Approved :: MIT License',
-+  'Programming Language :: Python',
-+  'Programming Language :: Python :: 2',
-+  'Programming Language :: Python :: 3',
-+  'Topic :: Software Development :: Testing',
-+  ]
-+)
-\ No newline at end of file

diff --git a/dev-python/testpath/metadata.xml b/dev-python/testpath/metadata.xml
deleted file mode 100644
index 8129b08bc..0
--- a/dev-python/testpath/metadata.xml
+++ /dev/null
@@ -1,14 +0,0 @@
-
-http://www.gentoo.org/dtd/metadata.dtd";>
-
-   
-   s...@gentoo.org
-   Gentoo Science Project
-   
-   
-Testpath is a collection of utilities for Python code working with
-files and commands. It contains functions to check things on the
-filesystem, and tools for mocking system commands and recording
-calls to those.
-
-

diff --git a/dev-python/testpath/testpath-.ebuild 
b/dev-python/testpath/testpath-.ebuild
deleted file mode 100644
index 70fcabfd1..0
--- a/dev-python/testpath/testpath-.ebuild
+++ /dev/null
@@ -1,53 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-PYTHON_COMPAT=( python2_7 python3_{4,5} )
-
-inherit distutils-r1 git-r3
-
-DESCRIPTION="Test utilities for code working with files and commands"
-HOMEPAGE="http://jupyter.org";
-EGIT_REPO_URI="https://github.com/jupyter/${PN}.git 
git://github.com/jupyter/${PN}.git"
-
-LICENSE="BSD"
-SLOT="0"
-IUSE="doc test"
-
-DEPEND="
-   test? (
-   dev-python/pytest[${PYTHON_USEDEP}]
-   virtual/python-pathlib[${PYTHON_USEDEP}]
-   )
-   doc? ( dev-python/sphinx[${PYTHON_USEDEP}] )
-   "
-
-PATCHES=(
-   "${FILESDIR}/${PN}"-0.2-setup.py.patch
-   )
-
-python_prepare_all() {
-   # Prevent un-needed download during build
-   if use doc; then
-   sed -e "/^'sphinx.ext.intersphinx',/d" -i doc/conf.py || die
-   fi
-
-distutils-r1_python_prepare_all
-}
-
-python_compile_all() {
-   use doc && emake -C doc html
-}
-
-python_install_all() {
-   use doc && HTML_DOCS=( doc/_build/html/. )
-   distutils-r1_python_install_all
-   }
-
-python_test() {
-   distutils_install_for_testing
-   cd "${TEST_DIR}"/lib || die
-   cp -r "${S}"/tests "${TEST_DIR}"/lib/ || die
-   py.test || die
-}



[gentoo-commits] proj/sci:master commit in: dev-python/testpath/

2017-01-03 Thread Marius Brehler
commit: a88c9d8405be4813a16e26a861f3abf47693ac45
Author: Marius Brehler  linux  sungazer  de>
AuthorDate: Tue Jan  3 10:22:54 2017 +
Commit: Marius Brehler  linux  sungazer  de>
CommitDate: Tue Jan  3 10:22:54 2017 +
URL:https://gitweb.gentoo.org/proj/sci.git/commit/?id=a88c9d84

dev-python/testpath: Drop python3_3

Package-Manager: portage-2.3.0

 dev-python/testpath/testpath-.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-python/testpath/testpath-.ebuild 
b/dev-python/testpath/testpath-.ebuild
index a09e256..6eb6da8 100644
--- a/dev-python/testpath/testpath-.ebuild
+++ b/dev-python/testpath/testpath-.ebuild
@@ -1,10 +1,10 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
 EAPI=6
 
-PYTHON_COMPAT=( python2_7 python3_{3,4,5} )
+PYTHON_COMPAT=( python2_7 python3_{4,5} )
 
 inherit distutils-r1 git-r3
 



[gentoo-commits] proj/sci:master commit in: dev-python/testpath/files/, dev-python/testpath/

2016-06-28 Thread Marius Brehler
commit: 88aec801f09ef673e737461b49adc8e9b1d71772
Author: Marius Brehler  linux  sungazer  de>
AuthorDate: Tue Jun 28 12:57:10 2016 +
Commit: Marius Brehler  linux  sungazer  de>
CommitDate: Tue Jun 28 12:57:10 2016 +
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-.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-.ebuild 
b/dev-python/testpath/testpath-.ebuild
index 90b4b70..a09e256 100644
--- a/dev-python/testpath/testpath-.ebuild
+++ b/dev-python/testpath/testpath-.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} )
 



[gentoo-commits] proj/sci:master commit in: dev-python/testpath/

2015-11-28 Thread Marius Brehler
commit: 708ddd341f8315b32ab21aac63ab2b16a4743bb1
Author: Marius Brehler  linux  sungazer  de>
AuthorDate: Sat Nov 28 17:49:33 2015 +
Commit: Marius Brehler  linux  sungazer  de>
CommitDate: Sat Nov 28 17:49:33 2015 +
URL:https://gitweb.gentoo.org/proj/sci.git/commit/?id=708ddd34

dev-python/testpath: Moved to tree

Package-Manager: portage-2.2.20.1

 dev-python/testpath/ChangeLog   |  4 +++
 dev-python/testpath/testpath-0.2.ebuild | 55 -
 2 files changed, 4 insertions(+), 55 deletions(-)

diff --git a/dev-python/testpath/ChangeLog b/dev-python/testpath/ChangeLog
index 1a53cdd..edc631f 100644
--- a/dev-python/testpath/ChangeLog
+++ b/dev-python/testpath/ChangeLog
@@ -2,6 +2,10 @@
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
 # $Id$
 
+  28 Nov 2015; Marius Brehler  -Manifest,
+  -testpath-0.2.ebuild:
+  dev-python/testpath: Moved to tree
+
   21 Sep 2015; Marius Brehler  testpath-.ebuild:
   dev-python/testpath: Add ~x86 to KEYWORDS
 

diff --git a/dev-python/testpath/testpath-0.2.ebuild 
b/dev-python/testpath/testpath-0.2.ebuild
deleted file mode 100644
index a3ee765..000
--- a/dev-python/testpath/testpath-0.2.ebuild
+++ /dev/null
@@ -1,55 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-PYTHON_COMPAT=( python2_7 python3_{3,4,5} )
-
-inherit distutils-r1
-
-DESCRIPTION="Test utilities for code working with files and commands"
-HOMEPAGE="http://jupyter.org";
-SRC_URI="https://github.com/jupyter/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
-KEYWORDS="~amd64 ~x86"
-
-LICENSE="BSD"
-SLOT="0"
-IUSE="doc test"
-
-DEPEND="
-   test? (
-   dev-python/pytest[${PYTHON_USEDEP}]
-   virtual/python-pathlib[${PYTHON_USEDEP}]
-   )
-   doc? ( dev-python/sphinx[${PYTHON_USEDEP}] )
-   "
-
-PATCHES=(
-   "${FILESDIR}/${P}"-setup.py.patch
-   )
-
-python_prepare_all() {
-   # Prevent un-needed download during build
-   if use doc; then
-   sed -e "/^'sphinx.ext.intersphinx',/d" -i doc/conf.py || die
-   fi
-
-distutils-r1_python_prepare_all
-}
-
-python_compile_all() {
-   use doc && emake -C doc html
-}
-
-python_install_all() {
-   use doc && HTML_DOCS=( doc/_build/html/. )
-   distutils-r1_python_install_all
-   }
-
-python_test() {
-   distutils_install_for_testing
-   cd "${TEST_DIR}"/lib || die
-   cp -r "${S}"/tests "${TEST_DIR}"/lib/ || die
-   py.test || die
-}



[gentoo-commits] proj/sci:master commit in: dev-python/testpath/

2015-10-21 Thread Justin Lecher
commit: effea706c224c2a4d9904dbeb99553ffe32ac99f
Author: Justin Lecher  gentoo  org>
AuthorDate: Wed Oct 21 12:29:05 2015 +
Commit: Justin Lecher  gentoo  org>
CommitDate: Wed Oct 21 12:29:05 2015 +
URL:https://gitweb.gentoo.org/proj/sci.git/commit/?id=effea706

dev-python/testpath: Add python3.5 support

Use virtual package for pathlib support

Package-Manager: portage-2.2.23
Signed-off-by: Justin Lecher  gentoo.org>

 dev-python/testpath/testpath-0.2.ebuild  | 5 +++--
 dev-python/testpath/testpath-.ebuild | 5 +++--
 2 files changed, 6 insertions(+), 4 deletions(-)

diff --git a/dev-python/testpath/testpath-0.2.ebuild 
b/dev-python/testpath/testpath-0.2.ebuild
index df61d95..a3ee765 100644
--- a/dev-python/testpath/testpath-0.2.ebuild
+++ b/dev-python/testpath/testpath-0.2.ebuild
@@ -3,7 +3,8 @@
 # $Id$
 
 EAPI=5
-PYTHON_COMPAT=( python2_7 python{3_3,3_4} )
+
+PYTHON_COMPAT=( python2_7 python3_{3,4,5} )
 
 inherit distutils-r1
 
@@ -18,8 +19,8 @@ IUSE="doc test"
 
 DEPEND="
test? (
-   dev-python/pathlib[${PYTHON_USEDEP}]
dev-python/pytest[${PYTHON_USEDEP}]
+   virtual/python-pathlib[${PYTHON_USEDEP}]
)
doc? ( dev-python/sphinx[${PYTHON_USEDEP}] )
"

diff --git a/dev-python/testpath/testpath-.ebuild 
b/dev-python/testpath/testpath-.ebuild
index 61ceb0c..90b4b70 100644
--- a/dev-python/testpath/testpath-.ebuild
+++ b/dev-python/testpath/testpath-.ebuild
@@ -3,7 +3,8 @@
 # $Id$
 
 EAPI=5
-PYTHON_COMPAT=( python2_7 python{3_3,3_4} )
+
+PYTHON_COMPAT=( python2_7 python3_{3,4,5} )
 
 inherit distutils-r1 git-r3
 
@@ -17,8 +18,8 @@ IUSE="doc test"
 
 DEPEND="
test? (
-   dev-python/pathlib[${PYTHON_USEDEP}]
dev-python/pytest[${PYTHON_USEDEP}]
+   virtual/python-pathlib[${PYTHON_USEDEP}]
)
doc? ( dev-python/sphinx[${PYTHON_USEDEP}] )
"



[gentoo-commits] proj/sci:master commit in: dev-python/testpath/

2015-09-23 Thread Justin Lecher
commit: 78cbe3b4245289371362ac9bb909e491ad27ca75
Author: Marius Brehler  linux  sungazer  de>
AuthorDate: Wed Sep 23 06:44:44 2015 +
Commit: Justin Lecher  gentoo  org>
CommitDate: Wed Sep 23 06:44:44 2015 +
URL:https://gitweb.gentoo.org/proj/sci.git/commit/?id=78cbe3b4

dev-python/testpath: Replace symlink

 dev-python/testpath/testpath-0.2.ebuild  | 55 +++-
 dev-python/testpath/testpath-.ebuild | 13 ++--
 2 files changed, 57 insertions(+), 11 deletions(-)

diff --git a/dev-python/testpath/testpath-0.2.ebuild 
b/dev-python/testpath/testpath-0.2.ebuild
deleted file mode 12
index 07bd68e..000
--- a/dev-python/testpath/testpath-0.2.ebuild
+++ /dev/null
@@ -1 +0,0 @@
-testpath-.ebuild
\ No newline at end of file

diff --git a/dev-python/testpath/testpath-0.2.ebuild 
b/dev-python/testpath/testpath-0.2.ebuild
new file mode 100644
index 000..df61d95
--- /dev/null
+++ b/dev-python/testpath/testpath-0.2.ebuild
@@ -0,0 +1,54 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+PYTHON_COMPAT=( python2_7 python{3_3,3_4} )
+
+inherit distutils-r1
+
+DESCRIPTION="Test utilities for code working with files and commands"
+HOMEPAGE="http://jupyter.org";
+SRC_URI="https://github.com/jupyter/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
+KEYWORDS="~amd64 ~x86"
+
+LICENSE="BSD"
+SLOT="0"
+IUSE="doc test"
+
+DEPEND="
+   test? (
+   dev-python/pathlib[${PYTHON_USEDEP}]
+   dev-python/pytest[${PYTHON_USEDEP}]
+   )
+   doc? ( dev-python/sphinx[${PYTHON_USEDEP}] )
+   "
+
+PATCHES=(
+   "${FILESDIR}/${P}"-setup.py.patch
+   )
+
+python_prepare_all() {
+   # Prevent un-needed download during build
+   if use doc; then
+   sed -e "/^'sphinx.ext.intersphinx',/d" -i doc/conf.py || die
+   fi
+
+distutils-r1_python_prepare_all
+}
+
+python_compile_all() {
+   use doc && emake -C doc html
+}
+
+python_install_all() {
+   use doc && HTML_DOCS=( doc/_build/html/. )
+   distutils-r1_python_install_all
+   }
+
+python_test() {
+   distutils_install_for_testing
+   cd "${TEST_DIR}"/lib || die
+   cp -r "${S}"/tests "${TEST_DIR}"/lib/ || die
+   py.test || die
+}

diff --git a/dev-python/testpath/testpath-.ebuild 
b/dev-python/testpath/testpath-.ebuild
index 395bfd7..61ceb0c 100644
--- a/dev-python/testpath/testpath-.ebuild
+++ b/dev-python/testpath/testpath-.ebuild
@@ -5,18 +5,11 @@
 EAPI=5
 PYTHON_COMPAT=( python2_7 python{3_3,3_4} )
 
-inherit distutils-r1
+inherit distutils-r1 git-r3
 
 DESCRIPTION="Test utilities for code working with files and commands"
 HOMEPAGE="http://jupyter.org";
-
-if [ ${PV} == "" ] ; then
-   inherit git-r3
-   EGIT_REPO_URI="https://github.com/jupyter/${PN}.git 
git://github.com/jupyter/${PN}.git"
-else
-   SRC_URI="https://github.com/jupyter/${PN}/archive/${PV}.tar.gz -> 
${P}.tar.gz"
-   KEYWORDS="~amd64 ~x86"
-fi
+EGIT_REPO_URI="https://github.com/jupyter/${PN}.git 
git://github.com/jupyter/${PN}.git"
 
 LICENSE="BSD"
 SLOT="0"
@@ -31,7 +24,7 @@ DEPEND="
"
 
 PATCHES=(
-   "${FILESDIR}/${P}"-setup.py.patch
+   "${FILESDIR}/${PN}"-0.2-setup.py.patch
)
 
 python_prepare_all() {



[gentoo-commits] proj/sci:master commit in: dev-python/testpath/

2015-09-21 Thread Justin Lecher
commit: 2ef42b95962e2c95fe0fb2e5de84c07c074b9b92
Author: Marius Brehler  linux  sungazer  de>
AuthorDate: Mon Sep 21 18:07:59 2015 +
Commit: Justin Lecher  gentoo  org>
CommitDate: Mon Sep 21 18:07:59 2015 +
URL:https://gitweb.gentoo.org/proj/sci.git/commit/?id=2ef42b95

dev-python/testpath: Add ~x86 to KEYWORDS

Package-Manager: portage-2.2.20.1

 dev-python/testpath/ChangeLog| 3 +++
 dev-python/testpath/testpath-.ebuild | 2 +-
 2 files changed, 4 insertions(+), 1 deletion(-)

diff --git a/dev-python/testpath/ChangeLog b/dev-python/testpath/ChangeLog
index 4d8f730..1a53cdd 100644
--- a/dev-python/testpath/ChangeLog
+++ b/dev-python/testpath/ChangeLog
@@ -2,6 +2,9 @@
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
 # $Id$
 
+  21 Sep 2015; Marius Brehler  testpath-.ebuild:
+  dev-python/testpath: Add ~x86 to KEYWORDS
+
   05 Sep 2015; Marius Brehler  testpath-.ebuild:
   dev-python/testpath: Add test and doc use flag
 

diff --git a/dev-python/testpath/testpath-.ebuild 
b/dev-python/testpath/testpath-.ebuild
index 7253698..395bfd7 100644
--- a/dev-python/testpath/testpath-.ebuild
+++ b/dev-python/testpath/testpath-.ebuild
@@ -15,7 +15,7 @@ if [ ${PV} == "" ] ; then
EGIT_REPO_URI="https://github.com/jupyter/${PN}.git 
git://github.com/jupyter/${PN}.git"
 else
SRC_URI="https://github.com/jupyter/${PN}/archive/${PV}.tar.gz -> 
${P}.tar.gz"
-   KEYWORDS="~amd64"
+   KEYWORDS="~amd64 ~x86"
 fi
 
 LICENSE="BSD"



[gentoo-commits] proj/sci:master commit in: dev-python/testpath/

2015-09-06 Thread Justin Lecher
commit: 748694d00ff85b1b05b545fd46d29e9eaa55483f
Author: Marius Brehler  linux  sungazer  de>
AuthorDate: Sat Sep  5 13:17:55 2015 +
Commit: Justin Lecher  gentoo  org>
CommitDate: Sat Sep  5 13:17:55 2015 +
URL:https://gitweb.gentoo.org/proj/sci.git/commit/?id=748694d0

dev-python/testpath: Add test and doc use flag

Package-Manager: portage-2.2.20.1

 dev-python/testpath/ChangeLog|  3 +++
 dev-python/testpath/testpath-.ebuild | 34 
 2 files changed, 37 insertions(+)

diff --git a/dev-python/testpath/ChangeLog b/dev-python/testpath/ChangeLog
index ca3f481..4d8f730 100644
--- a/dev-python/testpath/ChangeLog
+++ b/dev-python/testpath/ChangeLog
@@ -2,6 +2,9 @@
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
 # $Id$
 
+  05 Sep 2015; Marius Brehler  testpath-.ebuild:
+  dev-python/testpath: Add test and doc use flag
+
 *testpath-0.2 (12 Aug 2015)
 *testpath- (12 Aug 2015)
 

diff --git a/dev-python/testpath/testpath-.ebuild 
b/dev-python/testpath/testpath-.ebuild
index 2fcac43..7253698 100644
--- a/dev-python/testpath/testpath-.ebuild
+++ b/dev-python/testpath/testpath-.ebuild
@@ -20,7 +20,41 @@ fi
 
 LICENSE="BSD"
 SLOT="0"
+IUSE="doc test"
+
+DEPEND="
+   test? (
+   dev-python/pathlib[${PYTHON_USEDEP}]
+   dev-python/pytest[${PYTHON_USEDEP}]
+   )
+   doc? ( dev-python/sphinx[${PYTHON_USEDEP}] )
+   "
 
 PATCHES=(
"${FILESDIR}/${P}"-setup.py.patch
)
+
+python_prepare_all() {
+   # Prevent un-needed download during build
+   if use doc; then
+   sed -e "/^'sphinx.ext.intersphinx',/d" -i doc/conf.py || die
+   fi
+
+distutils-r1_python_prepare_all
+}
+
+python_compile_all() {
+   use doc && emake -C doc html
+}
+
+python_install_all() {
+   use doc && HTML_DOCS=( doc/_build/html/. )
+   distutils-r1_python_install_all
+   }
+
+python_test() {
+   distutils_install_for_testing
+   cd "${TEST_DIR}"/lib || die
+   cp -r "${S}"/tests "${TEST_DIR}"/lib/ || die
+   py.test || die
+}



[gentoo-commits] proj/sci:master commit in: dev-python/testpath/

2015-09-01 Thread Justin Lecher
commit: a21c9e2f638536a6b51c4be653061bcfcb26a396
Author: Marius Brehler  linux  sungazer  de>
AuthorDate: Thu Aug 27 07:44:23 2015 +
Commit: Justin Lecher  gentoo  org>
CommitDate: Thu Aug 27 07:44:23 2015 +
URL:https://gitweb.gentoo.org/proj/sci.git/commit/?id=a21c9e2f

dev-python/testpath: Make it readable

Package-Manager: portage-2.2.20.1

 dev-python/testpath/testpath-.ebuild | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/dev-python/testpath/testpath-.ebuild 
b/dev-python/testpath/testpath-.ebuild
index d39a519..2fcac43 100644
--- a/dev-python/testpath/testpath-.ebuild
+++ b/dev-python/testpath/testpath-.ebuild
@@ -22,4 +22,5 @@ LICENSE="BSD"
 SLOT="0"
 
 PATCHES=(
-   "${FILESDIR}/${P}"-setup.py.patch)
+   "${FILESDIR}/${P}"-setup.py.patch
+   )