Skip to content

Commit e8d74fd

Browse files
committed
mac-cleanup-py: add issue link for hatch workaround
1 parent 521a40d commit e8d74fd

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Formula/m/mac-cleanup-py.rb

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,8 @@ class MacCleanupPy < Formula
9797
end
9898

9999
def install
100-
# The source doesn't have a valid SOURCE_DATE_EPOCH, so here we set default.
100+
# hatch does not support a SOURCE_DATE_EPOCH before 1980.
101+
# Remove after https://github.com/pypa/hatch/pull/1999 is released.
101102
ENV["SOURCE_DATE_EPOCH"] = "1451574000"
102103

103104
# Allow 3.14: https://github.com/mac-cleanup/mac-cleanup-py/pull/277

0 commit comments

Comments
 (0)