12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152 |
- [venv.sentry]
- python = 3.11.9
- path = .venv
- requirements = requirements-dev.txt
- editable =
- .
- # sourced by direnv
- # bins =
- [venv.getsentry]
- python = 3.11.9
- # technically these are conflicting paths but getsentry is special
- # and would rather keep devenv config symlinked
- path = .venv
- editable = .
- # ideally requirements-getsentry-overrides.txt is compiled into here
- # but we'll just install it during sync as it's rarely populated
- requirements = sentry-requirements-dev-frozen.txt
- [python3.11.9]
- darwin_x86_64 = https://github.com/indygreg/python-build-standalone/releases/download/20240415/cpython-3.11.9+20240415-x86_64-apple-darwin-install_only.tar.gz
- darwin_x86_64_sha256 = 9afd734f63a23783cf0257bef25c9231ffc80e7747486dc54cf72f325213fd15
- darwin_arm64 = https://github.com/indygreg/python-build-standalone/releases/download/20240415/cpython-3.11.9+20240415-aarch64-apple-darwin-install_only.tar.gz
- darwin_arm64_sha256 = 7af7058f7c268b4d87ed7e08c2c7844ef8460863b3e679db3afdce8bb1eedfae
- linux_x86_64 = https://github.com/indygreg/python-build-standalone/releases/download/20240415/cpython-3.11.9+20240415-x86_64-unknown-linux-gnu-install_only.tar.gz
- linux_x86_64_sha256 = 78b1c16a9fd032997ba92a60f46a64f795cd18ff335659dfdf6096df277b24d5
- linux_arm64 = https://github.com/indygreg/python-build-standalone/releases/download/20240415/cpython-3.11.9+20240415-aarch64-unknown-linux-gnu-install_only.tar.gz
- linux_arm64_sha256 = b3a7199ac2615d75fb906e5ba556432efcf24baf8651fc70370d9f052d4069ee
- [colima]
- darwin_x86_64 = https://github.com/abiosoft/colima/releases/download/v0.6.6/colima-Darwin-x86_64
- darwin_x86_64_sha256 = 84e72678945aacba5805fe363f6c7c87dc73e05cbbfdfc09f9b57cedf110865d
- darwin_arm64 = https://github.com/abiosoft/colima/releases/download/v0.6.6/colima-Darwin-arm64
- darwin_arm64_sha256 = b2729edcf99470071240ab6986349346211e25944a5dc317bba8fa27ed0f25e5
- linux_x86_64 = https://github.com/abiosoft/colima/releases/download/v0.6.6/colima-Linux-x86_64
- linux_x86_64_sha256 = bf9e370c4bacbbebdfaa46de04d0e01fe2649a8e366f282cf35ae7dd84559a25
- linux_arm64 = https://github.com/abiosoft/colima/releases/download/v0.6.6/colima-Linux-aarch64
- linux_arm64_sha256 = 6ecba675e90d154f22e20200fa5684f20ad1495b73c0462f1bd7da4e9d0beaf8
- # used for autoupdate
- version = v0.6.6
- # kept here only for compatibility with older `devenv`
- [python]
- version = 3.11.9
- darwin_x86_64 = https://github.com/indygreg/python-build-standalone/releases/download/20240415/cpython-3.11.9+20240415-x86_64-apple-darwin-install_only.tar.gz
- darwin_x86_64_sha256 = 9afd734f63a23783cf0257bef25c9231ffc80e7747486dc54cf72f325213fd15
- darwin_arm64 = https://github.com/indygreg/python-build-standalone/releases/download/20240415/cpython-3.11.9+20240415-aarch64-apple-darwin-install_only.tar.gz
- darwin_arm64_sha256 = 7af7058f7c268b4d87ed7e08c2c7844ef8460863b3e679db3afdce8bb1eedfae
- linux_x86_64 = https://github.com/indygreg/python-build-standalone/releases/download/20240415/cpython-3.11.9+20240415-x86_64-unknown-linux-gnu-install_only.tar.gz
- linux_x86_64_sha256 = 78b1c16a9fd032997ba92a60f46a64f795cd18ff335659dfdf6096df277b24d5
- linux_arm64 = https://github.com/indygreg/python-build-standalone/releases/download/20240415/cpython-3.11.9+20240415-aarch64-unknown-linux-gnu-install_only.tar.gz
- linux_arm64_sha256 = b3a7199ac2615d75fb906e5ba556432efcf24baf8651fc70370d9f052d4069ee
|