1
0
Fork 0
mirror of https://git.freebsd.org/ports.git synced 2025-06-17 18:50:33 -04:00
ports/devel/py-gitpython/files/patch-setup.py
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

11 lines
303 B
Python

--- setup.py.orig 2024-03-30 07:54:12 UTC
+++ setup.py
@@ -63,7 +63,7 @@ setup(
setup(
- name="GitPython",
+ name="gitpython",
cmdclass={"build_py": build_py, "sdist": sdist},
version=version,
description="GitPython is a Python library used to interact with Git repositories",