add support for MacPorts and FreeBSD pkg/ports#154
Open
tenomoto wants to merge 8 commits intoCliMT:developfrom
Open
add support for MacPorts and FreeBSD pkg/ports#154tenomoto wants to merge 8 commits intoCliMT:developfrom
tenomoto wants to merge 8 commits intoCliMT:developfrom
Conversation
…rtifacts clean-build remove build artifacts clean-pyc remove Python file artifacts clean-cython remove Cython generated files clean-libs remove compiled libraries in _lib clean-test remove test and coverage artifacts lint check style with flake8 test run tests quickly with the default Python test-all run tests on every Python version with tox coverage check code coverage quickly with the default Python docs generate Sphinx HTML documentation, including API docs servedocs compile the docs watching for changes release package and upload a release dist builds source and wheel package install install the package to the active Python's site-packages
Member
|
Thanks a lot for this! Could you also update HISTORY.rst and add your name to the contributors list? |
Author
|
I accept your invitation to add myself to the contributors. The next tag would be v0.16.26 in HISTORY.rst, right? |
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
I modified setup.py to find MacPorts and FreeBSD pkg/ports compilers.
Currently
python setup.py installcan be used with MacPorts.pipcan be used for build butrpathproblem at runtime with MacPorts.On FreeBSD
pip install --user .works fine from the repo directory.