Skip to Content.
Sympa Menu

sm-grimoire-bugs - [SM-Grimoire-Bugs] [Bug 15652] devel/git: hard-depending on python?

sm-grimoire-bugs AT lists.ibiblio.org

Subject: SourceMage Grimoire Bug List

List archive

Chronological Thread  
  • From: bugzilla-daemon AT bugs.sourcemage.org
  • To: sm-grimoire-bugs AT lists.ibiblio.org
  • Subject: [SM-Grimoire-Bugs] [Bug 15652] devel/git: hard-depending on python?
  • Date: 7 Apr 2010 19:43:59 -0000

http://bugs.sourcemage.org/show_bug.cgi?id=15652


Eric Sandall <sandalle AT sourcemage.org> changed:

What |Removed |Added
----------------------------------------------------------------------------
CC| |sandalle AT sourcemage.org




--- Comment #2 from Eric Sandall <sandalle AT sourcemage.org> 2010-04-07
14:43:58 ---
Looks like you'd lose the git_remote_helpers
(http://ftp.ntu.edu.tw/ftp/pub/software/scm/git/docs/git-remote-helpers.txt):
DESCRIPTION
-----------

These programs are normally not used directly by end users, but are
invoked by various git programs that interact with remote repositories
when the repository they would operate on will be accessed using
transport code not linked into the main git binary. Various particular
helper programs will behave as documented here.

$ gaze compile git
...
creating /usr/lib/python2.6/site-packages/git_remote_helpers
creating /usr/lib/python2.6/site-packages/git_remote_helpers/git
copying build/lib/git_remote_helpers/git/git.py ->
/usr/lib/python2.6/site-packages/git_remote_helpers/git
copying build/lib/git_remote_helpers/git/__init__.py ->
/usr/lib/python2.6/site-packages/git_remote_helpers/git
copying build/lib/git_remote_helpers/util.py ->
/usr/lib/python2.6/site-packages/git_remote_helpers
copying build/lib/git_remote_helpers/__init__.py ->
/usr/lib/python2.6/site-packages/git_remote_helpers
byte-compiling /usr/lib/python2.6/site-packages/git_remote_helpers/git/git.py
to git.pyc
byte-compiling
/usr/lib/python2.6/site-packages/git_remote_helpers/git/__init__.py to
__init__.pyc
byte-compiling /usr/lib/python2.6/site-packages/git_remote_helpers/util.py to
util.pyc
byte-compiling /usr/lib/python2.6/site-packages/git_remote_helpers/__init__.py
to __init__.pyc
running install_egg_info
Writing
/usr/lib/python2.6/site-packages/git_remote_helpers-0.1.0-py2.6.egg-info

Some of the contributed tools (which we don't build or install) use Python:
contrib/p4import/git-p4import.py:#!/usr/bin/python
contrib/hg-to-git/hg-to-git.txt:combination of shell and python) but it does
already work quite well for
contrib/hg-to-git/hg-to-git.py:#! /usr/bin/python
contrib/gitview/gitview.txt:* Python 2.4
contrib/gitview/gitview:#! /usr/bin/env python
contrib/fast-import/import-zips.py:#!/usr/bin/python
contrib/fast-import/import-zips.py:## python import-zips.py *.zip
contrib/fast-import/git-p4.bat:@python "%~d0%~p0git-p4" %*
contrib/fast-import/git-p4:#!/usr/bin/env python
git-gui/git-gui.sh: #!*python { set i python }

--
Configure bugmail: http://bugs.sourcemage.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.




Archive powered by MHonArc 2.6.24.

Top of Page