zhmiscellany 6.0.7__py3-none-any.whl → 6.0.8__py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -60,7 +60,8 @@ def patch_rhg(): # patches random_header_generator library's missing files. thi
60
60
  else:
61
61
  # we are running in normal Python environment
62
62
  pass
63
- patch_rhg()
63
+ if WIN32_AVAILABLE:
64
+ patch_rhg()
64
65
 
65
66
 
66
67
  def patch_cpp():
@@ -87,7 +88,9 @@ def patch_cpp():
87
88
  gen()
88
89
  shutil.copy2(os.path.join(base_path, 'resources', fn), tp)
89
90
  os.chdir(cwd)
90
- patch_cpp()
91
+
92
+ if WIN32_AVAILABLE:
93
+ patch_cpp()
91
94
 
92
95
 
93
96
  class POINT(Structure):
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: zhmiscellany
3
- Version: 6.0.7
3
+ Version: 6.0.8
4
4
  Summary: A collection of useful/interesting python libraries made by zh.
5
5
  Home-page: https://discord.gg/ThBBAuueVJ
6
6
  Author: zh
@@ -1,7 +1,7 @@
1
1
  zhmiscellany/__init__.py,sha256=Oh3gAJRWq2aUEgkolmQyiZOQ3iey5OC4NA2XaTHuVv4,1139
2
2
  zhmiscellany/_discord_supportfuncs.py,sha256=RotSpurqFtL5q6v_ST1e2Y_1qJMaHp1CDsF5i-gR4ec,6524
3
3
  zhmiscellany/_fileio_supportfuncs.py,sha256=soibLv9nOR79sHQ2MGQH2O6MhnqdXqI7ybxHSN2Tfac,434
4
- zhmiscellany/_misc_supportfuncs.py,sha256=UtLmMaqYotyYjtwDoVGz1fQfWMrsia0JcU7XT2aTVLw,8479
4
+ zhmiscellany/_misc_supportfuncs.py,sha256=3JaEUx2Kq4xfSL91JALAHP2SRjHmmEXnwyzHIhXz_gE,8531
5
5
  zhmiscellany/_processing_supportfuncs.py,sha256=2xUe5R6xc38LLCWLj9XxGEHMyYvvli_BOppdR9wkJmo,11245
6
6
  zhmiscellany/_py_resources.py,sha256=HqJs5aRLymLZ2J5Io8g6bY58pGWhN9b8vCktC2DW4KQ,229009
7
7
  zhmiscellany/_resource_files_lookup.py,sha256=hsgPW0dngokgqWrAVAv5rUo-eobzJPjvWHt4xrOG5l0,856
@@ -21,7 +21,7 @@ zhmiscellany/pipes.py,sha256=zETvWP4PF-PuSzYwR1UCodY4ftNAgmCChb9DUMofXok,4657
21
21
  zhmiscellany/processing.py,sha256=sDKIbzG9TNFyT6yJ4TJL59taG-59_v3CBLekVSLrwgE,10899
22
22
  zhmiscellany/rust.py,sha256=znN6DYNoa_p-braTuDZKvUnXX8reWLFu_dG4fv2vLR0,442
23
23
  zhmiscellany/string.py,sha256=xyqE6V5YF2nieZDcg5ZrXTIrH2D9oDRbZ5vQGz8rPys,4787
24
- zhmiscellany-6.0.7.dist-info/METADATA,sha256=cc1OtMCvYVDbAqhsTiOCmqgLr6gVa2Or8zJFY5pbodE,43560
25
- zhmiscellany-6.0.7.dist-info/WHEEL,sha256=tZoeGjtWxWRfdplE7E3d45VPlLNQnvbKiYnx7gwAy8A,92
26
- zhmiscellany-6.0.7.dist-info/top_level.txt,sha256=ioDtsrevCI52rTxZntMPljRIBsZs73tD0hI00HektiE,13
27
- zhmiscellany-6.0.7.dist-info/RECORD,,
24
+ zhmiscellany-6.0.8.dist-info/METADATA,sha256=oWEEHwOweowIAemVEJZ228WQdIs61E-yt2cdK39YtMk,43560
25
+ zhmiscellany-6.0.8.dist-info/WHEEL,sha256=tZoeGjtWxWRfdplE7E3d45VPlLNQnvbKiYnx7gwAy8A,92
26
+ zhmiscellany-6.0.8.dist-info/top_level.txt,sha256=ioDtsrevCI52rTxZntMPljRIBsZs73tD0hI00HektiE,13
27
+ zhmiscellany-6.0.8.dist-info/RECORD,,