mirror of
https://github.com/godotengine/buildroot.git
synced 2026-01-05 14:09:53 +03:00
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>
This commit is contained in:
committed by
Thomas Petazzoni
parent
9d552c1997
commit
4753063e28
14
package/python-service-identity/python-service-identity.mk
Normal file
14
package/python-service-identity/python-service-identity.mk
Normal file
@@ -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))
|
||||
Reference in New Issue
Block a user