13 buildPythonPackage rec {
14 pname = "pastescript";
16 format = "setuptools";
18 disabled = pythonOlder "3.7";
21 pname = "PasteScript";
23 hash = "sha256-zRtgbNReloT/20SL1tmq70IN0u/n5rYsbTc6Rv9DyDU=";
26 propagatedBuildInputs = [
32 # test suite seems to unset PYTHONPATH
48 pythonImportsCheck = [
55 description = "A pluggable command-line frontend, including commands to setup package file layouts";
56 mainProgram = "paster";
57 homepage = "https://github.com/cdent/pastescript/";
58 license = licenses.mit;
59 maintainers = with maintainers; [ ];