Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add pyright-node output to make package self-contained #184

Open
wants to merge 41 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
41 commits
Select commit Hold shift + click to select a range
772e1d4
init again
moritzwilksch Oct 25, 2024
7268444
bump version
moritzwilksch Oct 25, 2024
c5ebb20
MNT: Re-rendered with conda-build 24.9.0, conda-smithy 3.43.0, and co…
moritzwilksch Oct 25, 2024
49f5211
build env
moritzwilksch Oct 25, 2024
cf064a6
skip `ppc64le`
moritzwilksch Oct 25, 2024
24a58f7
skip
moritzwilksch Oct 25, 2024
f32a507
build.bat?
moritzwilksch Oct 25, 2024
5d9c4df
prevent symlinks?
moritzwilksch Oct 28, 2024
f9b6123
cross compile with right python
moritzwilksch Oct 28, 2024
2c6f716
now?
moritzwilksch Oct 28, 2024
556a1ee
debug
moritzwilksch Oct 28, 2024
a54966f
noch mehr
moritzwilksch Oct 28, 2024
1d3df12
more settings!!!!
moritzwilksch Oct 28, 2024
6866665
lint + set
moritzwilksch Oct 28, 2024
ae4ce74
err
moritzwilksch Oct 28, 2024
dca1f0a
wip
moritzwilksch Oct 28, 2024
99e1b72
rename sync
moritzwilksch Oct 30, 2024
2927c81
fixes
moritzwilksch Nov 6, 2024
447d474
win scripts
moritzwilksch Nov 6, 2024
f39f494
wip
moritzwilksch Nov 6, 2024
300eb0f
fix
moritzwilksch Nov 6, 2024
6833ed6
comment
moritzwilksch Nov 6, 2024
7815a30
[ci skip] [skip ci] [cf admin skip] ***NO_CI*** admin migration Remov…
conda-forge-admin Nov 5, 2024
adcf925
MNT: Re-rendered with conda-build 24.9.0, conda-smithy 3.44.0, and co…
regro-cf-autotick-bot Nov 6, 2024
55d06b2
MNT: Re-rendered with conda-build 24.9.0, conda-smithy 3.44.0, and co…
moritzwilksch Nov 6, 2024
26680aa
Merge remote-tracking branch 'upstream/main' into rattlerv4
moritzwilksch Nov 6, 2024
84126dd
empty
moritzwilksch Nov 10, 2024
d02f2c1
cleanup
moritzwilksch Nov 11, 2024
e6e9b84
buildno, lint
moritzwilksch Nov 12, 2024
9340325
nomore noarch, fix cache dir location
moritzwilksch Nov 12, 2024
eb6acb7
cleanup, bump version
moritzwilksch Nov 12, 2024
3642dfa
MNT: Re-rendered with conda-build 24.9.0, conda-smithy 3.44.3, and co…
moritzwilksch Nov 12, 2024
5ff3a06
checksum
moritzwilksch Nov 12, 2024
d46f1fd
MNT: Re-rendered with conda-build 24.9.0, conda-smithy 3.44.3, and co…
moritzwilksch Nov 12, 2024
96dc70c
skip python `ppc64le`
moritzwilksch Nov 12, 2024
d086b92
pin exact
moritzwilksch Nov 14, 2024
6e1351d
bump version
moritzwilksch Nov 14, 2024
203480f
rm `ppcle64`
moritzwilksch Nov 14, 2024
088a3bc
Merge remote-tracking branch 'upstream/main' into rattlerv4
moritzwilksch Nov 14, 2024
2317434
rm `ppc64le` v2
moritzwilksch Nov 14, 2024
000fc72
MNT: Re-rendered with conda-build 24.9.0, conda-smithy 3.44.3, and co…
moritzwilksch Nov 14, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
60 changes: 4 additions & 56 deletions .azure-pipelines/azure-pipelines-linux.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

32 changes: 4 additions & 28 deletions .azure-pipelines/azure-pipelines-osx.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

16 changes: 2 additions & 14 deletions .azure-pipelines/azure-pipelines-win.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
@@ -1,11 +1,3 @@
c_compiler:
- gcc
c_compiler_version:
- '13'
c_stdlib:
- sysroot
c_stdlib_version:
- '2.17'
cdt_name:
- conda
channel_sources:
Expand All @@ -20,5 +12,9 @@ pin_run_as_build:
max_pin: x.x
python:
- 3.10.* *_cpython
- 3.11.* *_cpython
- 3.12.* *_cpython
- 3.13.* *_cp313
- 3.9.* *_cpython
target_platform:
- linux-64
24 changes: 0 additions & 24 deletions .ci_support/linux_64_python3.11.____cpython.yaml

This file was deleted.

24 changes: 0 additions & 24 deletions .ci_support/linux_64_python3.12.____cpython.yaml

This file was deleted.

24 changes: 0 additions & 24 deletions .ci_support/linux_64_python3.13.____cp313.yaml

This file was deleted.

24 changes: 0 additions & 24 deletions .ci_support/linux_64_python3.9.____cpython.yaml

This file was deleted.

Original file line number Diff line number Diff line change
@@ -1,13 +1,5 @@
BUILD:
- aarch64-conda_cos7-linux-gnu
c_compiler:
- gcc
c_compiler_version:
- '13'
c_stdlib:
- sysroot
c_stdlib_version:
- '2.17'
cdt_arch:
- aarch64
cdt_name:
Expand All @@ -23,6 +15,10 @@ pin_run_as_build:
min_pin: x.x
max_pin: x.x
python:
- 3.10.* *_cpython
- 3.11.* *_cpython
- 3.12.* *_cpython
- 3.13.* *_cp313
- 3.9.* *_cpython
target_platform:
- linux-aarch64
28 changes: 0 additions & 28 deletions .ci_support/linux_aarch64_python3.10.____cpython.yaml

This file was deleted.

28 changes: 0 additions & 28 deletions .ci_support/linux_aarch64_python3.12.____cpython.yaml

This file was deleted.

28 changes: 0 additions & 28 deletions .ci_support/linux_aarch64_python3.13.____cp313.yaml

This file was deleted.

28 changes: 0 additions & 28 deletions .ci_support/linux_aarch64_python3.9.____cpython.yaml

This file was deleted.

Loading