[Bug 255722] Mk/Uses/python.mk: Needs to support pyproject.toml -based projects

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Tue May 11 19:17:07 UTC 2021


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=255722

flying-sheep at web.de changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |flying-sheep at web.de

--- Comment #2 from flying-sheep at web.de ---
I created an account here to clear up some confusion:

pyproject.toml doesn’t have anything to do with setuptools *or* sip.

As of 6 years ago, it’s *the* standard way to specify how a python package is
built, defined in https://www.python.org/dev/peps/pep-0517/#source-trees

This means there’s two ways do define python package builds: This standard one
and the legacy setup.py

I described here how building an OS package from a python repo/sdist in a
generic way could look:
https://github.com/theislab/anndata/issues/561#issuecomment-835770254

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the freebsd-python mailing list