mirror of
https://github.com/ivabus/pantry
synced 2024-11-09 18:15:18 +03:00
don't use python3.12 widely yet
This commit is contained in:
parent
6be8f89424
commit
587441621e
|
@ -13,7 +13,7 @@ platforms:
|
|||
entrypoint: tea ./entrypoint.sh
|
||||
|
||||
dependencies:
|
||||
python.org: ^3.10
|
||||
python.org: '>=3.10<3.12'
|
||||
redis.io: ^7
|
||||
tea.xyz: ^0
|
||||
|
||||
|
|
|
@ -7,7 +7,7 @@ versions:
|
|||
strip: /^v/
|
||||
|
||||
dependencies:
|
||||
python.org: '>=3.7'
|
||||
python.org: '>=3.7<3.12'
|
||||
|
||||
build:
|
||||
script: |
|
||||
|
|
|
@ -26,7 +26,7 @@ build:
|
|||
boost.org: '*'
|
||||
cmake.org: '*'
|
||||
llvm.org: ~16
|
||||
python.org: '*'
|
||||
python.org: '<3.12'
|
||||
working-directory: cpp
|
||||
script:
|
||||
- cmake -B build $CMAKE_ARGS
|
||||
|
|
|
@ -25,7 +25,7 @@ build:
|
|||
dependencies:
|
||||
freedesktop.org/pkg-config: ^0.29
|
||||
swig.org: ^4
|
||||
python.org: ^3.11
|
||||
python.org: ~3.11
|
||||
script: |
|
||||
./configure $ARGS
|
||||
make --jobs {{ hw.concurrency }}
|
||||
|
|
|
@ -6,7 +6,7 @@ versions:
|
|||
github: bloomreach/s4cmd/tags
|
||||
|
||||
dependencies:
|
||||
python.org: ^3
|
||||
python.org: '>=3<3.12'
|
||||
|
||||
build:
|
||||
python-venv.sh {{prefix}}/bin/s4cmd
|
||||
|
|
|
@ -11,7 +11,7 @@ runtime:
|
|||
build:
|
||||
dependencies:
|
||||
freedesktop.org/pkg-config: '*'
|
||||
python.org: ^3.11
|
||||
python.org: ~3.11
|
||||
script:
|
||||
- python3 setup.py install $ARGS
|
||||
- mv {{prefix}}/lib/python{{deps.python.org.version.marketing}}/site-packages/*/* {{prefix}}/lib/python{{deps.python.org.version.marketing}}/site-packages/
|
||||
|
@ -23,6 +23,6 @@ build:
|
|||
- --prefix={{prefix}}
|
||||
test:
|
||||
dependencies:
|
||||
python.org: ^3.11
|
||||
python.org: ~3.11
|
||||
script:
|
||||
- python3 -c "import cairo; print(cairo.version)" | grep {{version}}
|
||||
|
|
|
@ -4,7 +4,7 @@ distributable:
|
|||
versions:
|
||||
github: certbot/certbot
|
||||
dependencies:
|
||||
python.org: ^3.11
|
||||
python.org: ~3.11
|
||||
build:
|
||||
script:
|
||||
- python-venv.sh {{prefix}}/bin/certbot
|
||||
|
|
|
@ -6,7 +6,7 @@ versions:
|
|||
github: cruft/cruft
|
||||
|
||||
dependencies:
|
||||
python.org: ">=3.7"
|
||||
python.org: '>=3.7<3.12'
|
||||
git-scm.org: ^2
|
||||
|
||||
build:
|
||||
|
|
|
@ -4,7 +4,7 @@ distributable:
|
|||
versions:
|
||||
github: cython/cython
|
||||
dependencies:
|
||||
python.org: ^3.11
|
||||
python.org: ~3.11
|
||||
runtime:
|
||||
env:
|
||||
PYTHONPATH: "{{prefix}}/lib/python{{deps.python.org.version.major}}/site-packages"
|
||||
|
|
|
@ -9,7 +9,7 @@ provides:
|
|||
- bin/cython
|
||||
|
||||
dependencies:
|
||||
python.org: '*'
|
||||
python.org: '<3.12'
|
||||
|
||||
build:
|
||||
script: |
|
||||
|
|
|
@ -8,7 +8,7 @@ build:
|
|||
ninja-build.org: '*'
|
||||
rust-lang.org: '*'
|
||||
curl.se: '*'
|
||||
python.org: ^3
|
||||
python.org: '>=3<3.12'
|
||||
tukaani.org/xz: '*'
|
||||
git-scm.org: '*'
|
||||
script:
|
||||
|
|
|
@ -11,7 +11,7 @@ dependencies:
|
|||
gnu.org/gettext: '*'
|
||||
build:
|
||||
dependencies:
|
||||
python.org: '*'
|
||||
python.org: '<3.12'
|
||||
script:
|
||||
- ./configure $CONFIGURE_ARGS
|
||||
- make --jobs {{hw.concurrency}}
|
||||
|
|
|
@ -10,7 +10,7 @@ versions:
|
|||
- /\/"/
|
||||
|
||||
dependencies:
|
||||
python.org: 3.11
|
||||
python.org: ~3.11
|
||||
|
||||
build:
|
||||
script: |
|
||||
|
|
|
@ -12,7 +12,7 @@ build:
|
|||
gnu.org/bison: ^3
|
||||
cmake.org: ^3
|
||||
github.com/westes/flex: 2
|
||||
python.org: ^3
|
||||
python.org: '>=3<3.12'
|
||||
working-directory: build
|
||||
script: |
|
||||
cmake $ARGS -G "Unix Makefiles" ..
|
||||
|
|
|
@ -22,7 +22,7 @@ build:
|
|||
mesonbuild.com: '*'
|
||||
ninja-build.org: '*'
|
||||
freedesktop.org/pkg-config: '*'
|
||||
python.org: ^3.11
|
||||
python.org: ~3.11
|
||||
|
||||
working-directory: build
|
||||
script:
|
||||
|
|
|
@ -6,7 +6,7 @@ versions:
|
|||
github: pypa/flit/tags
|
||||
|
||||
dependencies:
|
||||
python.org: ^3
|
||||
python.org: '>=3<3.12'
|
||||
|
||||
build: python-venv.sh {{prefix}}/bin/flit
|
||||
|
||||
|
|
|
@ -17,7 +17,7 @@ build:
|
|||
mesonbuild.com: '*'
|
||||
ninja-build.org: '*'
|
||||
freedesktop.org/pkg-config: '*'
|
||||
python.org: ^3.11
|
||||
python.org: ~3.11
|
||||
gnome.org/libxslt: '*'
|
||||
script:
|
||||
- meson setup build $MESON_ARGS
|
||||
|
|
|
@ -44,7 +44,7 @@ provides:
|
|||
- bin/dbus-uuidgen
|
||||
test:
|
||||
dependencies:
|
||||
python.org: ^3.11
|
||||
python.org: ~3.11
|
||||
freedesktop.org/pkg-config: '*'
|
||||
script:
|
||||
- dbus-daemon --version | grep {{version}}
|
||||
|
|
|
@ -16,7 +16,7 @@ build:
|
|||
dependencies:
|
||||
freedesktop.org/pkg-config: ^0.29
|
||||
gnu.org/gperf: 3
|
||||
python.org: 3
|
||||
python.org: '>=3<3.12'
|
||||
script: |
|
||||
./configure --prefix={{ prefix }}
|
||||
make --jobs {{ hw.concurrency }} install RUN_FC_CACHE_TEST=false
|
||||
|
|
|
@ -8,7 +8,7 @@ versions:
|
|||
display-name: GPT Engineer
|
||||
|
||||
dependencies:
|
||||
python.org: ^3
|
||||
python.org: '>=3<3.12'
|
||||
tea.xyz: ^0
|
||||
|
||||
entrypoint: tea ./entrypoint.sh
|
||||
|
|
|
@ -14,7 +14,7 @@ build:
|
|||
gnu.org/make: '*'
|
||||
cmake.org: '*'
|
||||
freedesktop.org/pkg-config: '*'
|
||||
python.org: ^3.11
|
||||
python.org: ~3.11
|
||||
linux:
|
||||
x.org/xrandr: '*'
|
||||
script:
|
||||
|
|
|
@ -13,7 +13,7 @@ build:
|
|||
cmake.org: '*'
|
||||
linux/aarch64:
|
||||
llvm.org: <16 # otherwise we get an error from the arm_neon.h include
|
||||
python.org: ^3.11
|
||||
python.org: ~3.11
|
||||
script:
|
||||
# MBEDTLS_THREADING_PTHREAD - enable pthread mutexes
|
||||
# MBEDTLS_THREADING_C - allow use of mutexes within mbed TLS
|
||||
|
|
|
@ -9,7 +9,7 @@ versions:
|
|||
build:
|
||||
dependencies:
|
||||
cmake.org: ^3
|
||||
python.org: ^3
|
||||
python.org: '>=3<3.12'
|
||||
working-directory: build
|
||||
script: |
|
||||
cmake .. $ARGS
|
||||
|
@ -40,7 +40,7 @@ provides:
|
|||
test:
|
||||
dependencies:
|
||||
gnu.org/wget: '*'
|
||||
python.org: ^3.11
|
||||
python.org: ~3.11
|
||||
script: |
|
||||
wget https://raw.githubusercontent.com/Z3Prover/z3/master/examples/c/test_capi.c
|
||||
cc -lz3 test_capi.c
|
||||
|
|
|
@ -6,7 +6,7 @@ versions:
|
|||
github: adrienverge/yamllint/tags
|
||||
|
||||
dependencies:
|
||||
python.org: ^3.11
|
||||
python.org: ~3.11
|
||||
pyyaml.org: '*'
|
||||
|
||||
build: python-venv.sh {{prefix}}/bin/yamllint
|
||||
|
|
|
@ -15,7 +15,7 @@ build:
|
|||
mesonbuild.com: '*'
|
||||
ninja-build.org: '*'
|
||||
freedesktop.org/pkg-config: '*'
|
||||
python.org: ^3.1
|
||||
python.org: '>=3.1<3.12'
|
||||
working-directory: build
|
||||
script:
|
||||
- run: "sed -i'' -e 's|auto|no|g' $HOME/../meson_options.txt"
|
||||
|
|
|
@ -7,7 +7,7 @@ versions:
|
|||
|
||||
dependencies:
|
||||
docbook.org: '*'
|
||||
python.org: 3.11
|
||||
python.org: ~3.11
|
||||
gnu.org/source-highlight: '*'
|
||||
|
||||
build:
|
||||
|
|
|
@ -4,7 +4,7 @@ distributable:
|
|||
versions:
|
||||
github: aws-cloudformation/cfn-lint
|
||||
dependencies:
|
||||
python.org: ^3.11
|
||||
python.org: ~3.11
|
||||
pyyaml.org: '*'
|
||||
github.com/benjaminp/six: '*'
|
||||
build:
|
||||
|
|
|
@ -4,7 +4,7 @@ distributable:
|
|||
versions:
|
||||
github: benjaminp/six/tags
|
||||
dependencies:
|
||||
python.org: ^3.11
|
||||
python.org: ~3.11
|
||||
runtime:
|
||||
env:
|
||||
PYTHONPATH: "{{prefix}}/lib/python{{deps.python.org.version.marketing}}/site-packages/six-{{version}}-py{{deps.python.org.version.marketing}}.egg:$PYTHONPATH"
|
||||
|
|
|
@ -15,7 +15,7 @@ dependencies:
|
|||
build:
|
||||
dependencies:
|
||||
freedesktop.org/pkg-config: '*'
|
||||
python.org: '^3.11'
|
||||
python.org: ~3.11
|
||||
script: |
|
||||
./configure $ARGS
|
||||
make --jobs {{ hw.concurrency }}
|
||||
|
|
|
@ -17,7 +17,7 @@ provides:
|
|||
- bin/ttx
|
||||
|
||||
dependencies:
|
||||
python.org: '>=3.7 <3.11'
|
||||
python.org: '>=3.7<3.11'
|
||||
taku910.github.io/mecab: '*'
|
||||
|
||||
build:
|
||||
|
|
|
@ -8,7 +8,7 @@ runtime:
|
|||
env:
|
||||
PYTHONPATH: '{{prefix}}/lib/python{{deps.python.org.version.major}}/site-packages:$PYTHONPATH'
|
||||
dependencies:
|
||||
python.org: ^3.11
|
||||
python.org: ~3.11
|
||||
build:
|
||||
script:
|
||||
- python -m pip install --prefix={{prefix}} .
|
||||
|
|
|
@ -19,7 +19,7 @@ platforms:
|
|||
# Illegal instruction: 4 on darwin/x86-64
|
||||
|
||||
dependencies:
|
||||
python.org: ^3.11
|
||||
python.org: ~3.11
|
||||
tea.xyz: ^0 # the scripts use tea/cli
|
||||
|
||||
build:
|
||||
|
|
|
@ -21,7 +21,7 @@ dependencies:
|
|||
build:
|
||||
dependencies:
|
||||
cmake.org: '*'
|
||||
python.org: ^3.11
|
||||
python.org: ~3.11
|
||||
script: |
|
||||
cmake -S . -B build $ARGS
|
||||
cmake --build build
|
||||
|
|
|
@ -6,7 +6,7 @@ versions:
|
|||
github: lra/mackup/releases/tags
|
||||
|
||||
dependencies:
|
||||
python.org: ^3
|
||||
python.org: '>=3<3.12'
|
||||
|
||||
build:
|
||||
python-venv.sh {{prefix}}/bin/mackup
|
||||
|
|
|
@ -6,7 +6,7 @@ versions:
|
|||
github: mattrobenolt/jinja2-cli/tags
|
||||
|
||||
dependencies:
|
||||
python.org: '>=3.7'
|
||||
python.org: '>=3.7<3.12'
|
||||
|
||||
runtime:
|
||||
env:
|
||||
|
|
|
@ -7,7 +7,7 @@ versions:
|
|||
strip: /^v/
|
||||
|
||||
dependencies:
|
||||
python.org: ^3
|
||||
python.org: '>=3<3.12'
|
||||
|
||||
build:
|
||||
python-venv.sh {{prefix}}/bin/chatblade
|
||||
|
|
|
@ -6,7 +6,7 @@ versions:
|
|||
github: nvbn/thefuck/releases/tags
|
||||
|
||||
dependencies:
|
||||
python.org: '>=3.11'
|
||||
python.org: ~3.11
|
||||
|
||||
build:
|
||||
python-venv.sh {{prefix}}/bin/thefuck
|
||||
|
@ -16,7 +16,7 @@ provides:
|
|||
|
||||
test:
|
||||
dependencies:
|
||||
python.org: ^3
|
||||
python.org: '>=3<3.12'
|
||||
script: >
|
||||
thefuck -y ptyhon --version 2>&1 |
|
||||
grep -E '^The Fuck {{version.marketing}} using
|
||||
|
|
|
@ -10,7 +10,7 @@ platforms:
|
|||
- linux/x86-64
|
||||
|
||||
dependencies:
|
||||
python.org: ^3.11
|
||||
python.org: ~3.11
|
||||
|
||||
build:
|
||||
script: |
|
||||
|
|
|
@ -7,7 +7,7 @@ versions:
|
|||
strip: /^v/
|
||||
|
||||
dependencies:
|
||||
python.org: '>=3.7'
|
||||
python.org: '>=3.7<3.12'
|
||||
|
||||
build:
|
||||
script: |
|
||||
|
|
|
@ -6,7 +6,7 @@ versions:
|
|||
github: pypa/build/tags
|
||||
|
||||
dependencies:
|
||||
python.org: ^3
|
||||
python.org: '>=3<3.12'
|
||||
|
||||
build: python-venv.sh {{prefix}}/bin/pyproject-build
|
||||
|
||||
|
|
|
@ -7,7 +7,7 @@ versions:
|
|||
strip: /^v/
|
||||
|
||||
dependencies:
|
||||
python.org: '>=3.7'
|
||||
python.org: '>=3.7<3.12'
|
||||
|
||||
build:
|
||||
script: |
|
||||
|
|
|
@ -7,7 +7,7 @@ versions:
|
|||
strip: /^v/
|
||||
|
||||
dependencies:
|
||||
python.org: ^3
|
||||
python.org: '>=3<3.12'
|
||||
|
||||
build: python-venv.sh {{prefix}}/bin/pylsp
|
||||
|
||||
|
|
|
@ -4,7 +4,7 @@ distributable:
|
|||
versions:
|
||||
github: rrthomas/psutils
|
||||
dependencies:
|
||||
python.org: ^3.11
|
||||
python.org: ~3.11
|
||||
github.com/rrthomas/libpaper: '*'
|
||||
build:
|
||||
script:
|
||||
|
|
|
@ -7,7 +7,7 @@ versions:
|
|||
strip: /^v/
|
||||
|
||||
dependencies:
|
||||
python.org: '>=3.7'
|
||||
python.org: '>=3.7<3.12'
|
||||
|
||||
build:
|
||||
script:
|
||||
|
|
|
@ -18,7 +18,7 @@ build:
|
|||
mesonbuild.com: '*'
|
||||
ninja-build.org: '*'
|
||||
freedesktop.org/pkg-config: '*'
|
||||
python.org: ^3.11
|
||||
python.org: ~3.11
|
||||
script:
|
||||
- meson setup build $MESON_ARGS
|
||||
- meson compile -C build --verbose
|
||||
|
@ -34,6 +34,6 @@ build:
|
|||
- -Dpycairo=enabled
|
||||
test:
|
||||
dependencies:
|
||||
python.org: ^3.11
|
||||
python.org: ~3.11
|
||||
script:
|
||||
- python -c 'import gi; print(gi.__version__)' | grep {{version}}
|
||||
|
|
|
@ -18,7 +18,7 @@ build:
|
|||
ninja-build.org: 1
|
||||
freedesktop.org/pkg-config: ^0.29
|
||||
gnome.org/gobject-introspection: 1
|
||||
python.org: 3 #FIXME rq’d by gnome.org/gobject-introspection but should be added by tea-env
|
||||
python.org: '>=3<3.12' #FIXME rq’d by gnome.org/gobject-introspection but should be added by tea-env
|
||||
working-directory: build
|
||||
script: |
|
||||
if test {{ hw.platform }} == linux; then
|
||||
|
|
|
@ -23,7 +23,7 @@ build:
|
|||
mesonbuild.com: ^0.63
|
||||
ninja-build.org: 1
|
||||
freedesktop.org/pkg-config: ^0.29
|
||||
python.org: 3 #TODO ^3.5
|
||||
python.org: '>=3.5<3.12'
|
||||
script: |
|
||||
meson out $ARGS
|
||||
|
||||
|
|
|
@ -10,7 +10,7 @@ dependencies:
|
|||
gnome.org/glib: 2
|
||||
sourceware.org/libffi: 3
|
||||
gnu.org/bison: 3 #NOTE macOS provides v2
|
||||
python.org: 3
|
||||
python.org: '>=3<3.12'
|
||||
github.com/westes/flex: 2
|
||||
|
||||
build:
|
||||
|
|
|
@ -15,7 +15,7 @@ build:
|
|||
mesonbuild.com: '*'
|
||||
ninja-build.org: '*'
|
||||
freedesktop.org/pkg-config: '*'
|
||||
python.org: '^3.11'
|
||||
python.org: ~3.11
|
||||
script: |
|
||||
meson setup build $ARGS
|
||||
meson compile -C build --verbose
|
||||
|
|
|
@ -19,7 +19,7 @@ build:
|
|||
rust-lang.org: ^1.63
|
||||
freedesktop.org/pkg-config: ^0.29
|
||||
gnome.org/gobject-introspection: 1
|
||||
python.org: 3
|
||||
python.org: '>=3<3.12'
|
||||
script:
|
||||
- ./configure $ARGS
|
||||
- make --jobs {{hw.concurrency}} install
|
||||
|
|
|
@ -14,7 +14,7 @@ dependencies:
|
|||
|
||||
build:
|
||||
dependencies:
|
||||
python.org: ^3
|
||||
python.org: '>=3<3.12'
|
||||
freedesktop.org/pkg-config: ~0.29
|
||||
script: |
|
||||
./configure $ARGS
|
||||
|
@ -37,7 +37,7 @@ build:
|
|||
|
||||
test:
|
||||
dependencies:
|
||||
python.org: ^3
|
||||
python.org: '>=3<3.12'
|
||||
script: |
|
||||
cc `xml2-config --cflags --libs` test.c
|
||||
./a.out
|
||||
|
|
|
@ -23,7 +23,7 @@ build:
|
|||
ninja-build.org: 1
|
||||
freedesktop.org/pkg-config: ^0.29
|
||||
gnome.org/gobject-introspection: 1
|
||||
python.org: 3 #FIXME rq’d by gnome.org/gobject-introspection but should be added by tea-env
|
||||
python.org: '>=3<3.12' #FIXME rq’d by gnome.org/gobject-introspection but should be added by tea-env
|
||||
working-directory: build
|
||||
script: |
|
||||
meson .. $ARGS
|
||||
|
|
|
@ -9,7 +9,7 @@ versions:
|
|||
build:
|
||||
dependencies:
|
||||
cmake.org: ^3
|
||||
python.org: ^3
|
||||
python.org: '>=3<3.12'
|
||||
pip.pypa.io: '*'
|
||||
freedesktop.org/pkg-config: ~0.29
|
||||
working-directory: build
|
||||
|
@ -33,7 +33,7 @@ runtime:
|
|||
test:
|
||||
dependencies:
|
||||
gnu.org/wget: '*'
|
||||
python.org: ^3
|
||||
python.org: '>=3<3.12'
|
||||
script: |
|
||||
wget https://raw.githubusercontent.com/google/sentencepiece/master/data/botchan.txt
|
||||
spm_train --input=botchan.txt --model_prefix=m --vocab_size=1000
|
||||
|
|
|
@ -18,7 +18,7 @@ build:
|
|||
ninja-build.org: 1
|
||||
freedesktop.org/pkg-config: ^0.29
|
||||
gnome.org/gobject-introspection: 1
|
||||
python.org: 3 #FIXME rq’d by gnome.org/gobject-introspection but should be added by tea-env
|
||||
python.org: '>=3<3.12' #FIXME rq’d by gnome.org/gobject-introspection but should be added by tea-env
|
||||
working-directory: build
|
||||
script: |
|
||||
meson .. $ARGS
|
||||
|
@ -50,8 +50,7 @@ test:
|
|||
test $out = '[gid0=0+500|gid0=0+500|gid0=2+500|gid0=2+500|gid0=4+500|gid0=4+500]'
|
||||
env:
|
||||
FIXTURE: https://github.com/harfbuzz/harfbuzz/raw/fc0daafab0336b847ac14682e581a8838f36a0bf/test/shaping/fonts/sha1sum/270b89df543a7e48e206a2d830c0e10e5265c630.ttf
|
||||
receipt:
|
||||
build/meson-logs/meson-log.txt
|
||||
receipt: build/meson-logs/meson-log.txt
|
||||
|
||||
provides:
|
||||
- bin/hb-ot-shape-closure
|
||||
|
|
|
@ -36,7 +36,7 @@ build:
|
|||
curl.se: '*'
|
||||
gnu.org/m4: '*'
|
||||
git-scm.org: ^2
|
||||
python.org: ^3
|
||||
python.org: '>=3<3.12'
|
||||
gnu.org/patch: '*'
|
||||
linux:
|
||||
github.com/numactl/numactl: ^2 # ghcup needs this
|
||||
|
|
|
@ -8,7 +8,7 @@ versions:
|
|||
ignore: /^hatchling-/
|
||||
|
||||
dependencies:
|
||||
python.org: ^3
|
||||
python.org: '>=3<3.12'
|
||||
|
||||
build: python-venv.sh {{prefix}}/bin/hatch
|
||||
|
||||
|
|
|
@ -6,7 +6,7 @@ versions:
|
|||
github: httpie/httpie/releases/tags
|
||||
|
||||
dependencies:
|
||||
python.org: ^3
|
||||
python.org: '>=3<3.12'
|
||||
|
||||
build: |
|
||||
python-venv.sh {{prefix}}/bin/http
|
||||
|
|
|
@ -10,7 +10,7 @@ provides:
|
|||
- bin/ipython3
|
||||
|
||||
dependencies:
|
||||
python.org: '>=3.7'
|
||||
python.org: '>=3.7<3.12'
|
||||
|
||||
build:
|
||||
script: |
|
||||
|
|
|
@ -11,7 +11,7 @@ versions:
|
|||
|
||||
dependencies:
|
||||
gnome.org/libxml2: '*'
|
||||
python.org: =3.11
|
||||
python.org: ~3.11
|
||||
|
||||
build:
|
||||
script:
|
||||
|
|
|
@ -34,7 +34,7 @@ provides:
|
|||
- bin/jupyter-trust
|
||||
|
||||
dependencies:
|
||||
python.org: '>=3.7'
|
||||
python.org: '>=3.7<3.12'
|
||||
|
||||
build:
|
||||
script: |
|
||||
|
|
|
@ -7,7 +7,7 @@ versions:
|
|||
- 0.0.0
|
||||
|
||||
dependencies:
|
||||
python.org: 3
|
||||
python.org: '>=3<3.12'
|
||||
|
||||
build: python-venv.sh {{prefix}}/bin/keep
|
||||
|
||||
|
|
|
@ -6,7 +6,7 @@ versions:
|
|||
build:
|
||||
dependencies:
|
||||
cmake.org: '*'
|
||||
python.org: ^3.11
|
||||
python.org: ~3.11
|
||||
script:
|
||||
- cmake -S . -B build $ARGS
|
||||
- cmake --build build
|
||||
|
|
|
@ -10,7 +10,7 @@ build:
|
|||
dependencies:
|
||||
gnu.org/make: '*'
|
||||
cmake.org: '*'
|
||||
python.org: ^3.11
|
||||
python.org: ~3.11
|
||||
script:
|
||||
- cmake -S . -B build $ARGS
|
||||
- cmake --build build
|
||||
|
|
|
@ -6,7 +6,7 @@ versions:
|
|||
github: simonw/llm
|
||||
|
||||
dependencies:
|
||||
python.org: ^3.11
|
||||
python.org: ~3.11
|
||||
|
||||
build:
|
||||
python-venv.sh {{prefix}}/bin/llm
|
||||
|
|
|
@ -8,7 +8,7 @@ versions:
|
|||
dependencies:
|
||||
gnome.org/libxml2: '*'
|
||||
invisible-island.net/ncurses: '*'
|
||||
python.org: '*'
|
||||
python.org: '<3.12'
|
||||
zlib.net: '*'
|
||||
build:
|
||||
dependencies:
|
||||
|
|
|
@ -18,7 +18,7 @@ build:
|
|||
dependencies:
|
||||
cmake.org: 3
|
||||
ninja-build.org: 1
|
||||
python.org: 3
|
||||
python.org: '>=3<3.12'
|
||||
crates.io/semverator: '*'
|
||||
working-directory: build
|
||||
script:
|
||||
|
|
|
@ -15,7 +15,7 @@ dependencies:
|
|||
cscope.sourceforge.io: '*'
|
||||
invisible-island.net/ncurses: '*'
|
||||
lua.org: '*'
|
||||
python.org: ^3.11
|
||||
python.org: ~3.11
|
||||
ruby-lang.org: '*'
|
||||
libsodium.org: '*'
|
||||
gnu.org/gettext: '*'
|
||||
|
|
|
@ -6,7 +6,7 @@ versions:
|
|||
strip:
|
||||
- /rel_/
|
||||
dependencies:
|
||||
python.org: ^3.11
|
||||
python.org: ~3.11
|
||||
runtime:
|
||||
env:
|
||||
PYTHONPATH: "{{prefix}}/venv/lib/python3.11/site-packages:$PYTHONPATH"
|
||||
|
|
|
@ -4,7 +4,7 @@ distributable:
|
|||
versions:
|
||||
github: pallets/markupsafe
|
||||
dependencies:
|
||||
python.org: ^3.11
|
||||
python.org: ~3.11
|
||||
runtime:
|
||||
env:
|
||||
PYTHONPATH: "{{prefix}}/lib/python{{deps.python.org.version.marketing}}/site-packages:$PYTHONPATH"
|
||||
|
|
|
@ -8,7 +8,7 @@ versions:
|
|||
- /^mercurial-/
|
||||
- /\.tar\.gz/
|
||||
dependencies:
|
||||
python.org: ^3.11
|
||||
python.org: ~3.11
|
||||
build:
|
||||
dependencies:
|
||||
gnu.org/make: '*'
|
||||
|
|
|
@ -6,7 +6,7 @@ versions:
|
|||
github: mesonbuild/meson/tags
|
||||
|
||||
dependencies:
|
||||
python.org: ^3
|
||||
python.org: '>=3<3.12'
|
||||
|
||||
build:
|
||||
python-venv.sh "{{prefix}}/bin/meson"
|
||||
|
|
|
@ -9,7 +9,7 @@ versions:
|
|||
|
||||
dependencies:
|
||||
openssl.org: 1.1
|
||||
python.org: ^3.10
|
||||
python.org: '>=3.10<3.12'
|
||||
sourceware.org/libffi: '*'
|
||||
|
||||
build:
|
||||
|
|
|
@ -4,7 +4,7 @@ distributable:
|
|||
versions:
|
||||
github: mitmproxy/mitmproxy
|
||||
dependencies:
|
||||
python.org: ^3.11
|
||||
python.org: ~3.11
|
||||
build:
|
||||
script:
|
||||
- python-venv.sh {{prefix}}/bin/mitmproxy
|
||||
|
|
|
@ -6,7 +6,7 @@ versions:
|
|||
github: python/mypy/tags
|
||||
|
||||
dependencies:
|
||||
python.org: ^3
|
||||
python.org: '>=3<3.12'
|
||||
|
||||
build:
|
||||
env:
|
||||
|
|
|
@ -25,7 +25,7 @@ build:
|
|||
# otherwise, we hit https://reviews.llvm.org/D131307
|
||||
linux:
|
||||
llvm.org: '<16'
|
||||
python.org: '>=3.7 <3.11'
|
||||
python.org: '>=3.7<3.11'
|
||||
freedesktop.org/pkg-config: ^0.29
|
||||
script: |
|
||||
./configure $ARGS
|
||||
|
|
|
@ -7,7 +7,7 @@ versions:
|
|||
strip: /^v/
|
||||
|
||||
dependencies:
|
||||
python.org: ^3
|
||||
python.org: '>=3<3.12'
|
||||
|
||||
build:
|
||||
python-venv.sh {{prefix}}/bin/openai
|
||||
|
|
|
@ -10,7 +10,7 @@ versions:
|
|||
|
||||
dependencies:
|
||||
linux:
|
||||
python.org: ^3.11
|
||||
python.org: ~3.11
|
||||
perl.org: '*'
|
||||
|
||||
build:
|
||||
|
|
|
@ -12,7 +12,7 @@ provides:
|
|||
- bin/daff
|
||||
|
||||
dependencies:
|
||||
python.org: '^3.7'
|
||||
python.org: '>=3.7<3.12'
|
||||
|
||||
build:
|
||||
script: |
|
||||
|
|
|
@ -7,7 +7,7 @@ versions:
|
|||
strip: /^v/
|
||||
|
||||
dependencies:
|
||||
python.org: ^3
|
||||
python.org: '>=3<3.12'
|
||||
|
||||
build: python-venv.sh {{prefix}}/bin/pdm
|
||||
|
||||
|
|
|
@ -10,12 +10,12 @@ dependencies:
|
|||
tea.xyz: ^0
|
||||
|
||||
companions:
|
||||
python.org: ^3.7
|
||||
python.org: '>=3.7<3.12'
|
||||
pip.pypa.io: '*'
|
||||
|
||||
build:
|
||||
dependencies:
|
||||
python.org: ^3.7
|
||||
python.org: '>=3.7<3.12'
|
||||
crates.io/semverator: '*'
|
||||
script:
|
||||
- python-venv.sh {{prefix}}/bin/pipenv
|
||||
|
|
|
@ -7,7 +7,7 @@ versions:
|
|||
strip: /^v/
|
||||
|
||||
dependencies:
|
||||
python.org: '>=3.8'
|
||||
python.org: '>=3.8<3.12'
|
||||
|
||||
build:
|
||||
python-venv.sh {{prefix}}/bin/pre-commit
|
||||
|
|
|
@ -6,7 +6,7 @@ versions:
|
|||
github: pygments/pygments/tags
|
||||
|
||||
dependencies:
|
||||
python.org: 3.11
|
||||
python.org: ~3.11
|
||||
|
||||
build:
|
||||
script: |
|
||||
|
|
|
@ -6,7 +6,7 @@ versions:
|
|||
github: pypa/pipx
|
||||
|
||||
dependencies:
|
||||
python.org: 3
|
||||
python.org: '>=3<3.12'
|
||||
|
||||
build:
|
||||
python-venv.sh "{{prefix}}"/bin/pipx
|
||||
|
|
|
@ -6,7 +6,7 @@ versions:
|
|||
github: pytest-dev/pytest/releases/tags
|
||||
|
||||
dependencies:
|
||||
python.org: '>=3.7'
|
||||
python.org: '>=3.7<3.12'
|
||||
|
||||
build:
|
||||
python-venv.sh {{prefix}}/bin/pytest
|
||||
|
|
|
@ -6,7 +6,7 @@ versions:
|
|||
github: python-poetry/poetry
|
||||
|
||||
dependencies:
|
||||
python.org: 3
|
||||
python.org: '>=3<3.12'
|
||||
|
||||
build:
|
||||
dependencies:
|
||||
|
|
|
@ -9,7 +9,7 @@ runtime:
|
|||
build:
|
||||
dependencies:
|
||||
flit.pypa.io: '*'
|
||||
python.org: ^3.11
|
||||
python.org: ~3.11
|
||||
script:
|
||||
- flit build --format wheel
|
||||
- python -m pip install --prefix={{prefix}} dist/typing_extensions-*.whl
|
||||
|
@ -19,7 +19,7 @@ build:
|
|||
working-directory: "{{prefix}}/lib"
|
||||
test:
|
||||
dependencies:
|
||||
python.org: ^3.11
|
||||
python.org: ~3.11
|
||||
mypy-lang.org: '*'
|
||||
script:
|
||||
- python -c "import typing_extensions"
|
||||
|
|
|
@ -10,7 +10,7 @@ runtime:
|
|||
env:
|
||||
PYTHONPATH: "{{prefix}}/venv/lib/python{{deps.python.org.version.marketing}}/site-packages:$PYTHONPATH"
|
||||
dependencies:
|
||||
python.org: ^3.11
|
||||
python.org: ~3.11
|
||||
riverbankcomputing.com/sip: '*'
|
||||
linux:
|
||||
build:
|
||||
|
|
|
@ -7,7 +7,7 @@ versions:
|
|||
strip:
|
||||
- /^rev\//
|
||||
dependencies:
|
||||
python.org: ^3.11
|
||||
python.org: ~3.11
|
||||
linux:
|
||||
build:
|
||||
script:
|
||||
|
|
|
@ -40,7 +40,7 @@ build:
|
|||
dependencies:
|
||||
cmake.org: ^3.20
|
||||
ninja-build.org: ^1.10
|
||||
python.org: 3
|
||||
python.org: '>=3<3.12'
|
||||
openssl.org: '*' # needed to build openssl-sys
|
||||
freedesktop.org/pkg-config: ^0.29
|
||||
crates.io/semverator: 0
|
||||
|
|
|
@ -7,7 +7,7 @@ versions:
|
|||
strip: /^v/
|
||||
|
||||
dependencies:
|
||||
python.org: ^3
|
||||
python.org: '>=3<3.12'
|
||||
|
||||
build:
|
||||
python-venv.sh {{prefix}}/bin/s3cmd
|
||||
|
|
|
@ -10,7 +10,7 @@ platforms: linux
|
|||
build:
|
||||
dependencies:
|
||||
git-scm.org: '*'
|
||||
python.org: ^3
|
||||
python.org: '>=3<3.12'
|
||||
script: |
|
||||
# Set the version
|
||||
sed -i.bak -e 's/^VERSION=.*/VERSION={{ version }}/' tools/update-version
|
||||
|
|
|
@ -6,7 +6,7 @@ versions:
|
|||
github: sphinx-doc/sphinx
|
||||
|
||||
dependencies:
|
||||
python.org: ^3.8
|
||||
python.org: '>=3.8<3.12'
|
||||
|
||||
build: |
|
||||
python-venv.sh {{prefix}}/bin/sphinx-build
|
||||
|
|
|
@ -6,7 +6,7 @@ versions:
|
|||
github: sqlfluff/sqlfluff
|
||||
|
||||
dependencies:
|
||||
python.org: ">=3.7"
|
||||
python.org: '>=3.7<3.12'
|
||||
|
||||
build:
|
||||
script: |
|
||||
|
|
|
@ -38,7 +38,7 @@ build:
|
|||
mesonbuild.com: '*'
|
||||
ninja-build.org: '*'
|
||||
freedesktop.org/pkg-config: '*'
|
||||
python.org: ^3
|
||||
python.org: '>=3<3.12'
|
||||
rsync.samba.org: '*'
|
||||
script:
|
||||
- meson setup $ARGS build
|
||||
|
|
|
@ -11,7 +11,7 @@ provides:
|
|||
- bin/vi
|
||||
|
||||
dependencies:
|
||||
python.org: '~3.11'
|
||||
python.org: ~3.11
|
||||
lua.org: '>=5.4'
|
||||
invisible-island.net/ncurses: '>=6.3'
|
||||
perl.org: '>=5.36'
|
||||
|
|
|
@ -7,7 +7,7 @@ versions:
|
|||
strip: /^v/
|
||||
|
||||
dependencies:
|
||||
python.org: '>=3.7'
|
||||
python.org: '>=3.7<3.12'
|
||||
|
||||
build:
|
||||
python-venv.sh {{prefix}}/bin/virtualenv
|
||||
|
|
|
@ -11,7 +11,7 @@ build:
|
|||
mesonbuild.com: '*'
|
||||
ninja-build.org: '*'
|
||||
freedesktop.org/pkg-config: '*'
|
||||
python.org: ^3.11
|
||||
python.org: ~3.11
|
||||
wayland.freedesktop.org: '*'
|
||||
working-directory: build
|
||||
script:
|
||||
|
|
|
@ -11,7 +11,7 @@ versions:
|
|||
|
||||
build:
|
||||
dependencies:
|
||||
python.org: ^3.11
|
||||
python.org: ~3.11
|
||||
freedesktop.org/pkg-config: ~0.29
|
||||
script: |
|
||||
./configure \
|
||||
|
@ -29,7 +29,7 @@ runtime:
|
|||
test:
|
||||
dependencies:
|
||||
freedesktop.org/pkg-config: ~0.29
|
||||
python.org: ^3.11
|
||||
python.org: ~3.11
|
||||
script: |
|
||||
pkg-config --variable=xcbincludedir xcb-proto
|
||||
|
||||
|
|
|
@ -16,7 +16,7 @@ dependencies:
|
|||
build:
|
||||
dependencies:
|
||||
freedesktop.org/pkg-config: ^0.29
|
||||
python.org: ^3.11
|
||||
python.org: ~3.11
|
||||
x.org/protocol/xcb: ^1
|
||||
gnu.org/patch: '*'
|
||||
script:
|
||||
|
|
|
@ -10,7 +10,7 @@ versions:
|
|||
#strip: /^youtube-dl /
|
||||
|
||||
dependencies:
|
||||
python.org: 3
|
||||
python.org: '>=3<3.12'
|
||||
|
||||
build:
|
||||
python-venv.sh {{prefix}}/bin/youtube-dl
|
||||
|
|
Some files were not shown because too many files have changed in this diff Show more
Loading…
Reference in a new issue