diff --git a/Formula/b/bbot.rb b/Formula/b/bbot.rb index 77fa5577aecea..f471ec2152b53 100644 --- a/Formula/b/bbot.rb +++ b/Formula/b/bbot.rb @@ -324,7 +324,8 @@ class Bbot < Formula end def install - # 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. + # Remove after https://github.com/pypa/hatch/pull/1999 is released. ENV["SOURCE_DATE_EPOCH"] = "1451574000" virtualenv_install_with_resources diff --git a/Formula/c/codelimit.rb b/Formula/c/codelimit.rb index a6931de279123..fd9a530084513 100644 --- a/Formula/c/codelimit.rb +++ b/Formula/c/codelimit.rb @@ -141,7 +141,8 @@ class Codelimit < Formula end def install - # 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. + # Remove after https://github.com/pypa/hatch/pull/1999 is released. ENV["SOURCE_DATE_EPOCH"] = "1451574000" virtualenv_install_with_resources diff --git a/Formula/c/commitizen.rb b/Formula/c/commitizen.rb index 16b2069d49dfc..92ab6ea8c028a 100644 --- a/Formula/c/commitizen.rb +++ b/Formula/c/commitizen.rb @@ -97,7 +97,8 @@ class Commitizen < Formula end def install - # 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. + # Remove after https://github.com/pypa/hatch/pull/1999 is released. ENV["SOURCE_DATE_EPOCH"] = "1451574000" virtualenv_install_with_resources diff --git a/Formula/c/copier.rb b/Formula/c/copier.rb index 575d469eac6ea..8d9490c7a164e 100644 --- a/Formula/c/copier.rb +++ b/Formula/c/copier.rb @@ -121,7 +121,8 @@ class Copier < Formula end def install - # 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. + # Remove after https://github.com/pypa/hatch/pull/1999 is released. ENV["SOURCE_DATE_EPOCH"] = "1451574000" virtualenv_install_with_resources diff --git a/Formula/c/cyclonedx-python.rb b/Formula/c/cyclonedx-python.rb index bc6c07400e707..1fd3e270a6684 100644 --- a/Formula/c/cyclonedx-python.rb +++ b/Formula/c/cyclonedx-python.rb @@ -174,7 +174,8 @@ class CyclonedxPython < Formula end def install - # 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. + # Remove after https://github.com/pypa/hatch/pull/1999 is released. ENV["SOURCE_DATE_EPOCH"] = "1451574000" virtualenv_install_with_resources diff --git a/Formula/d/dolphie.rb b/Formula/d/dolphie.rb index 79969248be0e2..8e13193245d77 100644 --- a/Formula/d/dolphie.rb +++ b/Formula/d/dolphie.rb @@ -226,7 +226,8 @@ class Dolphie < Formula end def install - # 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. + # Remove after https://github.com/pypa/hatch/pull/1999 is released. ENV["SOURCE_DATE_EPOCH"] = "1451574000" virtualenv_install_with_resources diff --git a/Formula/d/dooit.rb b/Formula/d/dooit.rb index 68e953780ffe1..7508dbeee5d72 100644 --- a/Formula/d/dooit.rb +++ b/Formula/d/dooit.rb @@ -108,7 +108,8 @@ class Dooit < Formula end def install - # 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. + # Remove after https://github.com/pypa/hatch/pull/1999 is released. ENV["SOURCE_DATE_EPOCH"] = "1451574000" virtualenv_install_with_resources diff --git a/Formula/g/gptme.rb b/Formula/g/gptme.rb index fbfd83354f34b..e89a127c8b977 100644 --- a/Formula/g/gptme.rb +++ b/Formula/g/gptme.rb @@ -355,7 +355,8 @@ class Gptme < Formula end def install - # 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. + # Remove after https://github.com/pypa/hatch/pull/1999 is released. ENV["SOURCE_DATE_EPOCH"] = "1451574000" virtualenv_install_with_resources diff --git a/Formula/j/jiratui.rb b/Formula/j/jiratui.rb index 66da7a89dae5d..2972bc3bb5880 100644 --- a/Formula/j/jiratui.rb +++ b/Formula/j/jiratui.rb @@ -287,7 +287,8 @@ def install # Issue ref: https://github.com/whyisdifficult/jiratui/issues/110 inreplace "pyproject.toml", 'requires-python = ">=3.10,<3.14"', 'requires-python = ">=3.10"' - # 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. + # Remove after https://github.com/pypa/hatch/pull/1999 is released. ENV["SOURCE_DATE_EPOCH"] = "1451574000" virtualenv_install_with_resources diff --git a/Formula/j/jrnl.rb b/Formula/j/jrnl.rb index 3c08c77ab44c6..631b69cf78361 100644 --- a/Formula/j/jrnl.rb +++ b/Formula/j/jrnl.rb @@ -112,7 +112,8 @@ def install # PR ref: https://github.com/jrnl-org/jrnl/pull/2015 inreplace "pyproject.toml", 'python = ">=3.10.0, <3.14"', 'python = ">=3.10.0"' - # 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. + # Remove after https://github.com/pypa/hatch/pull/1999 is released. ENV["SOURCE_DATE_EPOCH"] = "1451574000" virtualenv_install_with_resources diff --git a/Formula/k/kaskade.rb b/Formula/k/kaskade.rb index edd4f7fb2b724..44ad8091f1741 100644 --- a/Formula/k/kaskade.rb +++ b/Formula/k/kaskade.rb @@ -201,7 +201,8 @@ def install # Issue ref: https://github.com/sauljabin/kaskade/issues/65 inreplace "pyproject.toml", 'requires-python = ">=3.10,<3.14"', 'requires-python = ">=3.10"' - # 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. + # Remove after https://github.com/pypa/hatch/pull/1999 is released. ENV["SOURCE_DATE_EPOCH"] = "1451574000" virtualenv_install_with_resources end diff --git a/Formula/l/literate-git.rb b/Formula/l/literate-git.rb index fa0a2ac44126a..09e3d94f9ce09 100644 --- a/Formula/l/literate-git.rb +++ b/Formula/l/literate-git.rb @@ -50,7 +50,8 @@ class LiterateGit < Formula end def install - # 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. + # Remove after https://github.com/pypa/hatch/pull/1999 is released. ENV["SOURCE_DATE_EPOCH"] = "1451574000" virtualenv_install_with_resources diff --git a/Formula/m/mac-cleanup-py.rb b/Formula/m/mac-cleanup-py.rb index 587203bb8b1c7..de81dd6b61d98 100644 --- a/Formula/m/mac-cleanup-py.rb +++ b/Formula/m/mac-cleanup-py.rb @@ -97,7 +97,8 @@ class MacCleanupPy < Formula end def install - # 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. + # Remove after https://github.com/pypa/hatch/pull/1999 is released. ENV["SOURCE_DATE_EPOCH"] = "1451574000" # Allow 3.14: https://github.com/mac-cleanup/mac-cleanup-py/pull/277 diff --git a/Formula/m/manim.rb b/Formula/m/manim.rb index 67586abe2c591..80ee7e6489d80 100644 --- a/Formula/m/manim.rb +++ b/Formula/m/manim.rb @@ -206,7 +206,8 @@ class Manim < Formula end def install - # 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. + # Remove after https://github.com/pypa/hatch/pull/1999 is released. ENV["SOURCE_DATE_EPOCH"] = "1451574000" if OS.mac? diff --git a/Formula/o/otterdog.rb b/Formula/o/otterdog.rb index 94e8809e58da8..9510cd1b1f683 100644 --- a/Formula/o/otterdog.rb +++ b/Formula/o/otterdog.rb @@ -251,7 +251,8 @@ class Otterdog < Formula end def install - # 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. + # Remove after https://github.com/pypa/hatch/pull/1999 is released. ENV["SOURCE_DATE_EPOCH"] = "1451574000" ENV["SETUPTOOLS_SCM_PRETEND_VERSION_FOR_PLAYWRIGHT"] = resource("playwright").version virtualenv_install_with_resources diff --git a/Formula/p/podcast-archiver.rb b/Formula/p/podcast-archiver.rb index 37b74da946016..7641ae1c92745 100644 --- a/Formula/p/podcast-archiver.rb +++ b/Formula/p/podcast-archiver.rb @@ -137,7 +137,8 @@ class PodcastArchiver < Formula end def install - # 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. + # Remove after https://github.com/pypa/hatch/pull/1999 is released. ENV["SOURCE_DATE_EPOCH"] = "1451574000" virtualenv_install_with_resources diff --git a/Formula/p/poetry.rb b/Formula/p/poetry.rb index 62df7bdcc1d2d..324de298de03d 100644 --- a/Formula/p/poetry.rb +++ b/Formula/p/poetry.rb @@ -238,7 +238,8 @@ class Poetry < Formula end def install - # 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. + # Remove after https://github.com/pypa/hatch/pull/1999 is released. ENV["SOURCE_DATE_EPOCH"] = "1451574000" venv = virtualenv_install_with_resources without: "zstandard" diff --git a/Formula/p/prowler.rb b/Formula/p/prowler.rb index 7429b243a5e0e..981697789f199 100644 --- a/Formula/p/prowler.rb +++ b/Formula/p/prowler.rb @@ -827,7 +827,8 @@ class Prowler < Formula end def install - # 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. + # Remove after https://github.com/pypa/hatch/pull/1999 is released. ENV["SOURCE_DATE_EPOCH"] = "1451574000" virtualenv_install_with_resources diff --git a/Formula/r/remarshal.rb b/Formula/r/remarshal.rb index e7ae4836d43bc..ef38ca1fb0f82 100644 --- a/Formula/r/remarshal.rb +++ b/Formula/r/remarshal.rb @@ -75,7 +75,8 @@ class Remarshal < Formula end def install - # 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. + # Remove after https://github.com/pypa/hatch/pull/1999 is released. ENV["SOURCE_DATE_EPOCH"] = "1451574000" virtualenv_install_with_resources diff --git a/Formula/r/rich-cli.rb b/Formula/r/rich-cli.rb index 0017b4246f97f..e99fde29d81d0 100644 --- a/Formula/r/rich-cli.rb +++ b/Formula/r/rich-cli.rb @@ -71,7 +71,8 @@ class RichCli < Formula end def install - # 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. + # Remove after https://github.com/pypa/hatch/pull/1999 is released. ENV["SOURCE_DATE_EPOCH"] = "1451574000" virtualenv_install_with_resources diff --git a/Formula/s/sarif-tools.rb b/Formula/s/sarif-tools.rb index 7db5f7888762d..c15ec9f22a6b8 100644 --- a/Formula/s/sarif-tools.rb +++ b/Formula/s/sarif-tools.rb @@ -128,7 +128,8 @@ class SarifTools < Formula end def install - # 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. + # Remove after https://github.com/pypa/hatch/pull/1999 is released. ENV["SOURCE_DATE_EPOCH"] = "1451574000" virtualenv_install_with_resources diff --git a/Formula/s/sceptre.rb b/Formula/s/sceptre.rb index 21fcac7c9c5fe..d17bbef630911 100644 --- a/Formula/s/sceptre.rb +++ b/Formula/s/sceptre.rb @@ -158,7 +158,8 @@ class Sceptre < Formula end def install - # 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. + # Remove after https://github.com/pypa/hatch/pull/1999 is released. ENV["SOURCE_DATE_EPOCH"] = "1451574000" # Avoid issue if `numpy` is installed, https://github.com/Sceptre/sceptre/issues/1541 diff --git a/Formula/s/sherlock.rb b/Formula/s/sherlock.rb index 1ae908d26a0a2..7a38be5e4a398 100644 --- a/Formula/s/sherlock.rb +++ b/Formula/s/sherlock.rb @@ -103,7 +103,8 @@ class Sherlock < Formula end def install - # 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. + # Remove after https://github.com/pypa/hatch/pull/1999 is released. ENV["SOURCE_DATE_EPOCH"] = "1451574000" virtualenv_install_with_resources diff --git a/Formula/s/sigma-cli.rb b/Formula/s/sigma-cli.rb index 998463f9bd02f..5c8acbcaf638d 100644 --- a/Formula/s/sigma-cli.rb +++ b/Formula/s/sigma-cli.rb @@ -107,7 +107,8 @@ class SigmaCli < Formula end def install - # 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. + # Remove after https://github.com/pypa/hatch/pull/1999 is released. ENV["SOURCE_DATE_EPOCH"] = "1451574000" virtualenv_install_with_resources diff --git a/Formula/s/snakefmt.rb b/Formula/s/snakefmt.rb index 6c8fd027f9b09..0b7d817fdbccf 100644 --- a/Formula/s/snakefmt.rb +++ b/Formula/s/snakefmt.rb @@ -46,7 +46,8 @@ class Snakefmt < Formula end def install - # 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. + # Remove after https://github.com/pypa/hatch/pull/1999 is released. ENV["SOURCE_DATE_EPOCH"] = "1451574000" virtualenv_install_with_resources diff --git a/Formula/s/streamrip.rb b/Formula/s/streamrip.rb index 005315ae5d90d..972f4717eea0c 100644 --- a/Formula/s/streamrip.rb +++ b/Formula/s/streamrip.rb @@ -194,7 +194,8 @@ class Streamrip < Formula end def install - # 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. + # Remove after https://github.com/pypa/hatch/pull/1999 is released. ENV["SOURCE_DATE_EPOCH"] = "1451574000" virtualenv_install_with_resources diff --git a/Formula/t/terraform-iam-policy-validator.rb b/Formula/t/terraform-iam-policy-validator.rb index be70470013c7d..944994ec18e26 100644 --- a/Formula/t/terraform-iam-policy-validator.rb +++ b/Formula/t/terraform-iam-policy-validator.rb @@ -62,7 +62,8 @@ class TerraformIamPolicyValidator < Formula end def install - # 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. + # Remove after https://github.com/pypa/hatch/pull/1999 is released. ENV["SOURCE_DATE_EPOCH"] = "1451574000" virtualenv_install_with_resources diff --git a/Formula/v/vunnel.rb b/Formula/v/vunnel.rb index 6a367fb908229..e65b637db578d 100644 --- a/Formula/v/vunnel.rb +++ b/Formula/v/vunnel.rb @@ -254,7 +254,8 @@ def install # Issue ref: https://github.com/anchore/vunnel/issues/904 inreplace "pyproject.toml", 'requires-python = "<3.14,>=3.11"', 'requires-python = ">=3.11"' - # 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. + # Remove after https://github.com/pypa/hatch/pull/1999 is released. ENV["SOURCE_DATE_EPOCH"] = "1451574000" # Fix compilation of ijson native extensions, note: