summarylogtreecommitdiffstats
AgeCommit message (Collapse)Author
2024-04-28Bump pkgrel for Python 3.12Claudia Pellegrino
2024-04-14Add nvchecker integrationClaudia Pellegrino
2024-03-19Switch to Poetry to get rid of workaroundClaudia Pellegrino
Unlike Setuptools, Poetry identifies a single Python module as a package even if it’s not in a subdirectory. [1] This features allows the PKGBUILD to drop the hack that would move the script into a `hancho` subdirectory during `prepare`. [1]: https://github.com/python-poetry/poetry-core/blob/9ef4f665a2c80100d2495de58df6bfa02b5a11b5/src/poetry/core/masonry/utils/module.py#L37-L39
2024-03-19hancho v0.0.5Claudia
2024-03-15Place `hancho` module into `site-packages`Claudia Pellegrino
This allows Python code to `import hancho`.
2024-03-13hancho v0.0.4Claudia
2024-03-12hancho v0.0.3Claudia
2024-03-10hancho v0.0.2Claudia
2024-03-04hancho v0.0.1Claudia