forked from chaen/tornado
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpixi.toml
More file actions
29 lines (24 loc) · 837 Bytes
/
pixi.toml
File metadata and controls
29 lines (24 loc) · 837 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
[workspace]
name = "tornado"
channels = ["conda-forge"]
platforms = ["linux-64", "linux-aarch64", "osx-64", "osx-arm64"]
preview = ["pixi-build"]
[workspace.build-variants]
python = ["3.11.*", "3.12.*", "3.13.*", "3.14.*"]
[workspace.target.linux.build-variants]
c_stdlib = ["sysroot"]
c_stdlib_version = ["2.17"]
[workspace.target.osx.build-variants]
c_stdlib = ["macosx_deployment_target"]
c_stdlib_version = ["11.0"]
[package]
name = "tornado"
version = "5.1.1+dirac.3"
description = "Fork of tornado for DIRAC with a patch to allow for configurable iostream"
license = "Apache-2.0"
license-file = "LICENSE"
readme = "README.rst"
homepage = "http://www.tornadoweb.org/"
repository = "https://github.com/DIRACGrid/tornado"
[package.build]
backend = { name = "pixi-build-rattler-build", version = "*", channels = ["conda-forge"] }