This commit is contained in:
2018-04-20 23:42:41 +02:00
2 changed files with 2 additions and 2 deletions

View File

@@ -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}"

View File

@@ -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"