Skip to content

Commit f857734

Browse files
committed
Provide "lxml" from pypi
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
1 parent 3408b9f commit f857734

File tree

1 file changed

+42
-12
lines changed

1 file changed

+42
-12
lines changed

repository.json

Lines changed: 42 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -480,14 +480,38 @@
480480
{
481481
"name": "lxml",
482482
"description": "lxml",
483-
"author": "eerohele",
484-
"issues": "https://github.com/eerohele/sublime-lxml/issues",
483+
"author": "lxml dev team",
484+
"issues": "https://bugs.launchpad.net/lxml",
485485
"releases": [
486486
{
487-
"base": "https://github.com/eerohele/sublime-lxml",
488-
"platforms": ["osx-x64","linux","windows"],
489-
"python_versions": ["3.3"],
490-
"tags": true
487+
"base": "https://pypi.org/project/lxml",
488+
"asset": "lxml-*-cp33-cp33m-macosx_*_x86_64.whl",
489+
"platforms": ["osx-x64"],
490+
"python_versions": ["3.3"]
491+
},
492+
{
493+
"base": "https://pypi.org/project/lxml",
494+
"asset": "lxml-*-cp33-cp33m-manylinux1_i686.whl",
495+
"platforms": ["linux-x32"],
496+
"python_versions": ["3.3"]
497+
},
498+
{
499+
"base": "https://pypi.org/project/lxml",
500+
"asset": "lxml-*-cp33-cp33m-manylinux1_x86_64.whl",
501+
"platforms": ["linux-x64"],
502+
"python_versions": ["3.3"]
503+
},
504+
{
505+
"base": "https://pypi.org/project/lxml",
506+
"asset": "lxml-*-cp33-cp33m-win32.whl",
507+
"platforms": ["windows-x32"],
508+
"python_versions": ["3.3"]
509+
},
510+
{
511+
"base": "https://pypi.org/project/lxml",
512+
"asset": "lxml-*-cp33-cp33m-win_amd64.whl",
513+
"platforms": ["windows-x64"],
514+
"python_versions": ["3.3"]
491515
},
492516
{
493517
"base": "https://pypi.org/project/lxml",
@@ -503,27 +527,33 @@
503527
},
504528
{
505529
"base": "https://pypi.org/project/lxml",
506-
"asset": "lxml-*-cp38-cp38-manylinux_*_x86_64*.whl",
507-
"platforms": ["linux-x64"],
530+
"asset": "lxml-*-cp38-cp38-manylinux_*_aarch64.whl",
531+
"platforms": ["linux-arm64"],
508532
"python_versions": ["3.8"]
509533
},
510534
{
511535
"base": "https://pypi.org/project/lxml",
512-
"asset": "lxml-*-cp38-cp38-manylinux_*_aarch64*.whl",
513-
"platforms": ["linux-arm64"],
536+
"asset": "lxml-*-cp38-cp38-manylinux_*_i686.whl",
537+
"platforms": ["linux-x32"],
514538
"python_versions": ["3.8"]
515539
},
516540
{
517541
"base": "https://pypi.org/project/lxml",
518-
"asset": "lxml-*-cp38-cp38-win_amd64.whl",
519-
"platforms": ["windows-x64"],
542+
"asset": "lxml-*-cp38-cp38-manylinux_*_x86_64.whl",
543+
"platforms": ["linux-x64"],
520544
"python_versions": ["3.8"]
521545
},
522546
{
523547
"base": "https://pypi.org/project/lxml",
524548
"asset": "lxml-*-cp38-cp38-win32.whl",
525549
"platforms": ["windows-x32"],
526550
"python_versions": ["3.8"]
551+
},
552+
{
553+
"base": "https://pypi.org/project/lxml",
554+
"asset": "lxml-*-cp38-cp38-win_amd64.whl",
555+
"platforms": ["windows-x64"],
556+
"python_versions": ["3.8"]
527557
}
528558
]
529559
},

0 commit comments

Comments
 (0)