summaryrefslogtreecommitdiffstats
path: root/lang-python (unfollow)
Commit message (Collapse)AuthorLines
2024-09-30Align package set names with profiles namesWolfgang Müller-0/+0
Whilst this is a more invasive change that needs manual intervention in /var/lib/portage/world_sets, it finally gives package sets a predictive name.
2024-09-27lang-python: Add dev-python/poetry to @python-develWolfgang Müller-0/+3
We use dev-python/poetry for all our Python projects and we prefer having it installed via the system rather than its own installer, so add it here.
2024-09-21lang-python: Remove black from @python-develWolfgang Müller-1/+0
This has been entirely superseded by dev-util/ruff [1] [1] https://docs.astral.sh/ruff/formatter/
2024-03-10lang-python: Add a profile for Python developmentWolfgang Müller-0/+4
2023-04-08lang-python: Drop obsolete profileWolfgang Müller-3/+0
Since we now mainly use poetry for python development this kind of profile is no longer needed.
2022-02-24lang-python: Rename @dev-python to @lang-pythonWolfgang Müller-0/+0
This matches the set up with the role name.
2021-05-10lang-python: Add profile for programming in PythonWolfgang Müller-0/+3
For now, install pip, pylint, and virtualenv.