Skip to content

Commit f493273

Browse files
committed
docs: packages: add updated docs list, index.md
Signed-off-by: Trevor Gamblin <tgamblin@baylibre.com>
1 parent a217c88 commit f493273

76 files changed

Lines changed: 5933 additions & 0 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

docs/packages/aiohttp.md

Lines changed: 59 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,59 @@
1+
---
2+
title: aiohttp
3+
layout: default
4+
parent: Supported Packages
5+
---
6+
7+
<!-- Auto-generated by generate_packages_doc.py. Do not edit manually. -->
8+
9+
# aiohttp
10+
11+
{: .warning }
12+
> This package is deprecated. PyPI now publishes newer versions of
13+
> this package for riscv64, and we will no longer maintain this
14+
> package. Please use the version from [PyPI](https://pypi.org/project/aiohttp/) instead.
15+
>
16+
> If you need a specific version between the latest available here
17+
> and the first available on PyPI, please open an
18+
> [Issue](https://gitlab.com/riseproject/python/wheel_builder/-/issues).
19+
20+
- **Source Code:** [https://github.com/aio-libs/aiohttp](https://github.com/aio-libs/aiohttp)
21+
- **Supported versions:**
22+
23+
<details open>
24+
<summary><strong>3.12.14 (latest)</strong></summary>
25+
26+
```bash
27+
pip install aiohttp --index-url https://gitlab.com/api/v4/projects/56254198/packages/pypi/simple
28+
```
29+
30+
- **License:** Apache-2.0
31+
- **Download files:** [https://gitlab.com/riseproject/python/wheel_builder/-/packages/42690263](https://gitlab.com/riseproject/python/wheel_builder/-/packages/42690263)
32+
- **Patch applied for this version:** [https://gitlab.com/riseproject/python/wheel_builder/-/tree/main/wheel_builder/aiohttp/patches/v3.12.14](https://gitlab.com/riseproject/python/wheel_builder/-/tree/main/wheel_builder/aiohttp/patches/v3.12.14)
33+
</details>
34+
35+
<details>
36+
<summary><strong>3.11.18</strong></summary>
37+
38+
```bash
39+
pip install aiohttp==3.11.18 --index-url https://gitlab.com/api/v4/projects/56254198/packages/pypi/simple
40+
```
41+
42+
- **License:** Apache-2.0
43+
- **Download files:** [https://gitlab.com/riseproject/python/wheel_builder/-/packages/40999682](https://gitlab.com/riseproject/python/wheel_builder/-/packages/40999682)
44+
- **Patch applied for this version:** [https://gitlab.com/riseproject/python/wheel_builder/-/tree/main/wheel_builder/aiohttp/patches/v3.11.18](https://gitlab.com/riseproject/python/wheel_builder/-/tree/main/wheel_builder/aiohttp/patches/v3.11.18)
45+
</details>
46+
47+
48+
{: .warning }
49+
> We disable the tests in tests/autobahn/test_autobahn as they depend on
50+
> docker_on_whales and we don't want to be testing docker builds as part of
51+
> the pipeline.
52+
>
53+
> We also disable a flaky uvloop test, and tests that contain the following
54+
> patterns, involving consistent failures related to networking or permissions:
55+
>
56+
> - test_no_warnings
57+
> - test_static_directory_without_read_permission
58+
> - test_static_file_without_read_permission
59+
> - test_uvloop_secure_https_proxy
Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,34 @@
1+
---
2+
title: argon2-cffi-bindings
3+
layout: default
4+
parent: Supported Packages
5+
---
6+
7+
<!-- Auto-generated by generate_packages_doc.py. Do not edit manually. -->
8+
9+
# argon2-cffi-bindings
10+
11+
- **Source Code:** [https://github.com/hynek/argon2-cffi-bindings](https://github.com/hynek/argon2-cffi-bindings)
12+
- **Supported versions:**
13+
14+
<details open>
15+
<summary><strong>25.1.0 (latest)</strong></summary>
16+
17+
```bash
18+
pip install argon2-cffi-bindings --index-url https://gitlab.com/api/v4/projects/56254198/packages/pypi/simple
19+
```
20+
21+
- **License:** MIT/CC0(libargon2)
22+
- **Download files:** [https://gitlab.com/riseproject/python/wheel_builder/-/packages/50575538](https://gitlab.com/riseproject/python/wheel_builder/-/packages/50575538)
23+
</details>
24+
25+
<details>
26+
<summary><strong>21.2.0</strong></summary>
27+
28+
```bash
29+
pip install argon2-cffi-bindings==21.2.0 --index-url https://gitlab.com/api/v4/projects/56254198/packages/pypi/simple
30+
```
31+
32+
- **License:** MIT/CC0(libargon2)
33+
- **Download files:** [https://gitlab.com/riseproject/python/wheel_builder/-/packages/32318987](https://gitlab.com/riseproject/python/wheel_builder/-/packages/32318987)
34+
</details>

docs/packages/blake3.md

Lines changed: 65 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,65 @@
1+
---
2+
title: blake3
3+
layout: default
4+
parent: Supported Packages
5+
---
6+
7+
<!-- Auto-generated by generate_packages_doc.py. Do not edit manually. -->
8+
9+
# blake3
10+
11+
{: .warning }
12+
> This package is deprecated. PyPI now publishes newer versions of
13+
> this package for riscv64, and we will no longer maintain this
14+
> package. Please use the version from [PyPI](https://pypi.org/project/blake3/) instead.
15+
>
16+
> If you need a specific version between the latest available here
17+
> and the first available on PyPI, please open an
18+
> [Issue](https://gitlab.com/riseproject/python/wheel_builder/-/issues).
19+
20+
- **Source Code:** [https://github.com/oconnor663/blake3-py](https://github.com/oconnor663/blake3-py)
21+
- **Supported versions:**
22+
23+
<details open>
24+
<summary><strong>1.0.8 (latest)</strong></summary>
25+
26+
```bash
27+
pip install blake3 --index-url https://gitlab.com/api/v4/projects/56254198/packages/pypi/simple
28+
```
29+
30+
- **License:** CC0-1.0 OR Apache-2.0
31+
- **Download files:** [https://gitlab.com/riseproject/python/wheel_builder/-/packages/52054032](https://gitlab.com/riseproject/python/wheel_builder/-/packages/52054032)
32+
</details>
33+
34+
<details>
35+
<summary><strong>1.0.7</strong></summary>
36+
37+
```bash
38+
pip install blake3==1.0.7 --index-url https://gitlab.com/api/v4/projects/56254198/packages/pypi/simple
39+
```
40+
41+
- **License:** CC0-1.0 OR Apache-2.0
42+
- **Download files:** [https://gitlab.com/riseproject/python/wheel_builder/-/packages/52053858](https://gitlab.com/riseproject/python/wheel_builder/-/packages/52053858)
43+
</details>
44+
45+
<details>
46+
<summary><strong>1.0.6</strong></summary>
47+
48+
```bash
49+
pip install blake3==1.0.6 --index-url https://gitlab.com/api/v4/projects/56254198/packages/pypi/simple
50+
```
51+
52+
- **License:** CC0-1.0 OR Apache-2.0
53+
- **Download files:** [https://gitlab.com/riseproject/python/wheel_builder/-/packages/52053578](https://gitlab.com/riseproject/python/wheel_builder/-/packages/52053578)
54+
</details>
55+
56+
<details>
57+
<summary><strong>1.0.5</strong></summary>
58+
59+
```bash
60+
pip install blake3==1.0.5 --index-url https://gitlab.com/api/v4/projects/56254198/packages/pypi/simple
61+
```
62+
63+
- **License:** CC0-1.0 OR Apache-2.0
64+
- **Download files:** [https://gitlab.com/riseproject/python/wheel_builder/-/packages/39354626](https://gitlab.com/riseproject/python/wheel_builder/-/packages/39354626)
65+
</details>

docs/packages/cffi.md

Lines changed: 50 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,50 @@
1+
---
2+
title: cffi
3+
layout: default
4+
parent: Supported Packages
5+
---
6+
7+
<!-- Auto-generated by generate_packages_doc.py. Do not edit manually. -->
8+
9+
# cffi
10+
11+
- **Source Code:** [https://github.com/python-cffi/cffi](https://github.com/python-cffi/cffi)
12+
- **Supported versions:**
13+
14+
<details open>
15+
<summary><strong>2.0.0 (latest)</strong></summary>
16+
17+
```bash
18+
pip install cffi --index-url https://gitlab.com/api/v4/projects/56254198/packages/pypi/simple
19+
```
20+
21+
- **License:** MIT
22+
- **Download files:** [https://gitlab.com/riseproject/python/wheel_builder/-/packages/51624473](https://gitlab.com/riseproject/python/wheel_builder/-/packages/51624473)
23+
- **Patch applied for this version:** [https://gitlab.com/riseproject/python/wheel_builder/-/tree/main/wheel_builder/cffi/patches/v2.0.0](https://gitlab.com/riseproject/python/wheel_builder/-/tree/main/wheel_builder/cffi/patches/v2.0.0)
24+
</details>
25+
26+
<details>
27+
<summary><strong>1.17.1</strong></summary>
28+
29+
```bash
30+
pip install cffi==1.17.1 --index-url https://gitlab.com/api/v4/projects/56254198/packages/pypi/simple
31+
```
32+
33+
- **License:** MIT
34+
- **Download files:** [https://gitlab.com/riseproject/python/wheel_builder/-/packages/28951761](https://gitlab.com/riseproject/python/wheel_builder/-/packages/28951761)
35+
</details>
36+
37+
<details>
38+
<summary><strong>1.17.0</strong></summary>
39+
40+
```bash
41+
pip install cffi==1.17.0 --index-url https://gitlab.com/api/v4/projects/56254198/packages/pypi/simple
42+
```
43+
44+
- **License:** MIT
45+
- **Download files:** [https://gitlab.com/riseproject/python/wheel_builder/-/packages/28734126](https://gitlab.com/riseproject/python/wheel_builder/-/packages/28734126)
46+
</details>
47+
48+
49+
{: .note }
50+
> We append the files in the libffi LICENSE to the LICENSE file in the wheel
Lines changed: 43 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,43 @@
1+
---
2+
title: charset-normalizer
3+
layout: default
4+
parent: Supported Packages
5+
---
6+
7+
<!-- Auto-generated by generate_packages_doc.py. Do not edit manually. -->
8+
9+
# charset-normalizer
10+
11+
{: .warning }
12+
> This package is deprecated. PyPI now publishes newer versions of
13+
> this package for riscv64, and we will no longer maintain this
14+
> package. Please use the version from [PyPI](https://pypi.org/project/charset-normalizer/) instead.
15+
>
16+
> If you need a specific version between the latest available here
17+
> and the first available on PyPI, please open an
18+
> [Issue](https://gitlab.com/riseproject/python/wheel_builder/-/issues).
19+
20+
- **Source Code:** [https://github.com/jawah/charset_normalizer](https://github.com/jawah/charset_normalizer)
21+
- **Supported versions:**
22+
23+
<details open>
24+
<summary><strong>3.4.2 (latest)</strong></summary>
25+
26+
```bash
27+
pip install charset-normalizer --index-url https://gitlab.com/api/v4/projects/56254198/packages/pypi/simple
28+
```
29+
30+
- **License:** MIT
31+
- **Download files:** [https://gitlab.com/riseproject/python/wheel_builder/-/packages/38877549](https://gitlab.com/riseproject/python/wheel_builder/-/packages/38877549)
32+
</details>
33+
34+
<details>
35+
<summary><strong>3.4.1</strong></summary>
36+
37+
```bash
38+
pip install charset-normalizer==3.4.1 --index-url https://gitlab.com/api/v4/projects/56254198/packages/pypi/simple
39+
```
40+
41+
- **License:** MIT
42+
- **Download files:** [https://gitlab.com/riseproject/python/wheel_builder/-/packages/35564561](https://gitlab.com/riseproject/python/wheel_builder/-/packages/35564561)
43+
</details>

0 commit comments

Comments
 (0)