Skip to content

Commit e5a7571

Browse files
BrewTestBotdaeho-ro
authored andcommitted
ipython 9.13.0
1 parent fa6b028 commit e5a7571

1 file changed

Lines changed: 7 additions & 7 deletions

File tree

Formula/i/ipython.rb

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -3,16 +3,11 @@ class Ipython < Formula
33

44
desc "Interactive computing in Python"
55
homepage "https://ipython.org/"
6-
url "https://files.pythonhosted.org/packages/3a/73/7114f80a8f9cabdb13c27732dce24af945b2923dcab80723602f7c8bc2d8/ipython-9.12.0.tar.gz"
7-
sha256 "01daa83f504b693ba523b5a407246cabde4eb4513285a3c6acaff11a66735ee4"
6+
url "https://files.pythonhosted.org/packages/cd/c4/87cda5842cf5c31837c06ddb588e11c3c35d8ece89b7a0108c06b8c9b00a/ipython-9.13.0.tar.gz"
7+
sha256 "7e834b6afc99f020e3f05966ced34792f40267d64cb1ea9043886dab0dde5967"
88
license "BSD-3-Clause"
9-
revision 1
109
head "https://github.com/ipython/ipython.git", branch: "main"
1110

12-
bottle do
13-
sha256 cellar: :any_skip_relocation, all: "b715dede0843ec065396cc1de8e25ddf092c9588d508352085e14c3214f703ab"
14-
end
15-
1611
depends_on "python@3.14"
1712

1813
resource "asttokens" do
@@ -60,6 +55,11 @@ class Ipython < Formula
6055
sha256 "28cde192929c8e7321de85de1ddbe736f1375148b02f2e17edd840042b1be855"
6156
end
6257

58+
resource "psutil" do
59+
url "https://files.pythonhosted.org/packages/aa/c6/d1ddf4abb55e93cebc4f2ed8b5d6dbad109ecb8d63748dd2b20ab5e57ebe/psutil-7.2.2.tar.gz"
60+
sha256 "0746f5f8d406af344fd547f1c8daa5f5c33dbc293bb8d6a16d80b4bb88f59372"
61+
end
62+
6363
resource "ptyprocess" do
6464
url "https://files.pythonhosted.org/packages/20/e5/16ff212c1e452235a90aeb09066144d0c5a6a8c0834397e03f5224495c4e/ptyprocess-0.7.0.tar.gz"
6565
sha256 "5c5d0a3b48ceee0b48485e0c26037c0acd7d29765ca3fbb5cb3831d347423220"

0 commit comments

Comments
 (0)