2 , buildPythonApplication
8 buildPythonApplication rec {
9 pname = "gazelle-origin";
11 format = "setuptools";
13 src = fetchFromGitHub {
15 # Use the spinfast319 fork, since it seems that upstream
16 # at <https://github.com/x1ppy/gazelle-origin> is inactive
17 owner = "spinfast319";
19 hash = "sha256-+yMKnfG2f+A1/MxSBFLaHfpCgI2m968iXqt+2QanM/c=";
22 propagatedBuildInputs = [
28 pythonImportsCheck = [ "gazelleorigin" ];
31 description = "Tool for generating origin files using the API of Gazelle-based torrent trackers";
32 homepage = "https://github.com/spinfast319/gazelle-origin";
33 # TODO license is unspecified in the upstream, as well as the fork
34 license = licenses.unfree;
35 maintainers = with maintainers; [ somasis ];
36 mainProgram = "gazelle-origin";