mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-07 23:53:51 +02:00
git: use python_version, remove patch.
This commit is contained in:
parent
16cf4162c0
commit
19a69d1d4f
2 changed files with 1 additions and 8 deletions
|
@ -1,8 +0,0 @@
|
||||||
--- git-p4.py
|
|
||||||
+++ git-p4.py
|
|
||||||
@@ -1,4 +1,4 @@
|
|
||||||
-#!/usr/bin/env python
|
|
||||||
+#!/usr/bin/env python3
|
|
||||||
#
|
|
||||||
# git-p4.py -- A tool for bidirectional operation between a Perforce depot and git.
|
|
||||||
#
|
|
|
@ -17,6 +17,7 @@ distfiles="https://www.kernel.org/pub/software/scm/git/git-${version}.tar.xz"
|
||||||
checksum=dfa5d1a253aa451465478fe45c6a40ab8605b340fdb4c4e80b16d7f87708439d
|
checksum=dfa5d1a253aa451465478fe45c6a40ab8605b340fdb4c4e80b16d7f87708439d
|
||||||
replaces="git-perl>=0"
|
replaces="git-perl>=0"
|
||||||
register_shell=/usr/bin/git-shell
|
register_shell=/usr/bin/git-shell
|
||||||
|
python_version=3
|
||||||
|
|
||||||
subpackages="git-cvs git-svn gitk git-gui git-all git-libsecret git-netrc"
|
subpackages="git-cvs git-svn gitk git-gui git-all git-libsecret git-netrc"
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue