13 buildPythonPackage rec {
15 version = "2.1.1-unstable-2024-02-26";
18 src = fetchFromGitHub {
21 rev = "806c6a2eeeeb546055ce2ac9a0ae6a14ea53ae35"; # no tag for this version (yet)
22 hash = "sha256-bOm82mBUIaw4BGHj3Y24Fv5+RfAew+Ma1u4QENXoRiU=";
29 build-system = [ setuptools ];
41 nativeCheckInputs = [ pytestCheckHook ];
43 pytestFlagsArray = [ "test/test-*.py" ];
46 homepage = "https://www.gnu.org/software/libcdio/";
47 changelog = "https://github.com/rocky/pycdio/blob/${src.rev}/ChangeLog";
48 description = "Wrapper around libcdio (CD Input and Control library)";
49 license = lib.licenses.gpl3Plus;
50 maintainers = with lib.maintainers; [ sigmanificient ];