Skip to content

Commit

Permalink
bumpversion: drop setuptools resource
Browse files Browse the repository at this point in the history
Per #165370 (comment)
this is not necessary with a virtualenv.
  • Loading branch information
ZhongRuoyu committed Mar 7, 2024
1 parent 514460e commit a75696b
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 8 deletions.
5 changes: 0 additions & 5 deletions Formula/b/bumpversion.rb
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,6 @@ class Bumpversion < Formula

depends_on "python@3.12"

resource "setuptools" do
url "https://files.pythonhosted.org/packages/c8/1f/e026746e5885a83e1af99002ae63650b7c577af5c424d4c27edcf729ab44/setuptools-69.1.1.tar.gz"
sha256 "5c0806c7d9af348e6dd3777b4f4dbb42c7ad85b190104837488eab9a7c945cf8"
end

def install
virtualenv_install_with_resources
end
Expand Down
3 changes: 0 additions & 3 deletions pypi_formula_mappings.json
Original file line number Diff line number Diff line change
Expand Up @@ -104,9 +104,6 @@
"package_name": "buku[server]",
"exclude_packages": ["certifi", "cryptography"]
},
"bumpversion": {
"extra_packages": ["setuptools"]
},
"bzt": {
"exclude_packages": ["certifi", "Cython", "numpy"],
"extra_packages": ["setuptools"]
Expand Down

0 comments on commit a75696b

Please sign in to comment.