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

Python wheels support #427

Open
proway2 opened this issue May 3, 2023 · 3 comments
Open

Python wheels support #427

proway2 opened this issue May 3, 2023 · 3 comments

Comments

@proway2
Copy link
Contributor

proway2 commented May 3, 2023

Since eggs are deprecated https://setuptools.pypa.io/en/latest/deprecated/commands.html#bdist-egg-create-a-python-egg-for-the-project it makes sense to add support for wheels.

Proposed config file:

stacks:
  default: "scrapy:2.8"

projects:
  dev:
    id: 123
    requirements:
      file: requirements.txt
      wheels:
        - ../path/to/some-0.1.0-py3-none-any.whl
        - other.whl
  prod: 456

requirements:
  file: requirements.txt
  wheels:
    - /absolute/path/to/some.whl
@proway2
Copy link
Contributor Author

proway2 commented May 5, 2023

Or may be it's better to add support for setting a path to a folder that contains setup.py?

@Gallaecio
Copy link
Member

We could support both. But I think an initial implementation expecting a pre-built wheel file makes sense.

@proway2
Copy link
Contributor Author

proway2 commented May 5, 2023

Agree, let's get it done step by step.

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

No branches or pull requests

2 participants