NOTICE: This package has been removed from pkgsrc

./wip/py-git, Python library used to interact with Git repositories

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ]


Branch: CURRENT, Version: 3.1.0, Package name: py39-git-3.1.0, Maintainer: kamel.derouiche

GitPython is a python library used to interact with git repositories,
high-level like git-porcelain, or low-level like git-plumbing.

It provides abstractions of git objects for easy access of repository
data, and additionally allows you to access the git repository more
directly using either a pure python implementation, or the faster, but
more resource intensive git command implementation.

The object database implementation is optimized for handling large
quantities of objects and large datasets, which is achieved by using
low-level structures and data streaming.


Required to run:
[devel/py-setuptools] [devel/git-base] [lang/python37]

Required to build:
[pkgtools/cwrappers]

Master sites:

RMD160: faf3d7e7a4449b83296c34bb932f04dc3dd04426
Filesize: 419.999 KB

Version history: (Expand)


CVS history: (Expand)


   2014-12-31 14:58:18 by Thomas Klausner | Files touched by this commit (24)
Log message:
Improve EGG_NAME default to work for packages with '-' in their name.
Remove now unnecessary overrides in various packages.

Fix various problems while here, including marking packages as not ready
for python-3.x.
   2012-10-07 13:54:33 by Aleksej Saushev | Files touched by this commit (55)
Log message:
Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.
Mark packages that don't or might probably not have staged installation.
   2012-01-06 12:19:04 by Kamel Derouiche | Files touched by this commit (4) | Imported package
Log message:
Import py27-git-0.3.2.rc1 as wip/py-git.

Python library used to interact with Git repositories