|
480 | 480 | { |
481 | 481 | "name": "lxml", |
482 | 482 | "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", |
485 | 485 | "releases": [ |
486 | 486 | { |
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"] |
491 | 515 | }, |
492 | 516 | { |
493 | 517 | "base": "https://pypi.org/project/lxml", |
|
503 | 527 | }, |
504 | 528 | { |
505 | 529 | "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"], |
508 | 532 | "python_versions": ["3.8"] |
509 | 533 | }, |
510 | 534 | { |
511 | 535 | "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"], |
514 | 538 | "python_versions": ["3.8"] |
515 | 539 | }, |
516 | 540 | { |
517 | 541 | "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"], |
520 | 544 | "python_versions": ["3.8"] |
521 | 545 | }, |
522 | 546 | { |
523 | 547 | "base": "https://pypi.org/project/lxml", |
524 | 548 | "asset": "lxml-*-cp38-cp38-win32.whl", |
525 | 549 | "platforms": ["windows-x32"], |
526 | 550 | "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"] |
527 | 557 | } |
528 | 558 | ] |
529 | 559 | }, |
|
0 commit comments