This commit is contained in:
Julian Ospald 2018-04-20 23:42:41 +02:00
commit 70604f9194
No known key found for this signature in database
GPG Key ID: 511B62C09D50CD28
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"