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

Clean up packaging, move deps to setup.py #318

Open
smallnamespace opened this issue Feb 18, 2016 · 3 comments
Open

Clean up packaging, move deps to setup.py #318

smallnamespace opened this issue Feb 18, 2016 · 3 comments
Assignees
Labels

Comments

@smallnamespace
Copy link
Collaborator

No description provided.

@smallnamespace smallnamespace self-assigned this Feb 18, 2016
@jleclanche
Copy link
Owner

What do you mean move deps to setup.py?

@smallnamespace
Copy link
Collaborator Author

See https://caremad.io/2013/07/setup-vs-requirement/ -- "setup.py is designed for redistributable things and that requirements.txt is designed for non-redistributable things"

Wouldn't it be nice if you could pip install -e ... fireplace ... and it pulls in all its deps, installs them, and then (optionally) completes the bootstrap?

smallnamespace added a commit to smallnamespace/fireplace that referenced this issue Feb 18, 2016
smallnamespace added a commit to smallnamespace/fireplace that referenced this issue Feb 18, 2016
smallnamespace added a commit to smallnamespace/fireplace that referenced this issue Feb 19, 2016
smallnamespace added a commit to smallnamespace/fireplace that referenced this issue Feb 19, 2016
smallnamespace added a commit to smallnamespace/fireplace that referenced this issue Feb 19, 2016
smallnamespace added a commit to smallnamespace/fireplace that referenced this issue Feb 20, 2016
smallnamespace added a commit to smallnamespace/fireplace that referenced this issue Feb 20, 2016
smallnamespace added a commit to smallnamespace/fireplace that referenced this issue Feb 20, 2016
…lows pip to install all the deps without manual intervention.

Part of jleclanche#318
smallnamespace added a commit to smallnamespace/fireplace that referenced this issue Feb 20, 2016
…lows pip to install all the deps without manual intervention.

Part of jleclanche#318
smallnamespace added a commit to smallnamespace/fireplace that referenced this issue Feb 20, 2016
…lows pip to install all the deps without manual intervention.

Part of jleclanche#318
smallnamespace added a commit to smallnamespace/fireplace that referenced this issue Feb 20, 2016
…e callable from setup.py install (they must be part of package).

Part of jleclanche#318
smallnamespace added a commit to smallnamespace/fireplace that referenced this issue Feb 20, 2016
…e callable from setup.py install (they must be part of package).

Part of jleclanche#318
smallnamespace added a commit to smallnamespace/fireplace that referenced this issue Feb 20, 2016
…e callable from setup.py install (they must be part of package).

Part of jleclanche#318
smallnamespace added a commit to smallnamespace/fireplace that referenced this issue Feb 20, 2016
…e callable from setup.py install (they must be part of package).

Part of jleclanche#318
smallnamespace added a commit to smallnamespace/fireplace that referenced this issue Feb 20, 2016
…e callable from setup.py install (they must be part of package).

Part of jleclanche#318
smallnamespace added a commit to smallnamespace/fireplace that referenced this issue Feb 20, 2016
…p in the right place; update Travis to just pip install fireplace.

Part of jleclanche#318
smallnamespace added a commit to smallnamespace/fireplace that referenced this issue Feb 20, 2016
smallnamespace added a commit to smallnamespace/fireplace that referenced this issue Feb 20, 2016
smallnamespace added a commit to smallnamespace/fireplace that referenced this issue Feb 20, 2016
…p in the right place; update Travis to just pip install fireplace.

Part of jleclanche#318
smallnamespace added a commit to smallnamespace/fireplace that referenced this issue Feb 20, 2016
smallnamespace added a commit to smallnamespace/fireplace that referenced this issue Feb 20, 2016
smallnamespace added a commit to smallnamespace/fireplace that referenced this issue Feb 21, 2016
smallnamespace added a commit to smallnamespace/fireplace that referenced this issue Feb 24, 2016
…p in the right place; add dependencies to setup.py; update Travis

Part of jleclanche#318
smallnamespace added a commit to smallnamespace/fireplace that referenced this issue Feb 24, 2016
smallnamespace added a commit to smallnamespace/fireplace that referenced this issue Feb 24, 2016
smallnamespace added a commit to smallnamespace/fireplace that referenced this issue Feb 24, 2016
…p in the right place; add dependencies to setup.py; update Travis

Part of jleclanche#318
smallnamespace added a commit to smallnamespace/fireplace that referenced this issue Feb 24, 2016
smallnamespace added a commit to smallnamespace/fireplace that referenced this issue Feb 24, 2016
smallnamespace added a commit to smallnamespace/fireplace that referenced this issue Feb 24, 2016
…p in the right place; add dependencies to setup.py; update Travis

Part of jleclanche#318
smallnamespace added a commit to smallnamespace/fireplace that referenced this issue Feb 24, 2016
smallnamespace added a commit to smallnamespace/fireplace that referenced this issue Feb 24, 2016
smallnamespace added a commit to smallnamespace/fireplace that referenced this issue Feb 24, 2016
smallnamespace added a commit to smallnamespace/fireplace that referenced this issue Feb 24, 2016
…editable) installs of fireplace.

Make kettle a package

Part of jleclanche#318
smallnamespace added a commit to smallnamespace/fireplace that referenced this issue Feb 24, 2016
Necessary for scripts to be callable from setup.py install (they must be part of package)

Part of jleclanche#318
smallnamespace added a commit to smallnamespace/fireplace that referenced this issue Feb 24, 2016
smallnamespace added a commit to smallnamespace/fireplace that referenced this issue Feb 24, 2016
./setup.py test calls py.test

Part of jleclanche#318
smallnamespace added a commit to smallnamespace/fireplace that referenced this issue Feb 24, 2016
smallnamespace added a commit to smallnamespace/fireplace that referenced this issue Feb 24, 2016
smallnamespace added a commit to smallnamespace/fireplace that referenced this issue Feb 24, 2016
Necessary for scripts to be callable from setup.py install (they must be part of package)

Part of jleclanche#318
smallnamespace added a commit to smallnamespace/fireplace that referenced this issue Feb 24, 2016
smallnamespace added a commit to smallnamespace/fireplace that referenced this issue Feb 24, 2016
./setup.py test calls py.test

Part of jleclanche#318
smallnamespace added a commit to smallnamespace/fireplace that referenced this issue Feb 24, 2016
smallnamespace added a commit to smallnamespace/fireplace that referenced this issue Feb 24, 2016
smallnamespace added a commit to smallnamespace/fireplace that referenced this issue Feb 24, 2016
smallnamespace added a commit to smallnamespace/fireplace that referenced this issue Feb 24, 2016
Necessary for scripts to be callable from setup.py install (they must be part of package)

Part of jleclanche#318
smallnamespace added a commit to smallnamespace/fireplace that referenced this issue Feb 24, 2016
smallnamespace added a commit to smallnamespace/fireplace that referenced this issue Feb 24, 2016
./setup.py test calls py.test

Part of jleclanche#318
smallnamespace added a commit to smallnamespace/fireplace that referenced this issue Feb 24, 2016
@smallnamespace
Copy link
Collaborator Author

This is on hold until bootstrap / releases are figured out, may turn out to be a no-op.

Keeping this thread around for further discussion.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants