git: use python_version, remove patch.

This commit is contained in:
Érico Rolim 2020-08-23 19:07:42 -03:00 committed by Đoàn Trần Công Danh
parent 16cf4162c0
commit 19a69d1d4f
2 changed files with 1 additions and 8 deletions

View File

@ -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.
#

View File

@ -17,6 +17,7 @@ distfiles="https://www.kernel.org/pub/software/scm/git/git-${version}.tar.xz"
checksum=dfa5d1a253aa451465478fe45c6a40ab8605b340fdb4c4e80b16d7f87708439d
replaces="git-perl>=0"
register_shell=/usr/bin/git-shell
python_version=3
subpackages="git-cvs git-svn gitk git-gui git-all git-libsecret git-netrc"