@@ -31,32 +31,18 @@ class Cassandra < Formula
3131 extra_packages : [ "cassandra-driver" , "wcwidth" ]
3232
3333 resource "cassandra-driver" do
34- url "https://files.pythonhosted.org/packages/06/47/4e0fbdf02a7a418997f16f59feba26937d9973b979d3f23d79fbd8f6186f/cassandra_driver-3.29.3.tar.gz"
35- sha256 "ff6b82ee4533f6fd4474d833e693b44b984f58337173ee98ed76bce08721a636"
36-
37- # Remove `ez_setup.py` to be compatible with setuptools 82+, remove in next release
38- patch do
39- url "https://github.com/apache/cassandra-python-driver/commit/7d8015e3c1cff543a5f64c70cff3e14216e58037.patch?full_index=1"
40- sha256 "66a5a714aed117306e6c0e78b51615b56ca655e12cb9ea5718b0c1ae384ceef6"
41- end
42- patch :DATA
34+ url "https://files.pythonhosted.org/packages/bb/ed/4e16210e194660f107929ee494f1cf18557252655067d9b39029c241be2d/cassandra_driver-3.30.1.tar.gz"
35+ sha256 "0c6a3e1428f7c6a9aa6c944b9c47a37cd2cdbeb5b5a82d42c33afdd56f14e398"
4336 end
4437
45- resource "cassandra-driver" do
46- url "https://files.pythonhosted.org/packages/06/47/4e0fbdf02a7a418997f16f59feba26937d9973b979d3f23d79fbd8f6186f/cassandra_driver-3.29.3.tar.gz"
47- sha256 "ff6b82ee4533f6fd4474d833e693b44b984f58337173ee98ed76bce08721a636"
48-
49- # Remove `ez_setup.py` to be compatible with setuptools 82+, remove in next release
50- patch do
51- url "https://github.com/apache/cassandra-python-driver/commit/7d8015e3c1cff543a5f64c70cff3e14216e58037.patch?full_index=1"
52- sha256 "66a5a714aed117306e6c0e78b51615b56ca655e12cb9ea5718b0c1ae384ceef6"
53- end
54- patch :DATA
38+ resource "click" do
39+ url "https://files.pythonhosted.org/packages/76/d4/81420972a676e8ffea40450d8c8c92943e7218a78fe9b64359836cc9876b/click-8.4.2.tar.gz"
40+ sha256 "9a6cea6e60b17ebe0a44c5cc636d94f09bd66142c1cd7d8b4cd731c4917a15f6"
5541 end
5642
57- resource "click " do
58- url "https://files.pythonhosted.org/packages/57/75/31212c6bf2503fdf920d87fee5d7a86a2e3bcf444984126f13d8e4016804/click-8 .3.2 .tar.gz"
59- sha256 "14162b8b3b3550a7d479eafa77dfd3c38d9dc8951f6f69c78913a8f9a7540fd5 "
43+ resource "deprecated " do
44+ url "https://files.pythonhosted.org/packages/49/85/12f0a49a7c4ffb70572b6c2ef13c90c88fd190debda93b23f026b25f9634/deprecated-1 .3.1 .tar.gz"
45+ sha256 "b1b50e0ff0c1fddaa5708a2c6b0a6588bb09b892825ab2b214ac9ea9d92a5223 "
6046 end
6147
6248 resource "geomet" do
@@ -65,8 +51,13 @@ class Cassandra < Formula
6551 end
6652
6753 resource "wcwidth" do
68- url "https://files.pythonhosted.org/packages/35/a2/8e3becb46433538a38726c948d3399905a4c7cabd0df578ede5dc51f0ec2/wcwidth-0.6.0.tar.gz"
69- sha256 "cdc4e4262d6ef9a1a57e018384cbeb1208d8abbc64176027e2c2455c81313159"
54+ url "https://files.pythonhosted.org/packages/34/74/c6428f875774288bec1396f5bfcbc2d925700a4dad61727fd5f2b12f249d/wcwidth-0.8.2.tar.gz"
55+ sha256 "91fbef97204b96a3d4d421609b80340b760cf33e26da123ff243d76b1fda8dda"
56+ end
57+
58+ resource "wrapt" do
59+ url "https://files.pythonhosted.org/packages/fe/a4/282c8e64300a59fc834518a54bf0afabb4ff9218b5fa76958b450459a844/wrapt-2.2.2.tar.gz"
60+ sha256 "0788e321027c999bf221b667bd4a54aaefd1a36283749a860ac3eb77daed0302"
7061 end
7162
7263 def install
@@ -169,19 +160,3 @@ def install
169160 assert_match "Connection error" , output
170161 end
171162end
172-
173- __END__
174- diff --git a/setup.py b/setup.py
175- index ef735b7..891d192 100644
176- --- a/setup.py
177- +++ b/setup.py
178- @@ -16,9 +16,6 @@ import os
179- import sys
180- import warnings
181-
182- -import ez_setup
183- -ez_setup.use_setuptools()
184- -
185- from setuptools import setup
186- from distutils.command.build_ext import build_ext
187- from distutils.core import Extension
0 commit comments