2010-11-17 20:08:18 +00:00
|
|
|
# Template file for 'git-python'.
|
|
|
|
#
|
2012-05-31 20:45:18 +00:00
|
|
|
noarch=yes
|
|
|
|
pycompile_module="git_remote_helpers"
|
2012-05-23 16:26:56 +00:00
|
|
|
depends="git python"
|
2010-11-17 20:08:18 +00:00
|
|
|
short_desc="${sourcepkg} python bindings"
|
|
|
|
long_desc="${long_desc}
|
|
|
|
|
|
|
|
This package contains the Python bindings for GIT."
|
|
|
|
|
2012-05-31 20:45:18 +00:00
|
|
|
do_install() {
|
|
|
|
vmove "usr/lib/python*" usr/lib
|
2010-11-17 20:08:18 +00:00
|
|
|
}
|