From 9c47ecaeb25300ac2a6a2609628ecd4c928fcf49 Mon Sep 17 00:00:00 2001 From: Todd Gamblin Date: Sat, 23 Dec 2023 22:51:38 -0800 Subject: directives: add `checked_by` field to `license()`, add some license checks Add a "checked_by" field to the `license()` directive so that we can track who verified the license for a project. also check the license of 18 or so projects and mark them checked. --- var/spack/repos/builtin/packages/py-hatchling/package.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'var/spack/repos/builtin/packages/py-hatchling/package.py') diff --git a/var/spack/repos/builtin/packages/py-hatchling/package.py b/var/spack/repos/builtin/packages/py-hatchling/package.py index 782eda30d7..98297a46dc 100644 --- a/var/spack/repos/builtin/packages/py-hatchling/package.py +++ b/var/spack/repos/builtin/packages/py-hatchling/package.py @@ -13,7 +13,7 @@ class PyHatchling(PythonPackage): pypi = "hatchling/hatchling-1.4.1.tar.gz" git = "https://github.com/pypa/hatch" - license("MIT") + license("MIT", checked_by="tgamblin") version("1.21.0", sha256="5c086772357a50723b825fd5da5278ac7e3697cdf7797d07541a6c90b6ff754c") version("1.18.0", sha256="50e99c3110ce0afc3f7bdbadff1c71c17758e476731c27607940cfa6686489ca") -- cgit v1.2.3-60-g2f50