FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

DEP: drop dangling runtime dependency on setuptools by neutrinoceros · Pull Request #36 · astropy/astropy-sphinx-theme · GitHub

DEP: drop dangling runtime dependency on setuptools - #36

Closed
neutrinoceros wants to merge 1 commit into
astropy:mainfrom
neutrinoceros:dep/drop_unused_runtime_setuptools
Closed

DEP: drop dangling runtime dependency on setuptools#36
neutrinoceros wants to merge 1 commit into
astropy:mainfrom
neutrinoceros:dep/drop_unused_runtime_setuptools

Conversation

Copy link
Copy Markdown

Found by running the following command from astropy/:

❯ uv tree --package setuptools --invert
Resolved 166 packages in 11ms
asdf-astropy v0.7.0
├── astropy v7.1.dev253+g4a55b10002 (extra: all)
│   └── asdf-astropy v0.7.0 (*)
├── astropy v7.1.dev253+g4a55b10002 (extra: dev-all) (*)
└── astropy v7.1.dev253+g4a55b10002 (extra: test-all) (*)
setuptools v75.6.0
└── astropy-sphinx-theme v1.1
    └── sphinx-astropy v1.9.1
        ├── astropy[confv2] v7.1.dev253+g4a55b10002 (extra: dev) (*)
        ├── astropy[confv2] v7.1.dev253+g4a55b10002 (extra: dev-all) (*)
        └── astropy[confv2] v7.1.dev253+g4a55b10002 (extra: docs) (*)

I find that this package doesn't actually require setuptools at runtime, so I assume it was listed by mistake when it should only have been a build-time requirement.

neutrinoceros marked this pull request as ready for review December 5, 2024 14:22
neutrinoceros force-pushed the dep/drop_unused_runtime_setuptools branch from ac3173b to 2dc3c9b Compare December 5, 2024 14:24
Comment thread setup.cfg
Comment on lines -24 to -25
install_requires =
setuptools>=30.3.0

Copy link
Copy Markdown
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Choose a reason Spam Abuse Off Topic Outdated Duplicate Resolved Low Quality

to be clear; only this part is problematic, setup_requires is fine in itself, but it's still redundant with pyproject.toml and should not be needed at all with python_requires = >=3.7

Cadair mentioned this pull request Jan 21, 2026
3 tasks
neutrinoceros deleted the dep/drop_unused_runtime_setuptools branch January 22, 2026 15:08
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant


Back | FazBrowse Home | New Git URL