git-annex 10.20250520a10__py3-none-macosx_13_0_x86_64.whl → 10.20250520b1__py3-none-macosx_13_0_x86_64.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/git-annex +0 -0
- {git_annex-10.20250520a10.dist-info → git_annex-10.20250520b1.dist-info}/METADATA +15 -1
- git_annex-10.20250520b1.dist-info/RECORD +7 -0
- git_annex-10.20250520a10.dist-info/RECORD +0 -7
- {git_annex-10.20250520a10.dist-info → git_annex-10.20250520b1.dist-info}/WHEEL +0 -0
- {git_annex-10.20250520a10.dist-info → git_annex-10.20250520b1.dist-info}/entry_points.txt +0 -0
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.
|
3
|
+
Version: 10.20250520b1
|
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
|
@@ -37,6 +37,13 @@ Description-Content-Type: text/markdown
|
|
37
37
|
|
38
38
|
https://pypi.org/project/git-annex/
|
39
39
|
|
40
|
+
[uv](https://docs.astral.sh/uv/) users can deploy git-annex in a dedicated virtual
|
41
|
+
environment via the one-liner:
|
42
|
+
|
43
|
+
```
|
44
|
+
uv tool install git-annex
|
45
|
+
```
|
46
|
+
|
40
47
|
Git-annex is built with libmagic support, but without the git-annex assistant.
|
41
48
|
The primary purpose of this package is to provide git-annex (as a dependency),
|
42
49
|
installed in a virtual environment. Users of the git-annex assistant application
|
@@ -60,3 +67,10 @@ The wheel is self-contained and includes a copy of libmagic and the `magic.mgc`
|
|
60
67
|
|
61
68
|
Git-annex is built with libmagic support, but the library is not included and needs
|
62
69
|
to be deployed separately.
|
70
|
+
|
71
|
+
|
72
|
+
## Developer information
|
73
|
+
|
74
|
+
### How to update for a new git-annex release?
|
75
|
+
|
76
|
+
TODO
|
@@ -0,0 +1,7 @@
|
|
1
|
+
git_annex/__init__.py,sha256=j8qJxYY0WVQQP8IXmkSBZQ2nPswrOrwpzPjBQ4VEfrk,895
|
2
|
+
git_annex/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
3
|
+
git_annex/git-annex,sha256=6VbsZeokU-SFFLIXC0z7piQcIeUsCOhyLKYcI4vPeko,49298272
|
4
|
+
git_annex-10.20250520b1.dist-info/METADATA,sha256=9DVQfuOcyVU-PYxViqj8HwqwLpT-FDOQTZPOATLjSyg,2832
|
5
|
+
git_annex-10.20250520b1.dist-info/WHEEL,sha256=Mg9ffUKlLAZ3neFxGovlcxZht42vBGUz9HUbsaBtTmM,103
|
6
|
+
git_annex-10.20250520b1.dist-info/entry_points.txt,sha256=BI1LqRvI7ETq6hOuPgaT9O9cmmHJwYS3SthvRoNS43s,146
|
7
|
+
git_annex-10.20250520b1.dist-info/RECORD,,
|
@@ -1,7 +0,0 @@
|
|
1
|
-
git_annex/__init__.py,sha256=j8qJxYY0WVQQP8IXmkSBZQ2nPswrOrwpzPjBQ4VEfrk,895
|
2
|
-
git_annex/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
3
|
-
git_annex/git-annex,sha256=bZccNs_t6x1UVxZCCYuhp4qyukEaL86wfTpb2jOvBKc,49298304
|
4
|
-
git_annex-10.20250520a10.dist-info/METADATA,sha256=f6wiEC9Id81gzL_SizXy7VXam-4bDc-zbIgjVOMdQOo,2602
|
5
|
-
git_annex-10.20250520a10.dist-info/WHEEL,sha256=Mg9ffUKlLAZ3neFxGovlcxZht42vBGUz9HUbsaBtTmM,103
|
6
|
-
git_annex-10.20250520a10.dist-info/entry_points.txt,sha256=BI1LqRvI7ETq6hOuPgaT9O9cmmHJwYS3SthvRoNS43s,146
|
7
|
-
git_annex-10.20250520a10.dist-info/RECORD,,
|
File without changes
|
File without changes
|