Deprecation warning about setup.py bdist_wheel

Open
#40 0 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Assessment

Difficulty
3/5
Estimated time
1-2 days
Newbie friendliness
42/100
Issue type
Bug
Clarity
Needs clarification
Activity status
Stale
Tech stack
python
Domain
build-system

Research direction

Start by reviewing the repository's setup.py and whether a pyproject.toml file is present. Check the package build with pip using the standardized PEP 517 interface; done should mean batchpr builds without the legacy setup.py bdist_wheel deprecation warning.

Written by the indexing model from the issue text.

Description

DEPRECATION: Building 'batchpr' using the legacy setup.py bdist_wheel mechanism, which will be removed in a future version. pip 25.3 will enforce this behaviour change. A possible replacement is to use the standardized build interface by setting the --use-pep517 option, (possibly combined with --no-build-isolation), or adding a pyproject.toml file to the source tree of 'batchpr'. Discussion can be found at https://github.com/pypa/pip/issues/6334

Dominant language
Python
Stars
4
Forks
6
PR merge metrics
No merged PRs in 30d

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

More from astrofrog/batchpr

All issues in astrofrog/batchpr

Similar issues

More Python issues

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.