From db843855b7636aad7a3fe6a66dcf749f8cbf3841 Mon Sep 17 00:00:00 2001 From: Aoran Zeng Date: Wed, 18 Dec 2024 20:22:30 +0800 Subject: [PATCH] Update `Python` upstream --- src/recipe/lang/Python/common.h | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/src/recipe/lang/Python/common.h b/src/recipe/lang/Python/common.h index 7d87835..9fac23f 100644 --- a/src/recipe/lang/Python/common.h +++ b/src/recipe/lang/Python/common.h @@ -4,14 +4,15 @@ * File Authors : Aoran Zeng * Contributors : yongxiang <1926885268@qq.com> * | happy game + * | * Created On : <2023-09-03> * Major Revision : 1 * Last Modified : <2024-12-11> * ------------------------------------------------------------*/ -static SourceProvider_t UpstreamPython = +static SourceProvider_t pl_python_pypi_upstream = { - "upstream", "PyPI", "上游默认源 PyPI", "https://pypi.org/", + "upstream", "Upstream", "上游默认源", "https://pypi.org/", {NotSkip, NA, NA, "https://files.pythonhosted.org/packages/56/e4/55aaac2b15af4dad079e5af329a79d961e5206589d0e02b1e8da221472ed/tensorflow-2.18.0-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl"} // 260MB }; @@ -21,7 +22,7 @@ static SourceProvider_t UpstreamPython = */ static Source_t pl_python_sources[] = { - {&UpstreamPython, "https://pypi.org/simple"}, + {&pl_python_pypi_upstream , "https://pypi.org/simple"}, {&Bfsu, "https://mirrors.bfsu.edu.cn/pypi/web/simple"}, {&Lzuoss, "https://mirror.lzu.edu.cn/pypi/web/simple"}, {&Jlu, "https://mirrors.jlu.edu.cn/pypi/web/simple"},