98bac18835
* The package doesn't support python2 anymore. * The only reverse dependency, ipython, already depends on python3 * Update URL in Config.in. * Indent with two spaces in the hash file. Signed-off-by: Asaf Kahlon <asafka7@gmail.com> [yann.morin.1998@free.fr: - actually add dependency on python3 - add note about ipython ] Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr>
15 lines
616 B
Makefile
15 lines
616 B
Makefile
################################################################################
|
|
#
|
|
# python-prompt-toolkit
|
|
#
|
|
################################################################################
|
|
|
|
PYTHON_PROMPT_TOOLKIT_VERSION = 3.0.20
|
|
PYTHON_PROMPT_TOOLKIT_SOURCE = prompt_toolkit-$(PYTHON_PROMPT_TOOLKIT_VERSION).tar.gz
|
|
PYTHON_PROMPT_TOOLKIT_SITE = https://files.pythonhosted.org/packages/b4/56/9ab5868f34ab2657fba7e2192f41316252ab04edbbeb2a8583759960a1a7
|
|
PYTHON_PROMPT_TOOLKIT_SETUP_TYPE = setuptools
|
|
PYTHON_PROMPT_TOOLKIT_LICENSE = BSD-3-Clause
|
|
PYTHON_PROMPT_TOOLKIT_LICENSE_FILES = LICENSE
|
|
|
|
$(eval $(python-package))
|