We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 521a40d commit e8d74fdCopy full SHA for e8d74fd
Formula/m/mac-cleanup-py.rb
@@ -97,7 +97,8 @@ class MacCleanupPy < Formula
97
end
98
99
def install
100
- # The source doesn't have a valid SOURCE_DATE_EPOCH, so here we set default.
+ # hatch does not support a SOURCE_DATE_EPOCH before 1980.
101
+ # Remove after https://github.com/pypa/hatch/pull/1999 is released.
102
ENV["SOURCE_DATE_EPOCH"] = "1451574000"
103
104
# Allow 3.14: https://github.com/mac-cleanup/mac-cleanup-py/pull/277
0 commit comments