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

Integration with Poetry? #103

Open
praiskup opened this issue Sep 22, 2023 · 0 comments
Open

Integration with Poetry? #103

praiskup opened this issue Sep 22, 2023 · 0 comments

Comments

@praiskup
Copy link
Owner

I was able to hook argparse-manpage into poetry based project via:
https://github.com/fedora-copr/resalloc-ibm-cloud/blob/da127c98f0e8b8ef19ed124eec9a83d2ac3679c0/build.py
https://github.com/fedora-copr/resalloc-ibm-cloud/blob/da127c98f0e8b8ef19ed124eec9a83d2ac3679c0/pyproject.toml#L30-L32

Not sure if it is "good enough" for PyPI -> but with RPM where we should use %pyproject_wheel and %pyproject_install it is not working properly

  • Manual pages are built, but not installed, that needs to be done manually
  • the build system thinks that the package is arch-specific? because files are installed into sitearch, not sitelib
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

No branches or pull requests

1 participant