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 5efaa0f1..3ff11ffa 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}" 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 48e5700a..e45bd7cf 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"