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.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: ciel
3
- Version: 2.1.4
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 xz-utils
56
+ sudo apt-get install python3 python3-pip
57
57
  ```
58
58
 
59
59
  ## RHEL and Derivatives
@@ -24,7 +24,7 @@ Debian 11+ or Ubuntu 20.04+ is required.
24
24
 
25
25
  ```sh
26
26
  sudo apt-get update
27
- sudo apt-get install python3 python3-pip xz-utils
27
+ sudo apt-get install python3 python3-pip
28
28
  ```
29
29
 
30
30
  ## 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}'",
@@ -1,6 +1,6 @@
1
1
  [tool.poetry]
2
2
  name = "ciel"
3
- version = "2.1.4"
3
+ version = "2.2.0"
4
4
  description = "An PDK builder/version manager for PDKs in the open_pdks format"
5
5
  authors = ["Mohamed Gaber <me@donn.website>", "Efabless Corporation"]
6
6
  readme = "Readme.md"
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