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

add support for MacPorts and FreeBSD pkg/ports #154

Open
wants to merge 8 commits into
base: develop
Choose a base branch
from

Conversation

tenomoto
Copy link

I modified setup.py to find MacPorts and FreeBSD pkg/ports compilers.

Currently python setup.py install can be used with MacPorts.
pip can be used for build but rpath problem at runtime with MacPorts.

On FreeBSD pip install --user . works fine from the repo directory.

Takeshi Enomoto and others added 6 commits July 10, 2022 17:19
…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
@JoyMonteiro
Copy link
Member

Thanks a lot for this! Could you also update HISTORY.rst and add your name to the contributors list?

@tenomoto
Copy link
Author

I accept your invitation to add myself to the contributors. The next tag would be v0.16.26 in HISTORY.rst, right?

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