> On Tue, Jun 13, 2023 08:31:49 -0000, David Schwörer wrote: > That's interesting. So it builds the cpython as part of the cmake build > and then simply installs it in the required directory. > > How does it generate the dist-info metadata, though? That's the bit > where nest uses `python setup.py install_egg_info`. > > https://docs.fedoraproject.org/en-US/packaging-guidelines/Python/#_dist_i... > > https://github.com/sanjayankur31/nest-simulator/blob/41892a50f95ddf50966e...
Unless I am mistaken, that is done in the prepare_metadata_for_build [1], which gets called from here [2] It is currently missing the readme, thus the project description is empty on pypi [3]. I had troubles finding the appropriate documentation how to do that. [1] https://github.com/boutproject/BOUT-dev/blob/master/tools/pylib/_boutpp_build/backend.py#L223 [2] https://github.com/boutproject/BOUT-dev/blob/master/tools/pylib/_boutpp_build/backend.py#L141 [3] https://pypi.org/project/boutpp/ _______________________________________________ python-devel mailing list -- python-devel@lists.fedoraproject.org To unsubscribe send an email to python-devel-le...@lists.fedoraproject.org Fedora Code of Conduct: https://docs.fedoraproject.org/en-US/project/code-of-conduct/ List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines List Archives: https://lists.fedoraproject.org/archives/list/python-devel@lists.fedoraproject.org Do not reply to spam, report it: https://pagure.io/fedora-infrastructure/new_issue