envrcctl 0.2.3__tar.gz → 0.2.5__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.
- {envrcctl-0.2.3 → envrcctl-0.2.5}/PKG-INFO +2 -2
- {envrcctl-0.2.3 → envrcctl-0.2.5}/pyproject.toml +2 -2
- {envrcctl-0.2.3 → envrcctl-0.2.5}/scripts/release_artifacts.py +9 -3
- {envrcctl-0.2.3 → envrcctl-0.2.5}/.gitignore +0 -0
- {envrcctl-0.2.3 → envrcctl-0.2.5}/LICENSE +0 -0
- {envrcctl-0.2.3 → envrcctl-0.2.5}/README.md +0 -0
- {envrcctl-0.2.3 → envrcctl-0.2.5}/completions/envrcctl.bash +0 -0
- {envrcctl-0.2.3 → envrcctl-0.2.5}/completions/envrcctl.fish +0 -0
- {envrcctl-0.2.3 → envrcctl-0.2.5}/completions/envrcctl.zsh +0 -0
- {envrcctl-0.2.3 → envrcctl-0.2.5}/scripts/build_macos_auth_helper.sh +0 -0
- {envrcctl-0.2.3 → envrcctl-0.2.5}/scripts/generate_completions.py +0 -0
- {envrcctl-0.2.3 → envrcctl-0.2.5}/scripts/macos/envrcctl-macos-auth.swift +0 -0
- {envrcctl-0.2.3 → envrcctl-0.2.5}/scripts/package_for_ship.sh +0 -0
- {envrcctl-0.2.3 → envrcctl-0.2.5}/src/envrcctl/__init__.py +0 -0
- {envrcctl-0.2.3 → envrcctl-0.2.5}/src/envrcctl/audit.py +0 -0
- {envrcctl-0.2.3 → envrcctl-0.2.5}/src/envrcctl/auth.py +0 -0
- {envrcctl-0.2.3 → envrcctl-0.2.5}/src/envrcctl/cli.py +0 -0
- {envrcctl-0.2.3 → envrcctl-0.2.5}/src/envrcctl/command_runner.py +0 -0
- {envrcctl-0.2.3 → envrcctl-0.2.5}/src/envrcctl/envrc.py +0 -0
- {envrcctl-0.2.3 → envrcctl-0.2.5}/src/envrcctl/envrcctl-macos-auth.bak +0 -0
- {envrcctl-0.2.3 → envrcctl-0.2.5}/src/envrcctl/errors.py +0 -0
- {envrcctl-0.2.3 → envrcctl-0.2.5}/src/envrcctl/keychain.py +0 -0
- {envrcctl-0.2.3 → envrcctl-0.2.5}/src/envrcctl/main.py +0 -0
- {envrcctl-0.2.3 → envrcctl-0.2.5}/src/envrcctl/managed_block.py +0 -0
- {envrcctl-0.2.3 → envrcctl-0.2.5}/src/envrcctl/secrets.py +0 -0
- {envrcctl-0.2.3 → envrcctl-0.2.5}/src/envrcctl/secretservice.py +0 -0
- {envrcctl-0.2.3 → envrcctl-0.2.5}/tests/__init__.py +0 -0
- {envrcctl-0.2.3 → envrcctl-0.2.5}/tests/conftest.py +0 -0
- {envrcctl-0.2.3 → envrcctl-0.2.5}/tests/helpers/__init__.py +0 -0
- {envrcctl-0.2.3 → envrcctl-0.2.5}/tests/helpers/cli_support.py +0 -0
- {envrcctl-0.2.3 → envrcctl-0.2.5}/tests/test_audit.py +0 -0
- {envrcctl-0.2.3 → envrcctl-0.2.5}/tests/test_audit_cli.py +0 -0
- {envrcctl-0.2.3 → envrcctl-0.2.5}/tests/test_auth.py +0 -0
- {envrcctl-0.2.3 → envrcctl-0.2.5}/tests/test_cli.py +0 -0
- {envrcctl-0.2.3 → envrcctl-0.2.5}/tests/test_cli_doctor.py +0 -0
- {envrcctl-0.2.3 → envrcctl-0.2.5}/tests/test_cli_errors.py +0 -0
- {envrcctl-0.2.3 → envrcctl-0.2.5}/tests/test_cli_eval.py +0 -0
- {envrcctl-0.2.3 → envrcctl-0.2.5}/tests/test_cli_exec.py +0 -0
- {envrcctl-0.2.3 → envrcctl-0.2.5}/tests/test_cli_helpers.py +0 -0
- {envrcctl-0.2.3 → envrcctl-0.2.5}/tests/test_cli_inject.py +0 -0
- {envrcctl-0.2.3 → envrcctl-0.2.5}/tests/test_cli_migrate.py +0 -0
- {envrcctl-0.2.3 → envrcctl-0.2.5}/tests/test_cli_secret_get.py +0 -0
- {envrcctl-0.2.3 → envrcctl-0.2.5}/tests/test_cli_secret_list.py +0 -0
- {envrcctl-0.2.3 → envrcctl-0.2.5}/tests/test_cli_secret_set_unset.py +0 -0
- {envrcctl-0.2.3 → envrcctl-0.2.5}/tests/test_command_runner.py +0 -0
- {envrcctl-0.2.3 → envrcctl-0.2.5}/tests/test_envrc.py +0 -0
- {envrcctl-0.2.3 → envrcctl-0.2.5}/tests/test_keychain.py +0 -0
- {envrcctl-0.2.3 → envrcctl-0.2.5}/tests/test_main.py +0 -0
- {envrcctl-0.2.3 → envrcctl-0.2.5}/tests/test_managed_block.py +0 -0
- {envrcctl-0.2.3 → envrcctl-0.2.5}/tests/test_secrets.py +0 -0
- {envrcctl-0.2.3 → envrcctl-0.2.5}/tests/test_secretservice.py +0 -0
- {envrcctl-0.2.3 → envrcctl-0.2.5}/tests/test_smoke.py +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: envrcctl
|
|
3
|
-
Version: 0.2.
|
|
3
|
+
Version: 0.2.5
|
|
4
4
|
Summary: Manage .envrc with managed blocks and OS-backed secrets.
|
|
5
5
|
Project-URL: Homepage, https://github.com/rioriost/envrcctl
|
|
6
6
|
Project-URL: Issues, https://github.com/rioriost/envrcctl/issues
|
|
@@ -8,7 +8,7 @@ Project-URL: Repository, https://github.com/rioriost/envrcctl
|
|
|
8
8
|
Author-email: Rio Fujita <rio_github@rio.st>
|
|
9
9
|
License-Expression: MIT
|
|
10
10
|
License-File: LICENSE
|
|
11
|
-
Requires-Python: >=3.
|
|
11
|
+
Requires-Python: >=3.12
|
|
12
12
|
Requires-Dist: typer>=0.24.1
|
|
13
13
|
Provides-Extra: test
|
|
14
14
|
Requires-Dist: bandit>=1.7.10; extra == 'test'
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
[project]
|
|
2
2
|
name = "envrcctl"
|
|
3
|
-
version = "0.2.
|
|
3
|
+
version = "0.2.5"
|
|
4
4
|
description = "Manage .envrc with managed blocks and OS-backed secrets."
|
|
5
5
|
readme = { file = "README.md", content-type = "text/markdown" }
|
|
6
6
|
license = "MIT"
|
|
7
|
-
requires-python = ">=3.
|
|
7
|
+
requires-python = ">=3.12"
|
|
8
8
|
authors = [
|
|
9
9
|
{ name = "Rio Fujita", email = "rio_github@rio.st" },
|
|
10
10
|
]
|
|
@@ -157,6 +157,11 @@ def formula_content(
|
|
|
157
157
|
|
|
158
158
|
depends_on "python@3.12"
|
|
159
159
|
|
|
160
|
+
resource "typer" do
|
|
161
|
+
url "https://files.pythonhosted.org/packages/source/t/typer/typer-0.24.1.tar.gz"
|
|
162
|
+
sha256 "8bf4e81499611d3161106e998fe4d624a83abf8bfda3b99898b4498d0c2f0976"
|
|
163
|
+
end
|
|
164
|
+
|
|
160
165
|
on_macos do
|
|
161
166
|
on_arm do
|
|
162
167
|
resource "envrcctl-macos-auth-arm64" do
|
|
@@ -168,6 +173,7 @@ def formula_content(
|
|
|
168
173
|
|
|
169
174
|
def install
|
|
170
175
|
venv = virtualenv_create(libexec, "python3.12")
|
|
176
|
+
venv.pip_install resource("typer")
|
|
171
177
|
venv.pip_install buildpath
|
|
172
178
|
|
|
173
179
|
bin.install_symlink libexec/"bin/envrcctl"
|
|
@@ -185,7 +191,7 @@ def formula_content(
|
|
|
185
191
|
|
|
186
192
|
test do
|
|
187
193
|
assert_predicate bin/"envrcctl", :exist?
|
|
188
|
-
assert_match version.to_s, shell_output("#{bin}/envrcctl --version")
|
|
194
|
+
assert_match version.to_s, shell_output("#{{bin}}/envrcctl --version")
|
|
189
195
|
if OS.mac? && Hardware::CPU.arm?
|
|
190
196
|
assert_predicate bin/"envrcctl-macos-auth", :exist?
|
|
191
197
|
end
|
|
@@ -195,7 +201,7 @@ end
|
|
|
195
201
|
|
|
196
202
|
|
|
197
203
|
def write_formula(repo_root: Path, formula_text: str, formula_dir: Path | None) -> Path:
|
|
198
|
-
target_dir = formula_dir or (repo_root
|
|
204
|
+
target_dir = formula_dir or (repo_root / "Formula")
|
|
199
205
|
target_dir.mkdir(parents=True, exist_ok=True)
|
|
200
206
|
formula_path = target_dir / "envrcctl.rb"
|
|
201
207
|
formula_path.write_text(formula_text, encoding="utf-8")
|
|
@@ -226,7 +232,7 @@ def parse_args() -> argparse.Namespace:
|
|
|
226
232
|
"--formula-dir",
|
|
227
233
|
type=Path,
|
|
228
234
|
default=None,
|
|
229
|
-
help="Directory to write envrcctl.rb into. Defaults to
|
|
235
|
+
help="Directory to write envrcctl.rb into. Defaults to ./Formula.",
|
|
230
236
|
)
|
|
231
237
|
return parser.parse_args()
|
|
232
238
|
|
|
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
|
|
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
|
|
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
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|