envrcctl 0.2.4__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.
Files changed (52) hide show
  1. {envrcctl-0.2.4 → envrcctl-0.2.5}/PKG-INFO +1 -1
  2. {envrcctl-0.2.4 → envrcctl-0.2.5}/pyproject.toml +1 -1
  3. {envrcctl-0.2.4 → envrcctl-0.2.5}/scripts/release_artifacts.py +7 -1
  4. {envrcctl-0.2.4 → envrcctl-0.2.5}/.gitignore +0 -0
  5. {envrcctl-0.2.4 → envrcctl-0.2.5}/LICENSE +0 -0
  6. {envrcctl-0.2.4 → envrcctl-0.2.5}/README.md +0 -0
  7. {envrcctl-0.2.4 → envrcctl-0.2.5}/completions/envrcctl.bash +0 -0
  8. {envrcctl-0.2.4 → envrcctl-0.2.5}/completions/envrcctl.fish +0 -0
  9. {envrcctl-0.2.4 → envrcctl-0.2.5}/completions/envrcctl.zsh +0 -0
  10. {envrcctl-0.2.4 → envrcctl-0.2.5}/scripts/build_macos_auth_helper.sh +0 -0
  11. {envrcctl-0.2.4 → envrcctl-0.2.5}/scripts/generate_completions.py +0 -0
  12. {envrcctl-0.2.4 → envrcctl-0.2.5}/scripts/macos/envrcctl-macos-auth.swift +0 -0
  13. {envrcctl-0.2.4 → envrcctl-0.2.5}/scripts/package_for_ship.sh +0 -0
  14. {envrcctl-0.2.4 → envrcctl-0.2.5}/src/envrcctl/__init__.py +0 -0
  15. {envrcctl-0.2.4 → envrcctl-0.2.5}/src/envrcctl/audit.py +0 -0
  16. {envrcctl-0.2.4 → envrcctl-0.2.5}/src/envrcctl/auth.py +0 -0
  17. {envrcctl-0.2.4 → envrcctl-0.2.5}/src/envrcctl/cli.py +0 -0
  18. {envrcctl-0.2.4 → envrcctl-0.2.5}/src/envrcctl/command_runner.py +0 -0
  19. {envrcctl-0.2.4 → envrcctl-0.2.5}/src/envrcctl/envrc.py +0 -0
  20. {envrcctl-0.2.4 → envrcctl-0.2.5}/src/envrcctl/envrcctl-macos-auth.bak +0 -0
  21. {envrcctl-0.2.4 → envrcctl-0.2.5}/src/envrcctl/errors.py +0 -0
  22. {envrcctl-0.2.4 → envrcctl-0.2.5}/src/envrcctl/keychain.py +0 -0
  23. {envrcctl-0.2.4 → envrcctl-0.2.5}/src/envrcctl/main.py +0 -0
  24. {envrcctl-0.2.4 → envrcctl-0.2.5}/src/envrcctl/managed_block.py +0 -0
  25. {envrcctl-0.2.4 → envrcctl-0.2.5}/src/envrcctl/secrets.py +0 -0
  26. {envrcctl-0.2.4 → envrcctl-0.2.5}/src/envrcctl/secretservice.py +0 -0
  27. {envrcctl-0.2.4 → envrcctl-0.2.5}/tests/__init__.py +0 -0
  28. {envrcctl-0.2.4 → envrcctl-0.2.5}/tests/conftest.py +0 -0
  29. {envrcctl-0.2.4 → envrcctl-0.2.5}/tests/helpers/__init__.py +0 -0
  30. {envrcctl-0.2.4 → envrcctl-0.2.5}/tests/helpers/cli_support.py +0 -0
  31. {envrcctl-0.2.4 → envrcctl-0.2.5}/tests/test_audit.py +0 -0
  32. {envrcctl-0.2.4 → envrcctl-0.2.5}/tests/test_audit_cli.py +0 -0
  33. {envrcctl-0.2.4 → envrcctl-0.2.5}/tests/test_auth.py +0 -0
  34. {envrcctl-0.2.4 → envrcctl-0.2.5}/tests/test_cli.py +0 -0
  35. {envrcctl-0.2.4 → envrcctl-0.2.5}/tests/test_cli_doctor.py +0 -0
  36. {envrcctl-0.2.4 → envrcctl-0.2.5}/tests/test_cli_errors.py +0 -0
  37. {envrcctl-0.2.4 → envrcctl-0.2.5}/tests/test_cli_eval.py +0 -0
  38. {envrcctl-0.2.4 → envrcctl-0.2.5}/tests/test_cli_exec.py +0 -0
  39. {envrcctl-0.2.4 → envrcctl-0.2.5}/tests/test_cli_helpers.py +0 -0
  40. {envrcctl-0.2.4 → envrcctl-0.2.5}/tests/test_cli_inject.py +0 -0
  41. {envrcctl-0.2.4 → envrcctl-0.2.5}/tests/test_cli_migrate.py +0 -0
  42. {envrcctl-0.2.4 → envrcctl-0.2.5}/tests/test_cli_secret_get.py +0 -0
  43. {envrcctl-0.2.4 → envrcctl-0.2.5}/tests/test_cli_secret_list.py +0 -0
  44. {envrcctl-0.2.4 → envrcctl-0.2.5}/tests/test_cli_secret_set_unset.py +0 -0
  45. {envrcctl-0.2.4 → envrcctl-0.2.5}/tests/test_command_runner.py +0 -0
  46. {envrcctl-0.2.4 → envrcctl-0.2.5}/tests/test_envrc.py +0 -0
  47. {envrcctl-0.2.4 → envrcctl-0.2.5}/tests/test_keychain.py +0 -0
  48. {envrcctl-0.2.4 → envrcctl-0.2.5}/tests/test_main.py +0 -0
  49. {envrcctl-0.2.4 → envrcctl-0.2.5}/tests/test_managed_block.py +0 -0
  50. {envrcctl-0.2.4 → envrcctl-0.2.5}/tests/test_secrets.py +0 -0
  51. {envrcctl-0.2.4 → envrcctl-0.2.5}/tests/test_secretservice.py +0 -0
  52. {envrcctl-0.2.4 → 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.4
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
@@ -1,6 +1,6 @@
1
1
  [project]
2
2
  name = "envrcctl"
3
- version = "0.2.4"
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"
@@ -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
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