9 buildPythonPackage rec {
10 pname = "pallets-sphinx-themes";
12 format = "setuptools";
14 src = fetchFromGitHub {
16 repo = "pallets-sphinx-themes";
17 rev = "refs/tags/${version}";
18 sha256 = "sha256-uXSejJLVmYpzRCP92JQKHosnlx7dgZlFf5XzbxOfvII=";
21 propagatedBuildInputs = [
26 pythonImportsCheck = [ "pallets_sphinx_themes" ];
31 homepage = "https://github.com/pallets/pallets-sphinx-themes";
32 description = "Sphinx theme for Pallets projects";
33 license = licenses.bsd3;
34 maintainers = with maintainers; [ kaction ];