sdfgen 0.10.0__cp310-cp310-macosx_14_0_arm64.whl → 0.12.0__cp310-cp310-macosx_14_0_arm64.whl
Sign up to get free protection for your applications and to get access to all the features.
- csdfgen.cpython-310-darwin.so +0 -0
- {sdfgen-0.10.0.dist-info → sdfgen-0.12.0.dist-info}/METADATA +2 -2
- sdfgen-0.12.0.dist-info/RECORD +8 -0
- sdfgen-0.10.0.dist-info/RECORD +0 -8
- {sdfgen-0.10.0.dist-info → sdfgen-0.12.0.dist-info}/WHEEL +0 -0
- {sdfgen-0.10.0.dist-info → sdfgen-0.12.0.dist-info}/top_level.txt +0 -0
csdfgen.cpython-310-darwin.so
CHANGED
Binary file
|
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.2
|
2
2
|
Name: sdfgen
|
3
|
-
Version: 0.
|
3
|
+
Version: 0.12.0
|
4
4
|
Summary: Automating the creation of Microkit System Description Files (SDF)
|
5
5
|
Home-page: https://github.com/au-ts/microkit_sdf_gen
|
6
6
|
Description-Content-Type: text/markdown
|
@@ -129,7 +129,7 @@ Now you should be able to import and use the bindings:
|
|
129
129
|
#### Publishing Python packages
|
130
130
|
|
131
131
|
Binary releases of the Python package (known as 'wheels' in the Python universe) are published to
|
132
|
-
[PyPI](https://pypi.org/project/
|
132
|
+
[PyPI](https://pypi.org/project/sdfgen/).
|
133
133
|
|
134
134
|
Unlike most Python packages, ours is a bit more complicated because:
|
135
135
|
1. We depend on an external C library.
|
@@ -0,0 +1,8 @@
|
|
1
|
+
csdfgen.cpython-310-darwin.so,sha256=uBb_Ib95ZXiip1mmOV4jMT5c35PMQc-pg2aGdTJ-Kjs,728160
|
2
|
+
sdfgen/__init__.py,sha256=qFoYMCiM89s1BduC2hWsDRa3kGhvmJcxJsaHMWLhf1g,131
|
3
|
+
sdfgen/module.py,sha256=O_-r_xy2Ff-1esvlMSHzZ3N42fcQeaAROX4Nym9okII,26211
|
4
|
+
sdfgen/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
5
|
+
sdfgen-0.12.0.dist-info/METADATA,sha256=c74U6114vxywCqkc4jda18OOwHwb3p-ZOmcwuOBflek,5996
|
6
|
+
sdfgen-0.12.0.dist-info/WHEEL,sha256=TAIYU7skie6QxsHLepjfWpVTq0DJ-igei-LfP8w5Nq8,109
|
7
|
+
sdfgen-0.12.0.dist-info/top_level.txt,sha256=M3gUW9vTMij10peQKgv1Qs0jZkdsk_PG0REFxuv6jNY,15
|
8
|
+
sdfgen-0.12.0.dist-info/RECORD,,
|
sdfgen-0.10.0.dist-info/RECORD
DELETED
@@ -1,8 +0,0 @@
|
|
1
|
-
csdfgen.cpython-310-darwin.so,sha256=Uf6U-I1tS0IpOt5KNU5j6Y7FfgBodoOZjYCPRkf70oA,727408
|
2
|
-
sdfgen/__init__.py,sha256=qFoYMCiM89s1BduC2hWsDRa3kGhvmJcxJsaHMWLhf1g,131
|
3
|
-
sdfgen/module.py,sha256=O_-r_xy2Ff-1esvlMSHzZ3N42fcQeaAROX4Nym9okII,26211
|
4
|
-
sdfgen/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
5
|
-
sdfgen-0.10.0.dist-info/METADATA,sha256=s3OVjsTNUp9DTDRdCB6qji6dQcwZYA9-xmUiR4zMVkU,6005
|
6
|
-
sdfgen-0.10.0.dist-info/WHEEL,sha256=TAIYU7skie6QxsHLepjfWpVTq0DJ-igei-LfP8w5Nq8,109
|
7
|
-
sdfgen-0.10.0.dist-info/top_level.txt,sha256=M3gUW9vTMij10peQKgv1Qs0jZkdsk_PG0REFxuv6jNY,15
|
8
|
-
sdfgen-0.10.0.dist-info/RECORD,,
|
File without changes
|
File without changes
|