mirror of
https://git.freebsd.org/ports.git
synced 2025-06-17 18:50:33 -04:00
- 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
11 lines
303 B
Python
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",
|