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