Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 3883a82

Browse files
authored
Remove LICENSE workaround from pixi recipes (#31304)
1 parent 065874c commit 3883a82

9 files changed

Lines changed: 9 additions & 141 deletions

File tree

.github/workflows/pixi-packages.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040

4141
- uses: prefix-dev/setup-pixi@1b2de7f3351f171c8b4dfeb558c639cb58ed4ec0 # v0.9.5
4242
with:
43-
pixi-version: v0.64.0
43+
pixi-version: v0.66.0
4444
run-install: false
4545

4646
- name: Build

pixi-packages/asan/LICENSE.txt

Lines changed: 0 additions & 30 deletions
This file was deleted.

pixi-packages/asan/pixi.toml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,7 @@
22
channels = ["https://prefix.dev/conda-forge"]
33
platforms = ["linux-64", "linux-aarch64", "osx-arm64"]
44
preview = ["pixi-build"]
5-
6-
[package]
7-
# Work-around to https://github.com/prefix-dev/pixi/issues/5557
8-
license-file = "LICENSE.txt"
5+
requires-pixi = ">=0.66.0"
96

107
[package.build]
118
source.path = "../.."
@@ -23,7 +20,7 @@ extra-args = ["-Csetup-args=-Db_sanitize=address", "-Csetup-args=-Dbuildtype=deb
2320
[package.host-dependencies]
2421
python.git = "https://github.com/python/cpython"
2522
python.subdirectory = "Tools/pixi-packages/asan"
26-
python.rev = "15b216f30d0445469ec31bc7509fcc55a216ef7c" # v3.15.0a6
23+
python.rev = "55ea59e7dc35e1363b203ae4dd9cfc3a0ac0a844" # v3.15.0a8
2724

2825
meson-python = "*"
2926
cython = "*"

pixi-packages/default/LICENSE.txt

Lines changed: 0 additions & 30 deletions
This file was deleted.

pixi-packages/default/pixi.toml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,7 @@
22
channels = ["https://prefix.dev/conda-forge"]
33
platforms = ["linux-64", "linux-aarch64", "osx-arm64"]
44
preview = ["pixi-build"]
5-
6-
[package]
7-
# Work-around to https://github.com/prefix-dev/pixi/issues/5557
8-
license-file = "LICENSE.txt"
5+
requires-pixi = ">=0.66.0"
96

107
[package.build]
118
source.path = "../.."
@@ -31,7 +28,7 @@ python = "*"
3128
# Use cpython git tip
3229
# python.git = "https://github.com/python/cpython"
3330
# python.subdirectory = "Tools/pixi-packages/default"
34-
# python.rev = "15b216f30d0445469ec31bc7509fcc55a216ef7c" # v3.15.0a6
31+
# python.rev = "55ea59e7dc35e1363b203ae4dd9cfc3a0ac0a844" # v3.15.0a8
3532

3633
meson-python = "*"
3734
cython = "*"

pixi-packages/freethreading/LICENSE.txt

Lines changed: 0 additions & 30 deletions
This file was deleted.

pixi-packages/freethreading/pixi.toml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,7 @@
22
channels = ["https://prefix.dev/conda-forge"]
33
platforms = ["linux-64", "linux-aarch64", "osx-arm64"]
44
preview = ["pixi-build"]
5-
6-
[package]
7-
# Work-around to https://github.com/prefix-dev/pixi/issues/5557
8-
license-file = "LICENSE.txt"
5+
requires-pixi = ">=0.66.0"
96

107
[package.build]
118
source.path = "../.."
@@ -31,7 +28,7 @@ python-freethreading = "*"
3128
# Use cpython git tip
3229
# python.git = "https://github.com/python/cpython"
3330
# python.subdirectory = "Tools/pixi-packages/freethreading"
34-
# python.rev = "15b216f30d0445469ec31bc7509fcc55a216ef7c" # v3.15.0a6
31+
# python.rev = "55ea59e7dc35e1363b203ae4dd9cfc3a0ac0a844" # v3.15.0a8
3532

3633
meson-python = "*"
3734
cython = "*"

pixi-packages/tsan-freethreading/LICENSE.txt

Lines changed: 0 additions & 30 deletions
This file was deleted.

pixi-packages/tsan-freethreading/pixi.toml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,7 @@
22
channels = ["https://prefix.dev/conda-forge"]
33
platforms = ["linux-64", "linux-aarch64", "osx-arm64"]
44
preview = ["pixi-build"]
5-
6-
[package]
7-
# Work-around to https://github.com/prefix-dev/pixi/issues/5557
8-
license-file = "LICENSE.txt"
5+
requires-pixi = ">=0.66.0"
96

107
[package.build]
118
source.path = "../.."
@@ -25,7 +22,7 @@ extra-args = ["-Csetup-args=-Db_sanitize=thread", "-Csetup-args=-Dbuildtype=debu
2522
[package.host-dependencies]
2623
python.git = "https://github.com/python/cpython"
2724
python.subdirectory = "Tools/pixi-packages/tsan-freethreading"
28-
python.rev = "15b216f30d0445469ec31bc7509fcc55a216ef7c" # v3.15.0a6
25+
python.rev = "55ea59e7dc35e1363b203ae4dd9cfc3a0ac0a844" # v3.15.0a8
2926

3027
meson-python = "*"
3128
cython = "*"

0 commit comments

Comments
 (0)