summaryrefslogtreecommitdiff
path: root/COPYRIGHT
diff options
context:
space:
mode:
authorTodd Gamblin <tgamblin@llnl.gov>2021-12-21 15:39:55 -0800
committerGreg Becker <becker33@llnl.gov>2022-01-12 06:14:18 -0800
commitb324fe5d95ebe67a2103e1603cbe0bf6e01f1cab (patch)
tree1dead9290d07eceaff5f09069098b0c205cc638d /COPYRIGHT
parenta38cdddd37905b654b9885b5d11dd60e4863070f (diff)
downloadspack-b324fe5d95ebe67a2103e1603cbe0bf6e01f1cab.tar.gz
spack-b324fe5d95ebe67a2103e1603cbe0bf6e01f1cab.tar.bz2
spack-b324fe5d95ebe67a2103e1603cbe0bf6e01f1cab.tar.xz
spack-b324fe5d95ebe67a2103e1603cbe0bf6e01f1cab.zip
externals: add astunparse
Add `astunparse` as `spack_astunparse`. This library unparses Python ASTs and we're adding it under our own name so that we can make modifications to it. Ultimately this will be used to make `package_hash` consistent across Python versions.
Diffstat (limited to 'COPYRIGHT')
-rw-r--r--COPYRIGHT18
1 files changed, 11 insertions, 7 deletions
diff --git a/COPYRIGHT b/COPYRIGHT
index c0550caf95..df7d47499a 100644
--- a/COPYRIGHT
+++ b/COPYRIGHT
@@ -34,6 +34,10 @@ includes the sbang tool directly in bin/sbang. These packages are covered
by various permissive licenses. A summary listing follows. See the
license included with each package for full details.
+PackageName: altgraph
+PackageHomePage: https://altgraph.readthedocs.io/en/latest/index.html
+PackageLicenseDeclared: MIT
+
PackageName: argparse
PackageHomePage: https://pypi.python.org/pypi/argparse
PackageLicenseDeclared: Python-2.0
@@ -62,6 +66,10 @@ PackageName: jsonschema
PackageHomePage: https://pypi.python.org/pypi/jsonschema
PackageLicenseDeclared: MIT
+PackageName: macholib
+PackageHomePage: https://macholib.readthedocs.io/en/latest/index.html
+PackageLicenseDeclared: MIT
+
PackageName: markupsafe
PackageHomePage: https://pypi.python.org/pypi/MarkupSafe
PackageLicenseDeclared: BSD-3-Clause
@@ -94,10 +102,6 @@ PackageName: six
PackageHomePage: https://pypi.python.org/pypi/six
PackageLicenseDeclared: MIT
-PackageName: macholib
-PackageHomePage: https://macholib.readthedocs.io/en/latest/index.html
-PackageLicenseDeclared: MIT
-
-PackageName: altgraph
-PackageHomePage: https://altgraph.readthedocs.io/en/latest/index.html
-PackageLicenseDeclared: MIT
+PackageName: spack_astunparse
+PackageHomePage: https://github.com/simonpercivall/astunparse
+PackageLicenseDeclared: Python-2.0