9 buildPythonPackage rec {
15 src = fetchFromGitHub {
18 rev = "refs/tags/${version}";
19 hash = "sha256-Jvh80TfOonZ57lb+4PulVOUKi9Y74nplIcrPzlUPw3M=";
22 build-system = [ setuptools ];
25 tests.version = testers.testVersion { package = zpp; };
29 description = "The 'Z' pre-processor, the last preprocessor you'll ever need";
30 homepage = "https://github.com/jbigot/zpp";
31 license = lib.licenses.mit;
33 maintainers = with lib.maintainers; [ GaetanLepage ];