From 53f32a4c92929f4e041d29644c03accda298b33a Mon Sep 17 00:00:00 2001 From: Alexander Kapshuna Date: Thu, 19 Apr 2018 02:43:44 +0300 Subject: [PATCH 1/2] prompt_toolkit: use pytest for testing --- ...lkit-1.0.15.exheres-0 => prompt_toolkit-1.0.15-r1.exheres-0} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename packages/dev-python/prompt_toolkit/{prompt_toolkit-1.0.15.exheres-0 => prompt_toolkit-1.0.15-r1.exheres-0} (90%) diff --git a/packages/dev-python/prompt_toolkit/prompt_toolkit-1.0.15.exheres-0 b/packages/dev-python/prompt_toolkit/prompt_toolkit-1.0.15-r1.exheres-0 similarity index 90% rename from packages/dev-python/prompt_toolkit/prompt_toolkit-1.0.15.exheres-0 rename to packages/dev-python/prompt_toolkit/prompt_toolkit-1.0.15-r1.exheres-0 index 5efaa0f..3ff11ff 100644 --- a/packages/dev-python/prompt_toolkit/prompt_toolkit-1.0.15.exheres-0 +++ b/packages/dev-python/prompt_toolkit/prompt_toolkit-1.0.15-r1.exheres-0 @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 require github [ user="jonathanslenders" project="python-${PN/_/-}" ] -require pypi setup-py [ import=setuptools ] +require pypi setup-py [ import=setuptools test=pytest ] SUMMARY="Library for building powerful interactive command lines in Python" HOMEPAGE="https://python-prompt-toolkit.readthedocs.io ${HOMEPAGE}" From c45746385526dba32c6c588221d1a652c0c54a5f Mon Sep 17 00:00:00 2001 From: Alexander Kapshuna Date: Thu, 19 Apr 2018 03:00:29 +0300 Subject: [PATCH 2/2] wcwidth: use pytest for testing --- .../{wcwidth-0.1.7.exheres-0 => wcwidth-0.1.7-r1.exheres-0} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename packages/dev-python/wcwidth/{wcwidth-0.1.7.exheres-0 => wcwidth-0.1.7-r1.exheres-0} (85%) diff --git a/packages/dev-python/wcwidth/wcwidth-0.1.7.exheres-0 b/packages/dev-python/wcwidth/wcwidth-0.1.7-r1.exheres-0 similarity index 85% rename from packages/dev-python/wcwidth/wcwidth-0.1.7.exheres-0 rename to packages/dev-python/wcwidth/wcwidth-0.1.7-r1.exheres-0 index 48e5700..e45bd7c 100644 --- a/packages/dev-python/wcwidth/wcwidth-0.1.7.exheres-0 +++ b/packages/dev-python/wcwidth/wcwidth-0.1.7-r1.exheres-0 @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 require github [ user="jquast" ] -require pypi setup-py [ import=setuptools ] +require pypi setup-py [ import=setuptools test=pytest ] SUMMARY="Measures number of Terminal column cells of wide-character codes"