Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
28 commits
Select commit Hold shift + click to select a range
8fd18ef
bbot: add issue link for hatch workaround
branchvincent Oct 25, 2025
d6b6549
codelimit: add issue link for hatch workaround
branchvincent Oct 25, 2025
5c60924
commitizen: add issue link for hatch workaround
branchvincent Oct 25, 2025
74f74f4
copier: add issue link for hatch workaround
branchvincent Oct 25, 2025
18e947c
cyclonedx-python: add issue link for hatch workaround
branchvincent Oct 25, 2025
25dae1d
dolphie: add issue link for hatch workaround
branchvincent Oct 25, 2025
954121e
dooit: add issue link for hatch workaround
branchvincent Oct 25, 2025
e9330f0
gptme: add issue link for hatch workaround
branchvincent Oct 25, 2025
9e68b2b
jiratui: add issue link for hatch workaround
branchvincent Oct 25, 2025
c71ad91
jrnl: add issue link for hatch workaround
branchvincent Oct 25, 2025
d22fc9e
kaskade: add issue link for hatch workaround
branchvincent Oct 25, 2025
521a40d
literate-git: add issue link for hatch workaround
branchvincent Oct 25, 2025
e8d74fd
mac-cleanup-py: add issue link for hatch workaround
branchvincent Oct 25, 2025
e379bd7
manim: add issue link for hatch workaround
branchvincent Oct 25, 2025
bb01522
otterdog: add issue link for hatch workaround
branchvincent Oct 25, 2025
cae4da5
podcast-archiver: add issue link for hatch workaround
branchvincent Oct 25, 2025
a249f19
poetry: add issue link for hatch workaround
branchvincent Oct 25, 2025
321dd04
prowler: add issue link for hatch workaround
branchvincent Oct 25, 2025
0ac539d
remarshal: add issue link for hatch workaround
branchvincent Oct 25, 2025
d8e6262
rich-cli: add issue link for hatch workaround
branchvincent Oct 25, 2025
b62055b
sarif-tools: add issue link for hatch workaround
branchvincent Oct 25, 2025
9d484d1
sceptre: add issue link for hatch workaround
branchvincent Oct 25, 2025
d32b72e
sherlock: add issue link for hatch workaround
branchvincent Oct 25, 2025
9cbfa0d
sigma-cli: add issue link for hatch workaround
branchvincent Oct 25, 2025
406a2d5
snakefmt: add issue link for hatch workaround
branchvincent Oct 25, 2025
f8453d4
streamrip: add issue link for hatch workaround
branchvincent Oct 25, 2025
ba7e37b
terraform-iam-policy-validator: add issue link for hatch workaround
branchvincent Oct 25, 2025
f31e50f
vunnel: add issue link for hatch workaround
branchvincent Oct 25, 2025
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion Formula/b/bbot.rb
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
3 changes: 2 additions & 1 deletion Formula/c/codelimit.rb
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
3 changes: 2 additions & 1 deletion Formula/c/commitizen.rb
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
3 changes: 2 additions & 1 deletion Formula/c/copier.rb
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
3 changes: 2 additions & 1 deletion Formula/c/cyclonedx-python.rb
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
3 changes: 2 additions & 1 deletion Formula/d/dolphie.rb
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
3 changes: 2 additions & 1 deletion Formula/d/dooit.rb
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
3 changes: 2 additions & 1 deletion Formula/g/gptme.rb
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
3 changes: 2 additions & 1 deletion Formula/j/jiratui.rb
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
3 changes: 2 additions & 1 deletion Formula/j/jrnl.rb
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
3 changes: 2 additions & 1 deletion Formula/k/kaskade.rb
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
3 changes: 2 additions & 1 deletion Formula/l/literate-git.rb
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
3 changes: 2 additions & 1 deletion Formula/m/mac-cleanup-py.rb
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
3 changes: 2 additions & 1 deletion Formula/m/manim.rb
Original file line number Diff line number Diff line change
Expand Up @@ -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?
Expand Down
3 changes: 2 additions & 1 deletion Formula/o/otterdog.rb
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
3 changes: 2 additions & 1 deletion Formula/p/podcast-archiver.rb
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
3 changes: 2 additions & 1 deletion Formula/p/poetry.rb
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
3 changes: 2 additions & 1 deletion Formula/p/prowler.rb
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
3 changes: 2 additions & 1 deletion Formula/r/remarshal.rb
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
3 changes: 2 additions & 1 deletion Formula/r/rich-cli.rb
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
3 changes: 2 additions & 1 deletion Formula/s/sarif-tools.rb
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
3 changes: 2 additions & 1 deletion Formula/s/sceptre.rb
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
3 changes: 2 additions & 1 deletion Formula/s/sherlock.rb
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
3 changes: 2 additions & 1 deletion Formula/s/sigma-cli.rb
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
3 changes: 2 additions & 1 deletion Formula/s/snakefmt.rb
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
3 changes: 2 additions & 1 deletion Formula/s/streamrip.rb
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
3 changes: 2 additions & 1 deletion Formula/t/terraform-iam-policy-validator.rb
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
3 changes: 2 additions & 1 deletion Formula/v/vunnel.rb
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
Loading