Commit 7bb4f5e
Py-enigma-support (#1109)
Annoyingly py-enigma is relatively old and unmaintained but regularly
used in platforms like Ada. The maintainer hasn't included a wheel in
the distribution so can't be dynamically installed via micropip. I built
one from the `tar.gz` file instead and included alongside or other
custom install packages using the command:
```
python -m pip wheel https://files.pythonhosted.org/packages/91/4e/44327ad4a5960de12d86d39e1797f3ab67396a17d82182e8fc1b5ef347e5/py-enigma-0.1.tar.gz
```
where the `tar.gz` file location came from the location in PyPI -
https://pypi.org/project/py-enigma/#files1 parent 3a5ebb2 commit 7bb4f5e
File tree
4 files changed
+17
-2
lines changed- public/pyodide/packages
- src
4 files changed
+17
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
9 | 15 | | |
10 | 16 | | |
11 | 17 | | |
| |||
936 | 942 | | |
937 | 943 | | |
938 | 944 | | |
939 | | - | |
| 945 | + | |
| 946 | + | |
940 | 947 | | |
941 | 948 | | |
942 | 949 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| |||
Binary file not shown.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
158 | 158 | | |
159 | 159 | | |
160 | 160 | | |
| 161 | + | |
| 162 | + | |
| 163 | + | |
| 164 | + | |
| 165 | + | |
| 166 | + | |
| 167 | + | |
| 168 | + | |
161 | 169 | | |
162 | 170 | | |
163 | 171 | | |
| |||
0 commit comments