Skip to content

Commit

Permalink
Use pypi source for "ruamel.yaml" when py38 (#12)
Browse files Browse the repository at this point in the history
Signed-off-by: Jack Cherng <[email protected]>
  • Loading branch information
jfcherng authored Sep 8, 2024
1 parent db679c2 commit 4062cc7
Showing 1 changed file with 50 additions and 1 deletion.
51 changes: 50 additions & 1 deletion repository.json
Original file line number Diff line number Diff line change
Expand Up @@ -1432,8 +1432,57 @@
"releases": [
{
"base": "https://github.com/Thom1729/sublime-ruamel",
"python_versions": ["3.3", "3.8"],
"python_versions": ["3.3"],
"tags": true
},
{
"base": "https://pypi.org/project/ruamel.yaml",
"asset": "ruamel.yaml-*-py3-none-any.whl",
"python_versions": ["3.8"]
}
]
},
{
"name": "ruamel.yaml.clib",
"description": "C version of reader, parser and emitter for ruamel.yaml derived from libyaml",
"author": "Anthon van der Neut",
"issues": "https://sourceforge.net/p/ruamel-yaml-clib/tickets/",
"releases": [
{
"platforms": ["windows-x32"],
"base": "https://pypi.org/project/ruamel.yaml.clib",
"asset": "ruamel.yaml.clib-*-cp38-win32.whl",
"python_versions": ["3.8"]
},
{
"platforms": ["windows-x64"],
"base": "https://pypi.org/project/ruamel.yaml.clib",
"asset": "ruamel.yaml.clib-*-cp38-win_amd64.whl",
"python_versions": ["3.8"]
},
{
"platforms": ["linux-x64"],
"base": "https://pypi.org/project/ruamel.yaml.clib",
"asset": "ruamel.yaml.clib-*-cp38-cp38-manylinux_2_5_x86_64.manylinux1_x86_64.whl",
"python_versions": ["3.8"]
},
{
"platforms": ["linux-arm64"],
"base": "https://pypi.org/project/ruamel.yaml.clib",
"asset": "ruamel.yaml.clib-*-cp38-cp38-manylinux_2_24_aarch64.whl",
"python_versions": ["3.8"]
},
{
"platforms": ["osx-x64"],
"base": "https://pypi.org/project/ruamel.yaml.clib",
"asset": "ruamel.yaml.clib-*-cp38-cp38-macosx_10_9_x86_64.whl",
"python_versions": ["3.8"]
},
{
"platforms": ["osx-arm64"],
"base": "https://pypi.org/project/ruamel.yaml.clib",
"asset": "ruamel.yaml.clib-*-cp38-cp38-macosx_12_0_arm64.whl",
"python_versions": ["3.8"]
}
]
},
Expand Down

0 comments on commit 4062cc7

Please sign in to comment.