@@ -3,10 +3,9 @@ class Bpython < Formula
33
44 desc "Fancy interface to the Python interpreter"
55 homepage "https://bpython-interpreter.org"
6- url "https://files.pythonhosted.org/packages/ba/dd/cc02bf66f342a4673867fdf6c1f9fce90ec1e91e651b21bc4af4890101da /bpython-0.25 .tar.gz"
7- sha256 "c246fc909ef6dcc26e9d8cb4615b0e6b1613f3543d12269b19ffd0782166c65b "
6+ url "https://files.pythonhosted.org/packages/44/29/cd80e9108a6fc6a925ffb915f8f69198a2bb2388e39167a41d743ac2a8f4 /bpython-0.26 .tar.gz"
7+ sha256 "f79083e1e3723be9b49c9994ad1dd3a19ccb4d0d4f9a6f5b3a73bef8bc327433 "
88 license "MIT"
9- revision 2
109 head "https://github.com/bpython/bpython.git" , branch : "main"
1110
1211 bottle do
@@ -30,8 +29,8 @@ class Bpython < Formula
3029 end
3130
3231 resource "charset-normalizer" do
33- url "https://files.pythonhosted.org/packages/83/2d/5fd176ceb9b2fc619e63405525573493ca23441330fcdaee6bef9460e924 /charset_normalizer-3.4.3 .tar.gz"
34- sha256 "6fce4b8500244f6fcb71465d4a4930d132ba9ab8e71a7859e6a5d59851068d14 "
32+ url "https://files.pythonhosted.org/packages/13/69/33ddede1939fdd074bce5434295f38fae7136463422fe4fd3e0e89b98062 /charset_normalizer-3.4.4 .tar.gz"
33+ sha256 "94537985111c35f28720e43603b8e7b43a6ecfb2ce1d3058bbe955b73404e21a "
3534 end
3635
3736 resource "curtsies" do
@@ -79,17 +78,6 @@ class Bpython < Formula
7978 sha256 "4d478375d31bc5395a3c55c40ccdf3354688364cd61c4f6adacaa9215d0b3605"
8079 end
8180
82- # Fix to build with Python 3.14, remove in next release
83- # Issue ref: https://github.com/bpython/bpython/issues/1035
84- patch do
85- url "https://github.com/bpython/bpython/commit/064ae933ee909e87c3b698a5fdf5c3062c5a318b.patch?full_index=1"
86- sha256 "591cee829b44aa00967bb53cfdc9d21b96b5439d2b0b6a3b9bc9f12d242bc3c3"
87- end
88-
89- def python3
90- which ( "python3.14" )
91- end
92-
9381 def install
9482 virtualenv_install_with_resources
9583 end
0 commit comments