7 hatch-fancy-pypi-readme,
17 buildPythonPackage rec {
22 disabled = pythonOlder "3.7";
24 src = fetchFromGitHub {
28 hash = "sha256-rVYlnvISGugh9qvf3mdrIyELmeOUU4g6291HeoMkoQc=";
33 hatch-fancy-pypi-readme
44 ] ++ twisted.optional-dependencies.tls;
46 pythonImportsCheck = [ "pem" ];
49 description = "Easy PEM file parsing in Python";
50 homepage = "https://pem.readthedocs.io/";
51 changelog = "https://github.com/hynek/pem/blob/${version}/CHANGELOG.md";
52 license = licenses.mit;
53 maintainers = with maintainers; [ nyanotech ];