mirror of
https://github.com/python-LimeReport/pypi.git
synced 2024-12-23 16:23:00 +03:00
fix whl url
This commit is contained in:
parent
d2b44a700c
commit
2ccd83151d
@ -1,8 +0,0 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<body>
|
||||
<a href="/pypi/pyside6/">pyside6</a>
|
||||
<a href="/pypi/shiboken6/">shiboken6</a>
|
||||
<a href="/pypi/shiboken6-generator/">shiboken6-generator</a>
|
||||
</body>
|
||||
</html>
|
@ -1,6 +0,0 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<body>
|
||||
<a href="https://github.com/python-LimeReport/pyside/releases/download/py3.9-qt6.4.2/PySide6-6.4.2-6.4.2-cp37-abi3-manylinux_2_28_x86_64.whl" data-requires-python="<3.12,>=3.7">PySide6-6.4.2-6.4.2-cp37-abi3-manylinux_2_28_x86_64.whl</a>
|
||||
</body>
|
||||
</html>
|
@ -1,6 +0,0 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<body>
|
||||
<a href="https://github.com/python-LimeReport/pyside/releases/download/py3.9-qt6.4.2/shiboken6_generator-6.4.2-6.4.2-cp37-abi3-manylinux_2_28_x86_64.whl" data-requires-python="<3.12,>=3.7">shiboken6_generator-6.4.2-6.4.2-cp37-abi3-manylinux_2_28_x86_64.whl</a>
|
||||
</body>
|
||||
</html>
|
@ -1,6 +0,0 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<body>
|
||||
<a href="https://github.com/python-LimeReport/pyside/releases/download/py3.9-qt6.4.2/shiboken6-6.4.2-6.4.2-cp37-abi3-manylinux_2_28_x86_64.whl" data-requires-python="<3.12,>=3.7">shiboken6-6.4.2-6.4.2-cp37-abi3-manylinux_2_28_x86_64.whl</a>
|
||||
</body>
|
||||
</html>
|
@ -1,8 +1,8 @@
|
||||
{% macro whl_name(vs) %}{{ package | replace("-", "_") }}{{vs}}.whl{% endmacro %}
|
||||
{% macro download_url(vs) %}{{meta.githubReleaseRepo}}/releases/download/{{version.tag}}/{{whl_name(vs)}}{% endmacro %}
|
||||
{% macro download_url(vt, vs) %}{{meta.githubReleaseRepo}}/releases/download/{{vt}}/{{whl_name(vs)}}{% endmacro %}
|
||||
|
||||
{%- for version in packageVersions %}
|
||||
{%- for vs in version.suffixes %}
|
||||
<a href="{{download_url(vs)}}" data-requires-python="{{version.requires_python | safe}}">{{whl_name(vs)}}</a>
|
||||
<a href="{{download_url(version.tag, vs)}}" data-requires-python="{{version.requires_python | safe}}">{{whl_name(vs)}}</a>
|
||||
{%- endfor %}
|
||||
{%- endfor %}
|
Loading…
Reference in New Issue
Block a user