Skip to content

Commit

Permalink
asciidoc: 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 405ecba
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 8 deletions.
5 changes: 0 additions & 5 deletions Formula/a/asciidoc.rb
Original file line number Diff line number Diff line change
Expand Up @@ -28,11 +28,6 @@ class Asciidoc < Formula
depends_on "python@3.12"
depends_on "source-highlight"

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 @@ -48,9 +48,6 @@
"arxiv_latex_cleaner": {
"exclude_packages": ["pillow"]
},
"asciidoc": {
"extra_packages": ["setuptools"]
},
"astrometry-net": {
"exclude_packages": ["numpy"],
"extra_packages": ["fitsio"]
Expand Down

0 comments on commit 405ecba

Please sign in to comment.