-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Updated version of: Replace pkg_resources with packaging (#76)
Since `pkg_resources` is deprecated in favour of `importlib` and `packaging`, all uses of `pkg_resources` are replaced in this commit. Sadly `importlib` doesn't seem to provide means for parsing requirement specifiers that's why `packaging` is now a hard dependency. * req2flatpak.py: Replace `pkg_resources` with `packaging`. Also Remove vendored alternative implementations to packaging; since `packaging` is no longer optional we don't need alternative implementations. * pyproject.toml : Remove `packaging` extra and remove `optional` flag for `packaging`. * poetry.lock : Updated dependencies * tests/test_tags_from_wheel_filename.py : Fix tests. * Update docs about (almost) standalone script --------- Co-authored-by: real-yfprojects <[email protected]> Co-authored-by: Colin B. Macdonald <[email protected]>
- Loading branch information
1 parent
b4bc012
commit 2497299
Showing
5 changed files
with
51 additions
and
136 deletions.
There are no files selected for viewing
This file contains 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
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains 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
This file contains 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
This file contains 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