From 2daf28547446531e5f54055da9ba0340ba436fa4 Mon Sep 17 00:00:00 2001 From: Julian Ospald Date: Wed, 15 Mar 2017 20:33:47 +0100 Subject: [PATCH] dev-python/prompt_toolkit: initial import Preparation for dev-lang/coconut. --- .../prompt_toolkit-1.0.13.exheres-0 | 23 +++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 packages/dev-python/prompt_toolkit/prompt_toolkit-1.0.13.exheres-0 diff --git a/packages/dev-python/prompt_toolkit/prompt_toolkit-1.0.13.exheres-0 b/packages/dev-python/prompt_toolkit/prompt_toolkit-1.0.13.exheres-0 new file mode 100644 index 00000000..5efaa0f1 --- /dev/null +++ b/packages/dev-python/prompt_toolkit/prompt_toolkit-1.0.13.exheres-0 @@ -0,0 +1,23 @@ +# Copyright 2017 Julian Ospald +# Distributed under the terms of the GNU General Public License v2 + +require github [ user="jonathanslenders" project="python-${PN/_/-}" ] +require pypi setup-py [ import=setuptools ] + +SUMMARY="Library for building powerful interactive command lines in Python" +HOMEPAGE="https://python-prompt-toolkit.readthedocs.io ${HOMEPAGE}" + +LICENCES="BSD-3" +SLOT="0" +PLATFORMS="~amd64 ~x86" +MYOPTIONS="" + +DEPENDENCIES=" + build+run: + dev-python/six[>=1.9.0][python_abis:*(-)?] + dev-python/wcwidth[python_abis:*(-)?] + +" + +BUGS_TO="hasufell@posteo.de" +