summaryrefslogtreecommitdiffstats
path: root/lang-python (follow)
Commit message (Collapse)AuthorAgeLines
* Align package set names with profiles namesWolfgang Müller2024-09-30-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.
* lang-python: Add dev-python/poetry to @python-develWolfgang Müller2024-09-27-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.
* lang-python: Remove black from @python-develWolfgang Müller2024-09-21-1/+0
| | | | | | This has been entirely superseded by dev-util/ruff [1] [1] https://docs.astral.sh/ruff/formatter/
* lang-python: Add a profile for Python developmentWolfgang Müller2024-03-10-0/+4
|
* lang-python: Drop obsolete profileWolfgang Müller2023-04-08-3/+0
| | | | | Since we now mainly use poetry for python development this kind of profile is no longer needed.
* lang-python: Rename @dev-python to @lang-pythonWolfgang Müller2022-02-24-0/+0
| | | | This matches the set up with the role name.
* lang-python: Add profile for programming in PythonWolfgang Müller2021-05-10-0/+3
For now, install pip, pylint, and virtualenv.