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

cpython: migrate to Conan v2 #20960

Closed
wants to merge 14 commits into from
101 changes: 43 additions & 58 deletions recipes/cpython/all/conandata.yml
Original file line number Diff line number Diff line change
@@ -1,72 +1,57 @@
sources:
# "3.10.13":

Check failure on line 2 in recipes/cpython/all/conandata.yml

View workflow job for this annotation

GitHub Actions / Lint changed files (YAML files)

comment not indented like content
# url: "https://www.python.org/ftp/python/3.10.13/Python-3.10.13.tgz"
# sha256: "698ec55234c1363bd813b460ed53b0f108877c7a133d48bde9a50a1eb57b7e65"
"3.10.0":
url: "https://www.python.org/ftp/python/3.10.0/Python-3.10.0.tgz"
sha256: "c4e0cbad57c90690cb813fb4663ef670b4d0f587d8171e2c42bd4c9245bd2758"
"3.9.7":
url: "https://www.python.org/ftp/python/3.9.7/Python-3.9.7.tgz"
sha256: "a838d3f9360d157040142b715db34f0218e535333696a5569dc6f854604eb9d1"
"3.8.12":
url: "https://www.python.org/ftp/python/3.8.12/Python-3.8.12.tgz"
sha256: "316aa33f3b7707d041e73f246efedb297a70898c4b91f127f66dc8d80c596f1a"
"3.7.12":
url: "https://www.python.org/ftp/python/3.7.12/Python-3.7.12.tgz"
sha256: "33b4daaf831be19219659466d12645f87ecec6eb21d4d9f9711018a7b66cce46"
# "3.9.18":

Check failure on line 8 in recipes/cpython/all/conandata.yml

View workflow job for this annotation

GitHub Actions / Lint changed files (YAML files)

