diff mbox series

package/python-remi: add license file and license hash

Message ID 1664784963-61534-1-git-send-email-gwenj@trabucayre.com
State Accepted
Headers show
Series package/python-remi: add license file and license hash | expand

Commit Message

Gwenhael Goavec-Merou Oct. 3, 2022, 8:16 a.m. UTC
From: Gwenhael Goavec-Merou <gwenhael.goavec-merou@trabucayre.com>

Since the release 2021.3.2, a LICENSE file is shipped with the archive from
pypi.org.

Signed-off-by: Gwenhael Goavec-Merou <gwenhael.goavec-merou@trabucayre.com>
---
 package/python-remi/python-remi.hash | 2 ++
 package/python-remi/python-remi.mk   | 1 +
 2 files changed, 3 insertions(+)

Comments

Thomas Petazzoni Oct. 6, 2022, 8:14 p.m. UTC | #1
On Mon,  3 Oct 2022 10:16:03 +0200
Gwenhael Goavec-Merou <gwenj@trabucayre.com> wrote:

> From: Gwenhael Goavec-Merou <gwenhael.goavec-merou@trabucayre.com>
> 
> Since the release 2021.3.2, a LICENSE file is shipped with the archive from
> pypi.org.
> 
> Signed-off-by: Gwenhael Goavec-Merou <gwenhael.goavec-merou@trabucayre.com>
> ---
>  package/python-remi/python-remi.hash | 2 ++
>  package/python-remi/python-remi.mk   | 1 +
>  2 files changed, 3 insertions(+)

Applied to master, thanks.

Thomas
diff mbox series

Patch

diff --git a/package/python-remi/python-remi.hash b/package/python-remi/python-remi.hash
index 82234bbe98..e7937c3914 100644
--- a/package/python-remi/python-remi.hash
+++ b/package/python-remi/python-remi.hash
@@ -1,2 +1,4 @@ 
 # sha256 from https://pypi.org/pypi/remi/json
 sha256  542df88e174bbd58fe763c49e5c2116f2c8413c1a934731069ed8c17bb9cd64c  remi-2022.7.27.tar.gz
+# Locally computed sha256
+sha256  3df7d3ad8904d7e99fc0810366483a7cbe5a43c13f7f913f1d7e5023f2ff7657  LICENSE
diff --git a/package/python-remi/python-remi.mk b/package/python-remi/python-remi.mk
index 7e43c09b00..419a3441a7 100644
--- a/package/python-remi/python-remi.mk
+++ b/package/python-remi/python-remi.mk
@@ -9,6 +9,7 @@  PYTHON_REMI_SOURCE = remi-$(PYTHON_REMI_VERSION).tar.gz
 PYTHON_REMI_SITE = https://files.pythonhosted.org/packages/b7/5c/fca9d9273fc9d5f4ca0bc2f387ca19f8ba9979dcb75617d094e575dc2337
 
 PYTHON_REMI_LICENSE = Apache-2.0
+PYTHON_REMI_LICENSE_FILES = LICENSE
 PYTHON_REMI_SETUP_TYPE = setuptools
 
 $(eval $(python-package))