-
Notifications
You must be signed in to change notification settings - Fork 38
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
Simply Simplates #527
Simply Simplates #527
Conversation
The latter is just `python`, which is masking the `python3` executable we're now referring to in Makefile.
This reverts commit 0f65508. Conflicts: .travis.yml
This reverts commit 43214be.
Makes the quickstart quicker; closes #441.
This is where main.options.python had been coming from.
* update dependencies * detect already being inside a virtualenv * rename a bunch of build functions * build.py now uses sys.executable instead of main.options.python
Bump site year
Implement aspen.serve
Remove request.fs
alias `website` as `application` in `wsgi`
I ended up just configuring harness.client.website inline in the tests. I think that makes sense, right?
This fixes an insufficient test for whether Aspen is already installed. The text 'found' shows up in the traceback when pkg_resources.get_distribution fails in aspen/__init__.py, and that's the way in which build.py's `import aspen` fails once the Response import in __init__.py is removed. The fix here is to delegate to pip to check whether this or that library is already installed, rather than trying to duplicate that functionality ourselves.
The processor is so thin now, there's no sense having a separate mixin for configuration.
76e5a33
to
e3dfeea
Compare
Rebased on master. I think the next step here is to move the Django and Flask bits to separate branches, because the plan is to put them in their own repos, not in aspen-core. |
If you want to split them up now, might as well split them into their own repos; it's not that much more than putting them into branches - all the packaging work (new setup.py, build/test/CI/etc) will need to be done anyway. |
e3dfeea
to
1455229
Compare
I've pushed this branch to aspen-core.py. |
This change was originally made by whit537 in AspenWeb/aspen.py#527
Closes #526.