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

pep517 is deprecated in liue of build #276

Merged
merged 2 commits into from
May 30, 2023
Merged

Conversation

ocefpaf
Copy link
Collaborator

@ocefpaf ocefpaf commented May 30, 2023

The pep517 package is also used in the .travis.yml but I guess that one is no longer used, right?

@@ -20,12 +20,11 @@ jobs:
python-version: '3.x'
- name: Install dependencies with pip
run: |
python -m pip install --upgrade pip
pip install setuptools wheel twine pep517
Copy link
Collaborator Author

Choose a reason for hiding this comment

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

Wheel and setuptools are listed in the pyproject.toml build section and, if we "trust" pep517, we don't need to specify them here. Twine is a different beast b/c it is used to upload to PyPI but is not really a build tool. In theory all we need here is the build tool (+twine).

@gmaze
Copy link
Member

gmaze commented May 30, 2023

The pep517 package is also used in the .travis.yml but I guess that one is no longer used, right?

indeed we don't use travis anymore

Copy link
Member

@gmaze gmaze left a comment

Choose a reason for hiding this comment

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

I fully trust you about packaging/distrib management issues
thanks for your contribution !

@gmaze gmaze merged commit 53b3cf5 into euroargodev:master May 30, 2023
@ocefpaf ocefpaf deleted the drop_pep517 branch May 30, 2023 15:47
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