mirror of
https://github.com/PartialVolume/shredos.x86_64.git
synced 2026-02-25 20:12:12 +00:00
python-jsonmodels: new package
Package to create and handle json structures in Python, with very easy and convenient API. Signed-off-by: Asaf Kahlon <asafka7@gmail.com> Reviewed-by: Yegor Yefremov <yegorslists@googlemail.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
This commit is contained in:
committed by
Peter Korsgaard
parent
5766b6fb34
commit
e5f64bed43
14
package/python-jsonmodels/python-jsonmodels.mk
Normal file
14
package/python-jsonmodels/python-jsonmodels.mk
Normal file
@@ -0,0 +1,14 @@
|
||||
################################################################################
|
||||
#
|
||||
# python-jsonmodels
|
||||
#
|
||||
################################################################################
|
||||
|
||||
PYTHON_JSONMODELS_VERSION = 2.3
|
||||
PYTHON_JSONMODELS_SOURCE = jsonmodels-$(PYTHON_JSONMODELS_VERSION).tar.gz
|
||||
PYTHON_JSONMODELS_SITE = https://pypi.python.org/packages/ab/0f/e214845b49881d3b2bebd1f387eedc5b26ac5580353a0a38074e94439957
|
||||
PYTHON_JSONMODELS_SETUP_TYPE = setuptools
|
||||
PYTHON_JSONMODELS_LICENSE = BSD-3-Clause
|
||||
PYTHON_JSONMODELS_LICENSE_FILES = LICENSE
|
||||
|
||||
$(eval $(python-package))
|
||||
Reference in New Issue
Block a user