6 , hatch-fancy-pypi-readme
16 buildPythonPackage rec {
21 disabled = pythonOlder "3.7";
23 src = fetchFromGitHub {
26 rev = "refs/tags/${version}";
27 hash = "sha256-rVYlnvISGugh9qvf3mdrIyELmeOUU4g6291HeoMkoQc=";
32 hatch-fancy-pypi-readme
43 ] ++ twisted.optional-dependencies.tls;
45 pythonImportsCheck = [
50 description = "Easy PEM file parsing in Python";
51 homepage = "https://pem.readthedocs.io/";
52 changelog = "https://github.com/hynek/pem/blob/${version}/CHANGELOG.md";
53 license = licenses.mit;
54 maintainers = with maintainers; [ nyanotech ];