6 , hatch-fancy-pypi-readme
16 buildPythonPackage rec {
17 pname = "service-identity";
21 disabled = pythonOlder "3.8";
23 src = fetchFromGitHub {
26 rev = "refs/tags/${version}";
27 hash = "sha256-PGDtsDgRwh7GuuM4OuExiy8L4i3Foo+OD0wMrndPkvo=";
31 hatch-fancy-pypi-readme
36 propagatedBuildInputs = [
48 pythonImportsCheck = [
53 description = "Service identity verification for pyOpenSSL";
54 homepage = "https://service-identity.readthedocs.io";
55 changelog = "https://github.com/pyca/service-identity/releases/tag/${version}";
56 license = licenses.mit;
57 maintainers = with maintainers; [ fab ];