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