1 { lib, fetchPypi, buildPythonPackage, pytest }:
3 buildPythonPackage rec {
9 sha256 = "ff6c33a98fce232e9c73841d787a643de574937069f0d18147028d70d7dee287";
12 checkInputs = [ pytest ];
20 homepage = "https://github.com/mitsuhiko/pluginbase";
21 description = "A support library for building plugins sytems in Python";
22 license = licenses.bsd3;
23 platforms = platforms.all;