diff options
author | Mauro Condarelli <mc5686@mclink.it> | 2016-02-11 11:58:46 +0100 |
---|---|---|
committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2016-02-19 23:16:49 +0100 |
commit | 4753063e2861659260e1d6927eb66ea96c98c9e6 (patch) | |
tree | 62cc0d6fc543914456eceaa4f71822df1df69fb0 /package/python-service-identity/python-service-identity.mk | |
parent | 9d552c1997006bf476533e9e3d115441c57895f5 (diff) | |
download | buildroot-4753063e2861659260e1d6927eb66ea96c98c9e6.tar.gz buildroot-4753063e2861659260e1d6927eb66ea96c98c9e6.zip |
python-service-identity: new package
Signed-off-by: Mauro Condarelli <mc5686@mclink.it>
Reviewed-by: Yegor Yefremov <yegorslists@googlemail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'package/python-service-identity/python-service-identity.mk')
-rw-r--r-- | package/python-service-identity/python-service-identity.mk | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/package/python-service-identity/python-service-identity.mk b/package/python-service-identity/python-service-identity.mk new file mode 100644 index 0000000000..9eca3c1da0 --- /dev/null +++ b/package/python-service-identity/python-service-identity.mk @@ -0,0 +1,14 @@ +################################################################################ +# +# python-service-identity +# +################################################################################ + +PYTHON_SERVICE_IDENTITY_VERSION = 14.0.0 +PYTHON_SERVICE_IDENTITY_SOURCE = service_identity-$(PYTHON_SERVICE_IDENTITY_VERSION).tar.gz +PYTHON_SERVICE_IDENTITY_SITE = http://pypi.python.org/packages/source/s/service_identity +PYTHON_SERVICE_IDENTITY_LICENSE = MIT +PYTHON_SERVICE_IDENTITY_LICENSE_FILES = LICENSE +PYTHON_SERVICE_IDENTITY_SETUP_TYPE = setuptools + +$(eval $(python-package)) |