45c468f6a5
Remove Python2 only dependency as the package is compatible with Python3. Add a dot at the end of the help text. Signed-off-by: Yegor Yefremov <yegorslists@googlemail.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
15 lines
597 B
Makefile
15 lines
597 B
Makefile
################################################################################
|
|
#
|
|
# python-simplejson
|
|
#
|
|
################################################################################
|
|
|
|
PYTHON_SIMPLEJSON_VERSION = 3.11.1
|
|
PYTHON_SIMPLEJSON_SOURCE = simplejson-$(PYTHON_SIMPLEJSON_VERSION).tar.gz
|
|
PYTHON_SIMPLEJSON_SITE = https://pypi.python.org/packages/08/48/c97b668d6da7d7bebe7ea1817a6f76394b0ec959cb04214ca833c34359df
|
|
PYTHON_SIMPLEJSON_LICENSE = Academic Free License (AFL), MIT
|
|
PYTHON_SIMPLEJSON_LICENSE_FILES = LICENSE.txt
|
|
PYTHON_SIMPLEJSON_SETUP_TYPE = setuptools
|
|
|
|
$(eval $(python-package))
|