8 buildPythonApplication rec {
11 format = "setuptools";
13 src = fetchFromGitHub {
17 hash = "sha256-bPCNQqiG50vWVFA6J2kyxftwsXunHTNBdSkoIRYkb0s=";
25 pythonImportsCheck = [
30 homepage = "https://github.com/iluxonchik/rfc-bibtex/";
31 description = "Generate Bibtex entries for IETF RFCs and Internet-Drafts";
32 license = licenses.mit;
33 maintainers = with maintainers; [ teto ];
34 mainProgram = "rfcbibtex";