diff options
author | Wojtek Kosior <koszko@koszko.org> | 2022-06-15 11:09:58 +0200 |
---|---|---|
committer | Wojtek Kosior <koszko@koszko.org> | 2022-06-15 11:09:58 +0200 |
commit | 22c722bf59e59246f47491c7229b17f9ef783614 (patch) | |
tree | bdcfbfae93f5e54d9b2b39465945419406b5e96a /src/hydrilla.builder.egg-info/SOURCES.txt | |
parent | 6bc04f8097e44e55cbf543d811ccd90671faedbc (diff) | |
download | hydrilla-builder-upstream/1.1_beta1.tar.gz hydrilla-builder-upstream/1.1_beta1.zip |
New upstream version 1.1~beta1upstream/1.1_beta1debian-upstream
Diffstat (limited to 'src/hydrilla.builder.egg-info/SOU2020-10-10<-rw-r--r-- src/hydrilla.builder.egg-info/SOURCES.txt 45
1 files changed, 32 insertions, 13 deletions
diff --git a/src/hydrilla.builder.egg-info/SOURCES.txt b/src/hydrilla.builder.egg-info/SOURCES.txt index de24145..a821b99 100644 --- a/src/hydrilla.builder.egg-info/SOURCES.txt +++ b/src/hydrilla.builder.egg-info/SOURCES.txt @@ -1,6 +1,7 @@ MANIFEST.in README.md README.md.license +conftest.py pyproject.toml setup.cfg setup.py @@ -21,22 +22,40 @@ src/hydrilla/builder/__init__.py src/hydrilla/builder/__main__.py src/hydrilla/builder/_version.py src/hydrilla/builder/build.py +src/hydrilla/builder/common_errors.py +src/hydrilla/builder/local_apt.py +src/hydrilla/builder/piggybacking.py src/hydrilla/builder/locales/en_US/LC_MESSAGES/hydrilla-messages.po -src/hydrilla/schemas/api_mapping_description-1.0.1.schema.json -src/hydrilla/schemas/api_mapping_description-1.0.1.schema.json.license -src/hydrilla/schemas/api_query_result-1.0.1.schema.json -src/hydrilla/schemas/api_query_result-1.0.1.schema.json.license -src/hydrilla/schemas/api_resource_description-1.0.1.schema.json -src/hydrilla/schemas/api_resource_description-1.0.1.schema.json.license -src/hydrilla/schemas/api_source_description-1.0.1.schema.json -src/hydrilla/schemas/api_source_description-1.0.1.schema.json.license -src/hydrilla/schemas/common_definitions-1.0.1.schema.json -src/hydrilla/schemas/common_definitions-1.0.1.schema.json.license -src/hydrilla/schemas/package_source-1.0.1.schema.json -src/hydrilla/schemas/package_source-1.0.1.schema.json.license +src/hydrilla/schemas/1.x/api_mapping_description-1.0.1.schema.json +src/hydrilla/schemas/1.x/api_mapping_description-1.0.1.schema.json.license +src/hydrilla/schemas/1.x/api_query_result-1.0.1.schema.json +src/hydrilla/schemas/1.x/api_query_result-1.0.1.schema.json.license +src/hydrilla/schemas/1.x/api_resource_description-1.0.1.schema.json +src/hydrilla/schemas/1.x/api_resource_description-1.0.1.schema.json.license +src/hydrilla/schemas/1.x/api_source_description-1.0.1.schema.json +src/hydrilla/schemas/1.x/api_source_description-1.0.1.schema.json.license +src/hydrilla/schemas/1.x/common_definitions-1.0.1.schema.json +src/hydrilla/schemas/1.x/common_definitions-1.0.1.schema.json.license +src/hydrilla/schemas/1.x/package_source-1.0.1.schema.json +src/hydrilla/schemas/1.x/package_source-1.0.1.schema.json.license +src/hydrilla/schemas/2.x/api_mapping_description-2.schema.json +src/hydrilla/schemas/2.x/api_mapping_description-2.schema.json.license +src/hydrilla/schemas/2.x/api_query_result-2.schema.json +src/hydrilla/schemas/2.x/api_query_result-2.schema.json.license +src/hydrilla/schemas/2.x/api_resource_description-2.schema.json +src/hydrilla/schemas/2.x/api_resource_description-2.schema.json.license +src/hydrilla/schemas/2.x/api_source_description-2.schema.json +src/hydrilla/schemas/2.x/api_source_description-2.schema.json.license +src/hydrilla/schemas/2.x/common_definitions-2.schema.json +src/hydrilla/schemas/2.x/common_definitions-2.schema.json.license +src/hydrilla/schemas/2.x/package_source-2.schema.json +src/hydrilla/schemas/2.x/package_source-2.schema.json.license src/hydrilla/util/__init__.py src/hydrilla/util/_util.py -tests/test_hydrilla_builder.py +tests/__init__.py +tests/helpers.py +tests/test_build.py +tests/test_local_apt.py tests/source-package-example/README.txt tests/source-package-example/README.txt.license tests/source-package-example/bye.js |