mirror of
https://github.com/godotengine/buildroot.git
synced 2026-01-02 21:48:20 +03:00
python-simplejson: new package
[Thomas: convert to the Python package infrastructure, drop the setuptools dependency since the package uses distutils.] Signed-off-by: Ludovic Desroches <ludovic.desroches@atmel.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
This commit is contained in:
committed by
Peter Korsgaard
parent
fba747ca43
commit
b973f3bb2c
14
package/python-simplejson/python-simplejson.mk
Normal file
14
package/python-simplejson/python-simplejson.mk
Normal file
@@ -0,0 +1,14 @@
|
||||
################################################################################
|
||||
#
|
||||
# python-simplejson
|
||||
#
|
||||
################################################################################
|
||||
|
||||
PYTHON_SIMPLEJSON_VERSION = 3.3.1
|
||||
PYTHON_SIMPLEJSON_SOURCE = simplejson-$(PYTHON_SIMPLEJSON_VERSION).tar.gz
|
||||
PYTHON_SIMPLEJSON_SITE = http://pypi.python.org/packages/source/s/simplejson/
|
||||
PYTHON_SIMPLEJSON_LICENSE = MIT
|
||||
PYTHON_SIMPLEJSON_LICENSE_FILES = LICENSE.txt
|
||||
PYTHON_SIMPLEJSON_SETUP_TYPE = distutils
|
||||
|
||||
$(eval $(python-package))
|
||||
Reference in New Issue
Block a user