Measure upstream for Python

[GitHub #125]
This commit is contained in:
Aoran Zeng 2024-11-22 10:52:57 +08:00
parent 5419a13936
commit 3c683ca339
No known key found for this signature in database
GPG Key ID: 8F8BA8488E10ED98

View File

@ -5,16 +5,22 @@
* Contributors : Nul None <nul@none.org>
* Created On : <2023-09-03>
* Major Revision : 1
* Last Modified : <2024-09-14>
* Last Modified : <2024-11-22>
* ------------------------------------------------------------*/
static SourceProvider_t UpstreamPython =
{
"upstream", "PyPI", "上游默认源 PyPI", "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
};
/**
* @update 2024-09-14
* @note Zjupypi在校外访问会自动转向Tuna
*/
static Source_t
pl_python_sources[] = {
{&UpstreamProvider, "https://pypi.org/simple"},
{&UpstreamPython, "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"},