git-annex 10.20250520b6__py3-none-macosx_14_0_arm64.whl → 10.20250605rc1__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 +9 -1
- git_annex/git-annex +0 -0
- git_annex/magic.mgc +0 -0
- {git_annex-10.20250520b6.dist-info → git_annex-10.20250605rc1.dist-info}/METADATA +14 -7
- git_annex-10.20250605rc1.dist-info/RECORD +9 -0
- git_annex-10.20250520b6.dist-info/RECORD +0 -8
- {git_annex-10.20250520b6.dist-info → git_annex-10.20250605rc1.dist-info}/WHEEL +0 -0
- {git_annex-10.20250520b6.dist-info → git_annex-10.20250605rc1.dist-info}/entry_points.txt +0 -0
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
|
-
|
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.
|
3
|
+
Version: 10.20250605rc1
|
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
|
@@ -35,6 +35,8 @@ Description-Content-Type: text/markdown
|
|
35
35
|
|
36
36
|
# Python wheel package for git-annex
|
37
37
|
|
38
|
+
[](https://github.com/psychoinformatics-de/git-annex-wheel/actions/workflows/test-pypi-wheel.yaml)
|
39
|
+
|
38
40
|
## Why?
|
39
41
|
|
40
42
|
[Git-annex](https://git-annex.branchable.com/) is written in Haskell and plenty
|
@@ -76,10 +78,7 @@ uv tool install git-annex
|
|
76
78
|
|
77
79
|
## git-annex build configuration
|
78
80
|
|
79
|
-
Git-annex is built with libmagic support
|
80
|
-
The primary purpose of this package is to provide git-annex (as a dependency),
|
81
|
-
installed in a virtual environment. Users of the git-annex assistant application
|
82
|
-
likely install git-annex via any of its platform packages.
|
81
|
+
Git-annex is built with libmagic support.
|
83
82
|
|
84
83
|
## Platform notes
|
85
84
|
|
@@ -97,8 +96,7 @@ The wheel is self-contained and includes a copy of libmagic and the `magic.mgc`
|
|
97
96
|
|
98
97
|
### Mac
|
99
98
|
|
100
|
-
|
101
|
-
to be deployed separately.
|
99
|
+
The wheel is self-contained and includes a copy of libmagic and the `magic.mgc` database.
|
102
100
|
|
103
101
|
|
104
102
|
## Developer information
|
@@ -125,3 +123,12 @@ packages](https://packaging.python.org/en/latest/discussions/versioning/).
|
|
125
123
|
|
126
124
|
The included (GitHub) action workflows will build a corresponding wheel
|
127
125
|
and upload it to PyPi.
|
126
|
+
|
127
|
+
|
128
|
+
## Acknowledgements
|
129
|
+
|
130
|
+
This work was funded, in part, by
|
131
|
+
|
132
|
+
- Deutsche Forschungsgemeinschaft (DFG, German Research Foundation) under grant TRR 379 (546006540, Q02 project)
|
133
|
+
- Deutsche Forschungsgemeinschaft (DFG, German Research Foundation) under grant SFB 1451 (431549029, INF project)
|
134
|
+
- 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.20250605rc1.dist-info/RECORD,,
|
2
|
+
git_annex-10.20250605rc1.dist-info/WHEEL,sha256=-c1LAv5KyiF7uwcjNqyHZBN1UIu5Jt_DDwKQvhiWp2w,130
|
3
|
+
git_annex-10.20250605rc1.dist-info/entry_points.txt,sha256=BI1LqRvI7ETq6hOuPgaT9O9cmmHJwYS3SthvRoNS43s,146
|
4
|
+
git_annex-10.20250605rc1.dist-info/METADATA,sha256=1tRlA0jMod8dYkHhQbe9NOqsimyMhQUbO9KzdP5KdiU,5282
|
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=vv-GpcnsYLnfBDKhPrdwR0FqO-EL7alZOhMhfck-8sE,168291360
|
9
|
+
git_annex/.dylibs/libmagic.1.dylib,sha256=RxXZuUCZA7iGcqppjfi075uZ_F5t8PvP03Oe74ck5Ds,182624
|
@@ -1,8 +0,0 @@
|
|
1
|
-
git_annex-10.20250520b6.dist-info/RECORD,,
|
2
|
-
git_annex-10.20250520b6.dist-info/WHEEL,sha256=-c1LAv5KyiF7uwcjNqyHZBN1UIu5Jt_DDwKQvhiWp2w,130
|
3
|
-
git_annex-10.20250520b6.dist-info/entry_points.txt,sha256=BI1LqRvI7ETq6hOuPgaT9O9cmmHJwYS3SthvRoNS43s,146
|
4
|
-
git_annex-10.20250520b6.dist-info/METADATA,sha256=mm0gJsfhZSFKTPFjEKngGUYHCHx9U-2bCpJVOD4-ppA,4879
|
5
|
-
git_annex/__init__.py,sha256=QJUr0uno8kddk_D2rsvDM7dYgiDL7ZubRikRtih9nYY,1574
|
6
|
-
git_annex/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
7
|
-
git_annex/git-annex,sha256=7BNA-TSzxOjI_BHm04LxBVwxqcK93DubNHjupshe428,168183776
|
8
|
-
git_annex/.dylibs/libmagic.1.dylib,sha256=RxXZuUCZA7iGcqppjfi075uZ_F5t8PvP03Oe74ck5Ds,182624
|
File without changes
|
File without changes
|