diff --git a/package/python-coherent-licensed/python-coherent-licensed.hash b/package/python-coherent-licensed/python-coherent-licensed.hash new file mode 100644 index 0000000000..b23a9db414 --- /dev/null +++ b/package/python-coherent-licensed/python-coherent-licensed.hash @@ -0,0 +1,5 @@ +# md5, sha256 from https://pypi.org/pypi/coherent.licensed/json +md5 5c943470c62e4a7825e783a53816fd18 coherent_licensed-0.5.2.tar.gz +sha256 d8071403ce742d3ac3592ddc4fb7057a46caffb415b928b4d52802e5f208416d coherent_licensed-0.5.2.tar.gz +# Locally computed sha256 checksums +sha256 5a57cb4db85e2a2dd88c290628908add57e3451449e0a9a71fdfb38776fd759d LICENSE diff --git a/package/python-coherent-licensed/python-coherent-licensed.mk b/package/python-coherent-licensed/python-coherent-licensed.mk new file mode 100644 index 0000000000..f827610046 --- /dev/null +++ b/package/python-coherent-licensed/python-coherent-licensed.mk @@ -0,0 +1,14 @@ +################################################################################ +# +# python-coherent-licensed +# +################################################################################ + +PYTHON_COHERENT_LICENSED_VERSION = 0.5.2 +PYTHON_COHERENT_LICENSED_SOURCE = coherent_licensed-$(PYTHON_COHERENT_LICENSED_VERSION).tar.gz +PYTHON_COHERENT_LICENSED_SITE = https://files.pythonhosted.org/packages/cd/e9/63d2dcccb5496cc99d96f29a8a5f3e2c6ed0bba7fedb840862f92816ee17 +PYTHON_COHERENT_LICENSED_SETUP_TYPE = flit +PYTHON_COHERENT_LICENSED_LICENSE = MIT +PYTHON_COHERENT_LICENSED_LICENSE_FILES = LICENSE + +$(eval $(host-python-package))