git-annex 10.20250605.post1__py3-none-macosx_14_0_arm64.whl → 10.20250605.post2__py3-none-macosx_14_0_arm64.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.
git_annex/__init__.py CHANGED
@@ -21,12 +21,11 @@ def cli():
21
21
  """
22
22
  exedir = op.dirname(__file__)
23
23
  exe = op.join(exedir, 'git-annex')
24
- if sys.platform.startswith('darwin'):
25
- # we look for an embedded file magic DB,
26
- # and instruct libmagic to use it
27
- embedded_magic = op.join(exedir, 'magic.mgc')
28
- if op.exists(embedded_magic):
29
- os.environ['MAGIC'] = embedded_magic
24
+ # we look for an embedded file magic DB,
25
+ # and instruct libmagic to use it
26
+ embedded_magic = op.join(exedir, 'magic.mgc')
27
+ if op.exists(embedded_magic):
28
+ os.environ['MAGIC'] = embedded_magic
30
29
 
31
30
  if sys.platform.startswith('win'):
32
31
  exec_subproc(f'{exe}.exe', sys.argv)
git_annex/git-annex CHANGED
Binary file
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: git-annex
3
- Version: 10.20250605.post1
3
+ Version: 10.20250605.post2
4
4
  Summary: manage files with git, without checking their contents into git
5
5
  Project-URL: Homepage, https://git-annex.branchable.com/
6
6
  Project-URL: Documentation, https://git-annex.branchable.com/git-annex
@@ -0,0 +1,9 @@
1
+ git_annex-10.20250605.post2.dist-info/RECORD,,
2
+ git_annex-10.20250605.post2.dist-info/WHEEL,sha256=-c1LAv5KyiF7uwcjNqyHZBN1UIu5Jt_DDwKQvhiWp2w,130
3
+ git_annex-10.20250605.post2.dist-info/entry_points.txt,sha256=BI1LqRvI7ETq6hOuPgaT9O9cmmHJwYS3SthvRoNS43s,146
4
+ git_annex-10.20250605.post2.dist-info/METADATA,sha256=DchUBavA4WSyVpoxBtkIx2rMQfvZCIeIF9taT3hRTns,5285
5
+ git_annex/__init__.py,sha256=f4NGzQtv5Y0S7vNnRfzuwzcIY5iolqOCGjZpnddv1rg,1807
6
+ git_annex/magic.mgc,sha256=k3uuA_TERpsqrPFAOMzTlXA4TvTtRsqD2c7LZSdJmZc,10355472
7
+ git_annex/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
8
+ git_annex/git-annex,sha256=3CHJUcVAI7yvV3JEnTz14COul6JTdDAO3ZeXthqy6ac,168292240
9
+ git_annex/.dylibs/libmagic.1.dylib,sha256=RxXZuUCZA7iGcqppjfi075uZ_F5t8PvP03Oe74ck5Ds,182624
@@ -1,9 +0,0 @@
1
- git_annex/__init__.py,sha256=71NXukas5SOL6UI65o830T-lAx4QC8h6B1PcYTRxL3g,1869
2
- git_annex/magic.mgc,sha256=k3uuA_TERpsqrPFAOMzTlXA4TvTtRsqD2c7LZSdJmZc,10355472
3
- git_annex/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
4
- git_annex/git-annex,sha256=dXwhhXtY-tzMQ1Zg8w0l5hsoX9bOvRf4JMGinm_zgQA,168292464
5
- git_annex/.dylibs/libmagic.1.dylib,sha256=RxXZuUCZA7iGcqppjfi075uZ_F5t8PvP03Oe74ck5Ds,182624
6
- git_annex-10.20250605.post1.dist-info/RECORD,,
7
- git_annex-10.20250605.post1.dist-info/WHEEL,sha256=-c1LAv5KyiF7uwcjNqyHZBN1UIu5Jt_DDwKQvhiWp2w,130
8
- git_annex-10.20250605.post1.dist-info/entry_points.txt,sha256=BI1LqRvI7ETq6hOuPgaT9O9cmmHJwYS3SthvRoNS43s,146
9
- git_annex-10.20250605.post1.dist-info/METADATA,sha256=KQY5Y8F-vpD322I9YIMIqZwgS2CjfdFfBvTgWCiWlBw,5285