ports/devel/py-gitpython/pkg-descr
Po-Chuan Hsieh 579c74c9bf
devel/py-gitpython: Update to 3.1.43
- Update WWW
- Update TEST_DEPENDS
- Convert to USE_PYTHON=pep517
- Convert to USE_PYTHON=pytest
- Update pkg-descr

Changes:	https://github.com/gitpython-developers/GitPython/releases
		https://gitpython.readthedocs.io/en/stable/changes.html
2024-09-18 14:13:14 +08:00

5 lines
263 B
Text

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 often
backed by calling the git command-line program.