Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-12-22 | Bump pkgrel for Python 3.13 | Claudia Pellegrino | |
2024-10-13 | hancho v0.2.0 | Claudia Pellegrino | |
2024-04-28 | Bump pkgrel for Python 3.12 | Claudia Pellegrino | |
2024-03-19 | Switch to Poetry to get rid of workaround | Claudia 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-19 | hancho v0.0.5 | Claudia | |
2024-03-15 | Place `hancho` module into `site-packages` | Claudia Pellegrino | |
This allows Python code to `import hancho`. | |||
2024-03-13 | hancho v0.0.4 | Claudia | |
2024-03-12 | hancho v0.0.3 | Claudia | |
2024-03-10 | hancho v0.0.2 | Claudia | |
2024-03-04 | hancho v0.0.1 | Claudia | |