Skip to content

Commit d22fc9e

Browse files
committed
kaskade: add issue link for hatch workaround
1 parent c71ad91 commit d22fc9e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Formula/k/kaskade.rb

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -201,7 +201,8 @@ def install
201201
# Issue ref: https://github.com/sauljabin/kaskade/issues/65
202202
inreplace "pyproject.toml", 'requires-python = ">=3.10,<3.14"', 'requires-python = ">=3.10"'
203203

204-
# The source doesn't have a valid SOURCE_DATE_EPOCH, so here we set default.
204+
# hatch does not support a SOURCE_DATE_EPOCH before 1980.
205+
# Remove after https://github.com/pypa/hatch/pull/1999 is released.
205206
ENV["SOURCE_DATE_EPOCH"] = "1451574000"
206207
virtualenv_install_with_resources
207208
end

0 commit comments

Comments
 (0)