Skip to content

Commit 14be64f

Browse files
Mikachu2333ccmywish
authored andcommitted
update comments
1 parent e8d1890 commit 14be64f

File tree

1 file changed

+14
-13
lines changed

1 file changed

+14
-13
lines changed

src/recipe/lang/Python/common.h

Lines changed: 14 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -43,19 +43,20 @@ pl_python_group_prelude (void)
4343

4444

4545
def_sources_begin()
46-
{&UpstreamProvider, "https://pypi.org/simple", FeedByPrelude},
47-
{&MirrorZ, "https://mirrors.cernet.edu.cn/pypi/web/simple",FeedByPrelude},
48-
{&Bfsu, "https://mirrors.bfsu.edu.cn/pypi/web/simple", FeedByPrelude},
49-
/* 不要添加Zju,浙大的PyPI服务在校外访问会自动转向Tuna */
50-
{&Lzuoss, "https://mirror.lzu.edu.cn/pypi/web/simple",FeedByPrelude},
51-
// 2025-09-29 此源已于 2025-04-06 停用
52-
// {&Jlu, "https://mirrors.jlu.edu.cn/pypi/web/simple",FeedByPrelude},
53-
{&Sjtug_Zhiyuan, "https://mirror.sjtu.edu.cn/pypi-packages",FeedByPrelude},
54-
{&Tuna, "https://pypi.tuna.tsinghua.edu.cn/simple", FeedByPrelude},
55-
{&Ali, "https://mirrors.aliyun.com/pypi/simple", FeedByPrelude},
56-
{&Nju, "https://mirror.nju.edu.cn/pypi/web/simple",FeedByPrelude},
57-
{&Pku, "https://mirrors.pku.edu.cn/pypi/web/simple",FeedByPrelude},
58-
{&Tencent, "https://mirrors.cloud.tencent.com/pypi/simple",FeedByPrelude},
46+
{&UpstreamProvider, "https://pypi.org/simple", FeedByPrelude},
47+
{&MirrorZ, "https://mirrors.cernet.edu.cn/pypi/web/simple", FeedByPrelude},
48+
{&Bfsu, "https://mirrors.bfsu.edu.cn/pypi/web/simple", FeedByPrelude},
49+
// 不要添加Zju,浙大的PyPI服务在校外访问会自动转向Tuna
50+
{&Lzuoss, "https://mirror.lzu.edu.cn/pypi/web/simple", FeedByPrelude},
51+
// 2025-09-29 此源已停用
52+
// @ref https://mirrors.jlu.edu.cn/_news/#2025-04-06-pypi-repo-down
53+
// {&Jlu, "https://mirrors.jlu.edu.cn/pypi/web/simple", FeedByPrelude},
54+
{&Sjtug_Siyuan, "https://mirror.sjtu.edu.cn/pypi-packages", FeedByPrelude},
55+
{&Tuna, "https://pypi.tuna.tsinghua.edu.cn/simple", FeedByPrelude},
56+
{&Ali, "https://mirrors.aliyun.com/pypi/simple", FeedByPrelude},
57+
{&Nju, "https://mirror.nju.edu.cn/pypi/web/simple", FeedByPrelude},
58+
{&Pku, "https://mirrors.pku.edu.cn/pypi/web/simple", FeedByPrelude},
59+
{&Tencent, "https://mirrors.cloud.tencent.com/pypi/simple", FeedByPrelude},
5960

6061
// {&Tencent_Intra, "https://mirrors.cloud.tencentyun.com/pypi/simple",FeedByPrelude}
6162
{&Huawei, "https://mirrors.huaweicloud.com/repository/pypi/simple",FeedByPrelude},

0 commit comments

Comments
 (0)