comment not indented like content
# url: "https://www.python.org/ftp/python/3.9.18/Python-3.9.18.tgz"
# sha256: "504ce8cfd59addc04c22f590377c6be454ae7406cb1ebf6f5a350149225a9354"
# "3.8.18":
# url: "https://www.python.org/ftp/python/3.8.18/Python-3.8.18.tgz"
# sha256: "7c5df68bab1be81a52dea0cc2e2705ea00553b67107a301188383d7b57320b16"
"3.7.17":
url: "https://www.python.org/ftp/python/3.7.17/Python-3.7.17.tgz"
sha256: "fd50161bc2a04f4c22a0971ff0f3856d98b4bf294f89740a9f06b520aae63b49"
"2.7.18":
url: "https://www.python.org/ftp/python/2.7.18/Python-2.7.18.tgz"
sha256: "da3080e3b488f648a3d7a4560ddee895284c3380b11d6de75edb986526b9a814"
patches:
"3.10.13":
- patch_file: "patches/3.10/3.10.0-0001-msvc.patch"
- patch_file: "patches/3.9/3.9.7-0002-_msi-vcxproj.patch"
- patch_file: "patches/3.10/3.10.0-0003-_ctypes-ffi.patch"
- patch_file: "patches/3.10/3.10.0-0004-setup.py-pass-CFLAGS-CPPFLAGS.patch"
- patch_file: "patches/3.10/3.10.0-0005-disable-macos-tcltk.patch"
- patch_file: "patches/3.x-0001-relocatable-python-config.patch"
"3.10.0":
- patch_file: "patches/3.10.0-0001-msvc.patch"
base_path: "source_subfolder"
- patch_file: "patches/3.9.7-0002-_msi-vcxproj.patch"
base_path: "source_subfolder"
- patch_file: "patches/3.10.0-0003-_ctypes-ffi.patch"
base_path: "source_subfolder"
- patch_file: "patches/3.10.0-0004-setup.py-pass-CFLAGS-CPPFLAGS.patch"
base_path: "source_subfolder"
- patch_file: "patches/3.10.0-0005-disable-macos-tcltk.patch"
base_path: "source_subfolder"
- patch_file: "patches/3.10/3.10.0-0001-msvc.patch"
- patch_file: "patches/3.9/3.9.7-0002-_msi-vcxproj.patch"
- patch_file: "patches/3.10/3.10.0-0003-_ctypes-ffi.patch"
- patch_file: "patches/3.10/3.10.0-0004-setup.py-pass-CFLAGS-CPPFLAGS.patch"
- patch_file: "patches/3.10/3.10.0-0005-disable-macos-tcltk.patch"
- patch_file: "patches/3.x-0001-relocatable-python-config.patch"
base_path: "source_subfolder"
"3.9.7":
- patch_file: "patches/3.9.7-0001-msvc.patch"
base_path: "source_subfolder"
- patch_file: "patches/3.9.7-0002-_msi-vcxproj.patch"
base_path: "source_subfolder"
- patch_file: "patches/3.9.7-0003-_ctypes-ffi.patch"
base_path: "source_subfolder"
- patch_file: "patches/3.9.7-0004-setup.py-pass-CFLAGS-CPPFLAGS.patch"
base_path: "source_subfolder"
- patch_file: "patches/3.9.7-0005-disable-macos-tcltk.patch"
base_path: "source_subfolder"
"3.9.18":
- patch_file: "patches/3.9/3.9.7-0001-msvc.patch"
- patch_file: "patches/3.9/3.9.7-0002-_msi-vcxproj.patch"
- patch_file: "patches/3.9/3.9.7-0003-_ctypes-ffi.patch"
- patch_file: "patches/3.9/3.9.7-0004-setup.py-pass-CFLAGS-CPPFLAGS.patch"
- patch_file: "patches/3.9/3.9.7-0005-disable-macos-tcltk.patch"
- patch_file: "patches/3.x-0001-relocatable-python-config.patch"
base_path: "source_subfolder"
"3.8.12":
- patch_file: "patches/3.8.12-0001-msvc.patch"
base_path: "source_subfolder"
- patch_file: "patches/3.8.12-0002-_ctypes-ffi.patch"
base_path: "source_subfolder"
- patch_file: "patches/3.8.12-0003-setup.py-pass-CFLAGS-CPPFLAGS.patch"
base_path: "source_subfolder"
- patch_file: "patches/3.8.12-0004-disable-macos-tcltk.patch"
base_path: "source_subfolder"
"3.8.18":
- patch_file: "patches/3.8/3.8.12-0001-msvc.patch"
- patch_file: "patches/3.8/3.8.12-0002-_ctypes-ffi.patch"
- patch_file: "patches/3.8/3.8.12-0003-setup.py-pass-CFLAGS-CPPFLAGS.patch"
- patch_file: "patches/3.8/3.8.12-0004-disable-macos-tcltk.patch"
- patch_file: "patches/3.x-0001-relocatable-python-config.patch"
base_path: "source_subfolder"
"3.7.12":
- patch_file: "patches/3.7.9-0001-msvc.patch"
base_path: "source_subfolder"
- patch_file: "patches/3.7.9-0002-setup.py-pass-CFLAGS-CPPFLAGS.patch"
base_path: "source_subfolder"
- patch_file: "patches/3.7.9-0003-disable-macos-tcltk.patch"
base_path: "source_subfolder"
"3.7.17":
- patch_file: "patches/3.7/3.7.9-0001-msvc.patch"
- patch_file: "patches/3.7/3.7.9-0002-setup.py-pass-CFLAGS-CPPFLAGS.patch"
- patch_file: "patches/3.7/3.7.9-0003-disable-macos-tcltk.patch"
- patch_file: "patches/3.x-0001-relocatable-python-config.patch"
base_path: "source_subfolder"
"2.7.18":
- patch_file: "patches/2.7.18-0001-msvc.patch"
base_path: "source_subfolder"
- patch_file: "patches/2.7.18-0002-add-support-msvc-14.patch"
base_path: "source_subfolder"
- patch_file: "patches/2.7.18-0003-msvc-fix-static.patch"
base_path: "source_subfolder"
- patch_file: "patches/2.7.18-0004-disable-macos-tcltk.patch"
base_path: "source_subfolder"
- patch_file: "patches/2.7/2.7.18-0001-msvc.patch"
- patch_file: "patches/2.7/2.7.18-0002-add-support-msvc-14.patch"
- patch_file: "patches/2.7/2.7.18-0003-msvc-fix-static.patch"
- patch_file: "patches/2.7/2.7.18-0004-disable-macos-tcltk.patch"
Loading
Loading