ciel 2.1.4__tar.gz → 2.2.0__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {ciel-2.1.4 → ciel-2.2.0}/PKG-INFO +2 -2
- {ciel-2.1.4 → ciel-2.2.0}/Readme.md +1 -1
- {ciel-2.1.4 → ciel-2.2.0}/ciel/source.py +1 -0
- {ciel-2.1.4 → ciel-2.2.0}/pyproject.toml +1 -1
- {ciel-2.1.4 → ciel-2.2.0}/ciel/__init__.py +0 -0
- {ciel-2.1.4 → ciel-2.2.0}/ciel/__main__.py +0 -0
- {ciel-2.1.4 → ciel-2.2.0}/ciel/__version__.py +0 -0
- {ciel-2.1.4 → ciel-2.2.0}/ciel/build/__init__.py +0 -0
- {ciel-2.1.4 → ciel-2.2.0}/ciel/build/common.py +0 -0
- {ciel-2.1.4 → ciel-2.2.0}/ciel/build/gf180mcu.py +0 -0
- {ciel-2.1.4 → ciel-2.2.0}/ciel/build/git_multi_clone.py +0 -0
- {ciel-2.1.4 → ciel-2.2.0}/ciel/build/ihp-sg13g2.py +0 -0
- {ciel-2.1.4 → ciel-2.2.0}/ciel/build/sky130.py +0 -0
- {ciel-2.1.4 → ciel-2.2.0}/ciel/click_common.py +0 -0
- {ciel-2.1.4 → ciel-2.2.0}/ciel/common.py +0 -0
- {ciel-2.1.4 → ciel-2.2.0}/ciel/families.py +0 -0
- {ciel-2.1.4 → ciel-2.2.0}/ciel/github.py +0 -0
- {ciel-2.1.4 → ciel-2.2.0}/ciel/manage.py +0 -0
- {ciel-2.1.4 → ciel-2.2.0}/ciel/py.typed +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: ciel
|
|
3
|
-
Version: 2.
|
|
3
|
+
Version: 2.2.0
|
|
4
4
|
Summary: An PDK builder/version manager for PDKs in the open_pdks format
|
|
5
5
|
Home-page: https://github.com/fossi-foundation/ciel
|
|
6
6
|
License: Apache-2.0
|
|
@@ -53,7 +53,7 @@ Debian 11+ or Ubuntu 20.04+ is required.
|
|
|
53
53
|
|
|
54
54
|
```sh
|
|
55
55
|
sudo apt-get update
|
|
56
|
-
sudo apt-get install python3 python3-pip
|
|
56
|
+
sudo apt-get install python3 python3-pip
|
|
57
57
|
```
|
|
58
58
|
|
|
59
59
|
## RHEL and Derivatives
|
|
@@ -228,6 +228,7 @@ def opt_data_source(function: Callable) -> Callable:
|
|
|
228
228
|
function = click.option(
|
|
229
229
|
"--data-source",
|
|
230
230
|
default="static-web:https://fossi-foundation.github.io/ciel-releases",
|
|
231
|
+
envvar=["CIEL_DATA_SOURCE"],
|
|
231
232
|
required=False,
|
|
232
233
|
show_default=True,
|
|
233
234
|
help="The data source to use for operations that may require contacting a remote server, in the format '{class_id}:{argument}'",
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|