8 buildPythonPackage rec {
9 pname = "pretalx-vimeo";
13 src = fetchFromGitHub {
15 repo = "pretalx-vimeo";
17 hash = "sha256-ZlF/wWD5FaC4CfYIYvcbykPajoCOotmmaY+rQ0sGAo8=";
20 build-system = [ setuptools ];
22 pythonImportsCheck = [ "pretalx_vimeo" ];
25 description = "Static vimeo for pretalx, e.g. information, venue listings, a Code of Conduct, etc";
26 homepage = "https://github.com/pretalx/pretalx-vimeo";
27 license = lib.licenses.asl20;
28 maintainers = with lib.maintainers; [ wegank ];