Imported Upstream version 1.21.0 upstream/1.21.0
authorTizenOpenSource <tizenopensrc@samsung.com>
Tue, 6 Feb 2024 03:49:26 +0000 (12:49 +0900)
committerTizenOpenSource <tizenopensrc@samsung.com>
Tue, 6 Feb 2024 03:49:26 +0000 (12:49 +0900)
commitf0fd51d17798add078a066a2361e4ded2a770676
treefe1254e8a2a99a86390f082b5f284497e0c15269
parent159b2aeaa00f87b39987dd62cd3d7d82d2de9acd
Imported Upstream version 1.21.0
77 files changed:
LICENSE.txt [new file with mode: 0644]
PKG-INFO [new file with mode: 0644]
README.md [new file with mode: 0644]
pyproject.toml [new file with mode: 0644]
scripts/update_licenses.py [new file with mode: 0644]
src/hatchling/__about__.py [new file with mode: 0644]
src/hatchling/__init__.py [new file with mode: 0644]
src/hatchling/__main__.py [new file with mode: 0644]
src/hatchling/bridge/__init__.py [new file with mode: 0644]
src/hatchling/bridge/app.py [new file with mode: 0644]
src/hatchling/build.py [new file with mode: 0644]
src/hatchling/builders/__init__.py [new file with mode: 0644]
src/hatchling/builders/app.py [new file with mode: 0644]
src/hatchling/builders/config.py [new file with mode: 0644]
src/hatchling/builders/constants.py [new file with mode: 0644]
src/hatchling/builders/custom.py [new file with mode: 0644]
src/hatchling/builders/hooks/__init__.py [new file with mode: 0644]
src/hatchling/builders/hooks/custom.py [new file with mode: 0644]
src/hatchling/builders/hooks/plugin/__init__.py [new file with mode: 0644]
src/hatchling/builders/hooks/plugin/hooks.py [new file with mode: 0644]
src/hatchling/builders/hooks/plugin/interface.py [new file with mode: 0644]
src/hatchling/builders/hooks/version.py [new file with mode: 0644]
src/hatchling/builders/plugin/__init__.py [new file with mode: 0644]
src/hatchling/builders/plugin/hooks.py [new file with mode: 0644]
src/hatchling/builders/plugin/interface.py [new file with mode: 0644]
src/hatchling/builders/sdist.py [new file with mode: 0644]
src/hatchling/builders/utils.py [new file with mode: 0644]
src/hatchling/builders/wheel.py [new file with mode: 0644]
src/hatchling/cli/__init__.py [new file with mode: 0644]
src/hatchling/cli/build/__init__.py [new file with mode: 0644]
src/hatchling/cli/dep/__init__.py [new file with mode: 0644]
src/hatchling/cli/metadata/__init__.py [new file with mode: 0644]
src/hatchling/cli/version/__init__.py [new file with mode: 0644]
src/hatchling/dep/__init__.py [new file with mode: 0644]
src/hatchling/dep/core.py [new file with mode: 0644]
src/hatchling/licenses/__init__.py [new file with mode: 0644]
src/hatchling/licenses/parse.py [new file with mode: 0644]
src/hatchling/licenses/supported.py [new file with mode: 0644]
src/hatchling/metadata/__init__.py [new file with mode: 0644]
src/hatchling/metadata/core.py [new file with mode: 0644]
src/hatchling/metadata/custom.py [new file with mode: 0644]
src/hatchling/metadata/plugin/__init__.py [new file with mode: 0644]
src/hatchling/metadata/plugin/hooks.py [new file with mode: 0644]
src/hatchling/metadata/plugin/interface.py [new file with mode: 0644]
src/hatchling/metadata/spec.py [new file with mode: 0644]
src/hatchling/metadata/utils.py [new file with mode: 0644]
src/hatchling/ouroboros.py [new file with mode: 0644]
src/hatchling/plugin/__init__.py [new file with mode: 0644]
src/hatchling/plugin/exceptions.py [new file with mode: 0644]
src/hatchling/plugin/manager.py [new file with mode: 0644]
src/hatchling/plugin/specs.py [new file with mode: 0644]
src/hatchling/plugin/utils.py [new file with mode: 0644]
src/hatchling/py.typed [new file with mode: 0644]
src/hatchling/utils/__init__.py [new file with mode: 0644]
src/hatchling/utils/constants.py [new file with mode: 0644]
src/hatchling/utils/context.py [new file with mode: 0644]
src/hatchling/utils/fs.py [new file with mode: 0644]
src/hatchling/version/__init__.py [new file with mode: 0644]
src/hatchling/version/core.py [new file with mode: 0644]
src/hatchling/version/scheme/__init__.py [new file with mode: 0644]
src/hatchling/version/scheme/plugin/__init__.py [new file with mode: 0644]
src/hatchling/version/scheme/plugin/hooks.py [new file with mode: 0644]
src/hatchling/version/scheme/plugin/interface.py [new file with mode: 0644]
src/hatchling/version/scheme/standard.py [new file with mode: 0644]
src/hatchling/version/source/__init__.py [new file with mode: 0644]
src/hatchling/version/source/code.py [new file with mode: 0644]
src/hatchling/version/source/env.py [new file with mode: 0644]
src/hatchling/version/source/plugin/__init__.py [new file with mode: 0644]
src/hatchling/version/source/plugin/hooks.py [new file with mode: 0644]
src/hatchling/version/source/plugin/interface.py [new file with mode: 0644]
src/hatchling/version/source/regex.py [new file with mode: 0644]
tests/__init__.py [new file with mode: 0644]
tests/downstream/datadogpy/data.json [new file with mode: 0644]
tests/downstream/datadogpy/pyproject.toml [new file with mode: 0644]
tests/downstream/hatch-showcase/data.json [new file with mode: 0644]
tests/downstream/integrate.py [new file with mode: 0644]
tests/downstream/requirements.txt [new file with mode: 0644]