Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

remove setuptools from runtime dependencies #224

Merged
merged 1 commit into from
Oct 10, 2024

Conversation

emollier
Copy link
Contributor

@emollier emollier commented Oct 9, 2024

pyfaidx does not rely on setuptools during day to day operation, so it can be safely removed from the runtime dependencies.

For the rationale, this change originates from the deprecation of the Debian package python3-pkg-resources along the upcoming Python 3.13 reported in Debian bug #1083691. For short, python3-pkg-resources happens to be pulled by the packaging tools when runtime dependency on setuptools is declared.

pyfaidx does not rely on setuptools during day to day operation, so it
can be safely removed from the runtime dependencies.

For the rationale, this change originates from the deprecation of the
Debian package python3-pkg-resources along the upcoming Python 3.13
reported in [Debian bug #1083691].  For short, python3-pkg-resources
happens to be pulled by the packaging tools when runtime dependency on
setuptools is declared.

[Debian bug #1083691]: https://bugs.debian.org/1083691

Signed-off-by: Étienne Mollier <emollier@debian.org>
Copy link

codecov bot commented Oct 9, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 0.00%. Comparing base (28510cf) to head (132018e).
Report is 2 commits behind head on master.

Additional details and impacted files
@@          Coverage Diff           @@
##           master    #224   +/-   ##
======================================
  Coverage    0.00%   0.00%           
======================================
  Files           2       2           
  Lines        1073    1073           
======================================
  Misses       1073    1073           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@mdshw5
Copy link
Owner

mdshw5 commented Oct 10, 2024

Good catch, and I'm glad to remove an unused dependency - especially to make downstream packaging easier.

@mdshw5 mdshw5 merged commit fe1eec8 into mdshw5:master Oct 10, 2024
8 checks passed
@mdshw5
Copy link
Owner

mdshw5 commented Oct 10, 2024

I've merged the change and created a new release (https://github.com/mdshw5/pyfaidx/releases/tag/v0.8.1.3) that should be on PyPI in a few minutes.

@emollier
Copy link
Contributor Author

emollier commented Oct 10, 2024 via email

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.

2 participants