From a675336c4f4f42047d47389319648dee122009b9 Mon Sep 17 00:00:00 2001 From: Matthias Koeppe Date: Sun, 26 Jun 2022 12:06:59 -0700 Subject: [PATCH] build/pkgs/hatchling: New standard package, build dep of jupyter_client, jsonschema --- build/pkgs/hatchling/SPKG.rst | 16 ++++++++++++++++ build/pkgs/hatchling/checksums.ini | 5 +++++ build/pkgs/hatchling/dependencies | 4 ++++ build/pkgs/hatchling/install-requires.txt | 1 + build/pkgs/hatchling/package-version.txt | 1 + build/pkgs/hatchling/spkg-install.in | 2 ++ build/pkgs/hatchling/type | 1 + build/pkgs/jsonschema/dependencies | 2 +- build/pkgs/jupyter_client/dependencies | 2 +- 9 files changed, 32 insertions(+), 2 deletions(-) create mode 100644 build/pkgs/hatchling/SPKG.rst create mode 100644 build/pkgs/hatchling/checksums.ini create mode 100644 build/pkgs/hatchling/dependencies create mode 100644 build/pkgs/hatchling/install-requires.txt create mode 100644 build/pkgs/hatchling/package-version.txt create mode 100644 build/pkgs/hatchling/spkg-install.in create mode 100644 build/pkgs/hatchling/type diff --git a/build/pkgs/hatchling/SPKG.rst b/build/pkgs/hatchling/SPKG.rst new file mode 100644 index 00000000000..23d86bd89ef --- /dev/null +++ b/build/pkgs/hatchling/SPKG.rst @@ -0,0 +1,16 @@ +hatchling: Modern, extensible Python build backend +================================================== + +Description +----------- + +Modern, extensible Python build backend + +License +------- + +Upstream Contact +---------------- + +https://pypi.org/project/hatchling/ + diff --git a/build/pkgs/hatchling/checksums.ini b/build/pkgs/hatchling/checksums.ini new file mode 100644 index 00000000000..ec1317175da --- /dev/null +++ b/build/pkgs/hatchling/checksums.ini @@ -0,0 +1,5 @@ +tarball=hatchling-VERSION.tar.gz +sha1=63ae7f29657e4d069c716e098a9ac8114d2f29f9 +md5=e05f845d94f400c3085bbaab21adcdbe +cksum=3213522818 +upstream_url=https://pypi.io/packages/source/h/hatchling/hatchling-VERSION.tar.gz diff --git a/build/pkgs/hatchling/dependencies b/build/pkgs/hatchling/dependencies new file mode 100644 index 00000000000..0738c2d7777 --- /dev/null +++ b/build/pkgs/hatchling/dependencies @@ -0,0 +1,4 @@ +$(PYTHON) | $(PYTHON_TOOLCHAIN) + +---------- +All lines of this file are ignored except the first. diff --git a/build/pkgs/hatchling/install-requires.txt b/build/pkgs/hatchling/install-requires.txt new file mode 100644 index 00000000000..1685d03c212 --- /dev/null +++ b/build/pkgs/hatchling/install-requires.txt @@ -0,0 +1 @@ +hatchling diff --git a/build/pkgs/hatchling/package-version.txt b/build/pkgs/hatchling/package-version.txt new file mode 100644 index 00000000000..3a3cd8cc8b0 --- /dev/null +++ b/build/pkgs/hatchling/package-version.txt @@ -0,0 +1 @@ +1.3.1 diff --git a/build/pkgs/hatchling/spkg-install.in b/build/pkgs/hatchling/spkg-install.in new file mode 100644 index 00000000000..37ac1a53437 --- /dev/null +++ b/build/pkgs/hatchling/spkg-install.in @@ -0,0 +1,2 @@ +cd src +sdh_pip_install . diff --git a/build/pkgs/hatchling/type b/build/pkgs/hatchling/type new file mode 100644 index 00000000000..a6a7b9cd726 --- /dev/null +++ b/build/pkgs/hatchling/type @@ -0,0 +1 @@ +standard diff --git a/build/pkgs/jsonschema/dependencies b/build/pkgs/jsonschema/dependencies index 543eb556459..f487bdbbe91 100644 --- a/build/pkgs/jsonschema/dependencies +++ b/build/pkgs/jsonschema/dependencies @@ -1,4 +1,4 @@ -$(PYTHON) vcversioner attrs importlib_metadata pyrsistent | $(PYTHON_TOOLCHAIN) +$(PYTHON) vcversioner attrs importlib_metadata pyrsistent | $(PYTHON_TOOLCHAIN) hatchling ---------- All lines of this file are ignored except the first. diff --git a/build/pkgs/jupyter_client/dependencies b/build/pkgs/jupyter_client/dependencies index 5e9a6c75874..29d5d3b6bf3 100644 --- a/build/pkgs/jupyter_client/dependencies +++ b/build/pkgs/jupyter_client/dependencies @@ -1,4 +1,4 @@ -$(PYTHON) jupyter_core | $(PYTHON_TOOLCHAIN) pyzmq dateutil nest_asyncio tornado traitlets entrypoints +$(PYTHON) jupyter_core | $(PYTHON_TOOLCHAIN) pyzmq dateutil nest_asyncio tornado traitlets entrypoints hatchling ---------- All lines of this file are ignored except the first.