10 buildPythonPackage rec {
13 format = "setuptools";
15 disabled = pythonOlder "3.4";
17 src = fetchFromGitHub {
18 owner = "mwilliamson";
21 hash = "sha256-KOZN9oxPb91l8QVU07I49UMNXqox8j+oekA1fMtj6l8=";
24 # Tests have additional requirements
27 pythonImportsCheck = [
32 description = "Python module to convert Python packages into a single script";
33 mainProgram = "stickytape";
34 homepage = "https://github.com/mwilliamson/stickytape";
35 license = with licenses; [ bsd2 ];
36 maintainers = with maintainers; [ fab ];