Skip to content

Commit

Permalink
Provide "lxml" from pypi
Browse files Browse the repository at this point in the history
This commit replaces legacy dependency repo for lxml by pypi releases
for all supported python versions and platforms.

It updates lxml from 4.1.0 to 4.2.x for python 3.3
  • Loading branch information
deathaxe committed Feb 25, 2024
1 parent 3408b9f commit f857734
Showing 1 changed file with 42 additions and 12 deletions.
54 changes: 42 additions & 12 deletions repository.json
Original file line number Diff line number Diff line change
Expand Up @@ -480,14 +480,38 @@
{
"name": "lxml",
"description": "lxml",
"author": "eerohele",
"issues": "https://github.com/eerohele/sublime-lxml/issues",
"author": "lxml dev team",
"issues": "https://bugs.launchpad.net/lxml",
"releases": [
{
"base": "https://github.com/eerohele/sublime-lxml",
"platforms": ["osx-x64","linux","windows"],
"python_versions": ["3.3"],
"tags": true
"base": "https://pypi.org/project/lxml",
"asset": "lxml-*-cp33-cp33m-macosx_*_x86_64.whl",
"platforms": ["osx-x64"],
"python_versions": ["3.3"]
},
{
"base": "https://pypi.org/project/lxml",
"asset": "lxml-*-cp33-cp33m-manylinux1_i686.whl",
"platforms": ["linux-x32"],
"python_versions": ["3.3"]
},
{
"base": "https://pypi.org/project/lxml",
"asset": "lxml-*-cp33-cp33m-manylinux1_x86_64.whl",
"platforms": ["linux-x64"],
"python_versions": ["3.3"]
},
{
"base": "https://pypi.org/project/lxml",
"asset": "lxml-*-cp33-cp33m-win32.whl",
"platforms": ["windows-x32"],
"python_versions": ["3.3"]
},
{
"base": "https://pypi.org/project/lxml",
"asset": "lxml-*-cp33-cp33m-win_amd64.whl",
"platforms": ["windows-x64"],
"python_versions": ["3.3"]
},
{
"base": "https://pypi.org/project/lxml",
Expand All @@ -503,27 +527,33 @@
},
{
"base": "https://pypi.org/project/lxml",
"asset": "lxml-*-cp38-cp38-manylinux_*_x86_64*.whl",
"platforms": ["linux-x64"],
"asset": "lxml-*-cp38-cp38-manylinux_*_aarch64.whl",
"platforms": ["linux-arm64"],
"python_versions": ["3.8"]
},
{
"base": "https://pypi.org/project/lxml",
"asset": "lxml-*-cp38-cp38-manylinux_*_aarch64*.whl",
"platforms": ["linux-arm64"],
"asset": "lxml-*-cp38-cp38-manylinux_*_i686.whl",
"platforms": ["linux-x32"],
"python_versions": ["3.8"]
},
{
"base": "https://pypi.org/project/lxml",
"asset": "lxml-*-cp38-cp38-win_amd64.whl",
"platforms": ["windows-x64"],
"asset": "lxml-*-cp38-cp38-manylinux_*_x86_64.whl",
"platforms": ["linux-x64"],
"python_versions": ["3.8"]
},
{
"base": "https://pypi.org/project/lxml",
"asset": "lxml-*-cp38-cp38-win32.whl",
"platforms": ["windows-x32"],
"python_versions": ["3.8"]
},
{
"base": "https://pypi.org/project/lxml",
"asset": "lxml-*-cp38-cp38-win_amd64.whl",
"platforms": ["windows-x64"],
"python_versions": ["3.8"]
}
]
},
Expand Down

0 comments on commit f857734

Please sign in to comment.