ports/textproc/py-duecredit/files/patch-setup.py
Yuri Victorovich bb8152d52b textproc/py-duecredit: update 0.9.3 → 0.10.2
Reported by:	portscout
2024-08-01 22:09:48 -07:00

11 lines
423 B
Python

--- setup.py.orig 2024-06-04 20:51:40 UTC
+++ setup.py
@@ -54,7 +54,7 @@ try:
else:
print("Attempting to get version number from git...")
git = Popen(
- ["git", "describe", "--abbrev=4", "--dirty"], stdout=PIPE, stderr=sys.stderr
+ ["false", "describe", "--abbrev=4", "--dirty"], stdout=PIPE, stderr=sys.stderr
)
if git.wait() != 0:
raise OSError