summaryrefslogtreecommitdiff
path: root/pyproject.toml
AgeCommit message (Collapse)Author
26 hourschoose flit as build backendHelmut Grohne
It's a pure Python module and flit seems to just work for those.
2024-10-26fix license in pyproject classifiersHelmut Grohne
Confirm that the SPDX annotation in several files is correct rather than the pyproject classification. The SPDX headers were there right from the start. Fixes: 9f7a434600f4 ("add some metadata to a first pyproject.toml")
2024-05-20syscalls: use >= 3.10 support for eventfds in os moduleHelmut Grohne
2024-05-09add linuxnamespaces.tarutilsHelmut Grohne
Move the generic tar utilities from the chroottar.py example into a linuxnamespaces module as dealing with tar archives is a fairly common thing when dealing with namespaces.
2024-04-23lift the dbus functionality from the cgroup exampleHelmut Grohne
2024-04-19examples/cgroup.py: support jeepney as an alternative to ravelHelmut Grohne
2024-04-03declare pytest-forked dependency that is in use alreadyHelmut Grohne
2024-04-03add basic tests for AtLocationHelmut Grohne
2024-02-21pyproject.toml: minimum python versionHelmut Grohne
We rely on PEP 585 and hence, 3.9 is a hard requirement.
2024-02-01add examples/cgroup.py: writeable cgroup hierarchyHelmut Grohne
2024-01-27pyproject.toml: document optional dependency zstandardHelmut Grohne
2024-01-26add some metadata to a first pyproject.tomlHelmut Grohne