git-annex 10.20250520b5__py3-none-macosx_14_0_arm64.whl → 10.20250520b7__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.
Binary file
git_annex/__init__.py CHANGED
@@ -19,7 +19,15 @@ def cli():
19
19
  without symlink support, and also in packages that cannot represent
20
20
  symlinks.
21
21
  """
22
- exe = op.join(op.dirname(__file__), 'git-annex')
22
+ exedir = op.dirname(__file__)
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
30
+
23
31
  if sys.platform.startswith('win'):
24
32
  exec_subproc(f'{exe}.exe', sys.argv)
25
33
  else:
git_annex/git-annex CHANGED
Binary file
git_annex/magic.mgc ADDED
Binary file
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: git-annex
3
- Version: 10.20250520b5
3
+ Version: 10.20250520b7
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
@@ -125,3 +125,12 @@ packages](https://packaging.python.org/en/latest/discussions/versioning/).
125
125
 
126
126
  The included (GitHub) action workflows will build a corresponding wheel
127
127
  and upload it to PyPi.
128
+
129
+
130
+ ## Acknowledgements
131
+
132
+ This work was funded, in part, by
133
+
134
+ - Deutsche Forschungsgemeinschaft (DFG, German Research Foundation) under grant TRR 379 (546006540, Q02 project)
135
+ - Deutsche Forschungsgemeinschaft (DFG, German Research Foundation) under grant SFB 1451 (431549029, INF project)
136
+ - MKW-NRW: Ministerium für Kultur und Wissenschaft des Landes Nordrhein-Westfalen under the Kooperationsplattformen 2022 program, grant number: KP22-106A
@@ -0,0 +1,9 @@
1
+ git_annex-10.20250520b7.dist-info/RECORD,,
2
+ git_annex-10.20250520b7.dist-info/WHEEL,sha256=-c1LAv5KyiF7uwcjNqyHZBN1UIu5Jt_DDwKQvhiWp2w,130
3
+ git_annex-10.20250520b7.dist-info/entry_points.txt,sha256=BI1LqRvI7ETq6hOuPgaT9O9cmmHJwYS3SthvRoNS43s,146
4
+ git_annex-10.20250520b7.dist-info/METADATA,sha256=3Qq5Tei9qanu4UtYmAY_tdbC8Gv7yVHvIceri3H-mG8,5319
5
+ git_annex/__init__.py,sha256=71NXukas5SOL6UI65o830T-lAx4QC8h6B1PcYTRxL3g,1869
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=PBcEriBxE-6DcwM6ZO6kC0FsLzCSipq-URFrHH8hHWA,168183648
9
+ git_annex/.dylibs/libmagic.1.dylib,sha256=RxXZuUCZA7iGcqppjfi075uZ_F5t8PvP03Oe74ck5Ds,182624
@@ -2,3 +2,5 @@ Wheel-Version: 1.0
2
2
  Generator: hatchling 1.27.0
3
3
  Root-Is-Purelib: false
4
4
  Tag: py3-none-macosx_14_0_arm64
5
+ Generator: delocate 0.13.0
6
+
@@ -1,7 +0,0 @@
1
- git_annex/__init__.py,sha256=QJUr0uno8kddk_D2rsvDM7dYgiDL7ZubRikRtih9nYY,1574
2
- git_annex/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
3
- git_annex/git-annex,sha256=GKMlDglgFW_CrZEQoenBVaqrmBzVNIGbM0JX-TvzYuQ,168165656
4
- git_annex-10.20250520b5.dist-info/METADATA,sha256=wDv2QohZ5KLTcCbK9xYcIbj-ASQWAJOdd-R4BrWxW4Q,4879
5
- git_annex-10.20250520b5.dist-info/WHEEL,sha256=eaSKqWH-ZPKgFrHaSRkMfjdnqk5GaqaF1YPM6h_26sY,102
6
- git_annex-10.20250520b5.dist-info/entry_points.txt,sha256=BI1LqRvI7ETq6hOuPgaT9O9cmmHJwYS3SthvRoNS43s,146
7
- git_annex-10.20250520b5.dist-info/RECORD,,