Skip to content

Commit

Permalink
pixi-pack 0.3.2
Browse files Browse the repository at this point in the history
autobump: add pixi-pack

Signed-off-by: Rui Chen <rui@chenrui.dev>

pixi-pack: update test and update homepage

Signed-off-by: Rui Chen <rui@chenrui.dev>
  • Loading branch information
chenrui333 committed Feb 19, 2025
1 parent de1cb94 commit 2d6ced4
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 3 deletions.
1 change: 1 addition & 0 deletions .github/autobump.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2592,6 +2592,7 @@ pipgrip
pipx
pivit
pixi
pixi-pack
pixie
pixman
pjproject
Expand Down
13 changes: 10 additions & 3 deletions Formula/p/pixi-pack.rb
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
class PixiPack < Formula
desc "Pack and unpack conda environments created with pixi"
homepage "https://github.com/quantco/pixi-pack"
url "https://github.com/quantco/pixi-pack/archive/refs/tags/v0.3.1.tar.gz"
sha256 "d0c6eb4d20747a5ea47093dc06e80e15a46ec3fd9c3c1e93ee035480e3b0a75a"
homepage "https://pixi.sh/latest/advanced/production_deployment/#pixi-pack"
url "https://github.com/quantco/pixi-pack/archive/refs/tags/v0.3.2.tar.gz"
sha256 "52c15d74879c5593f52e9b6c3db19dacb2a9a127bd9f247c2282fe1d21d70ca0"
license "BSD-3-Clause"
head "https://github.com/quantco/pixi-pack.git", branch: "main"

Expand Down Expand Up @@ -51,6 +51,13 @@ def install
size: 159003
timestamp: 1725018903918
YAML

(testpath/"pixi.toml").write <<~TOML
[project]
name = "test"
version = "0.1.0"
TOML

system bin/"pixi-pack", "pack", "--platform", "linux-64"
assert_path_exists testpath/"environment.tar"
end
Expand Down

0 comments on commit 2d6ced4

Please sign in to comment.