summarylogtreecommitdiffstats
AgeCommit message (Collapse)Author
2024-04-29python-varname-git: Fix failing buildAseem Athale
`--skip-dependency-check` allows the package to build, and add the proper dependencies to the package. Signed-off-by: Aseem Athale <athaleaseem@gmail.com>
2024-04-28python-varname-git: Python 3.12 rebuildAseem Athale
Signed-off-by: Aseem Athale <athaleaseem@gmail.com>
2024-02-25python-varname-git: Use normal poetry-plugin-export instead of -gitAseem Athale
The dependency problem that required the -git version is fixed. Unfortunately, platformdirs dependency link is still borked, so package doesn't build. Signed-off-by: Aseem Athale <athaleaseem@gmail.com>
2023-12-07python-varname-git: Remove unavailable dependenciesAseem Athale
But the package is still borked thanks to a version mismatch of python-platformdirs, which is 4.0.0 on Arch, and poetry-plugin-export still wants that to be <4.0.0, so until that's fixed, this won't build. Signed-off-by: Aseem Athale <athaleaseem@gmail.com>
2023-10-10python-varname-git: Initial commitAseem Athale
Signed-off-by: Aseem Athale <athaleaseem@gmail.com>