python39Packages.pyasn1: add pythonImportsCheck, fix license, update homepage, add SuperSandro2000 as maintainer

This commit is contained in:
Sandro Jäckel 2022-03-23 08:56:50 +01:00
parent 85a633de9f
commit 458b29255f
No known key found for this signature in database
GPG key ID: 3AF5A43A3EECC2E5

View file

@ -9,10 +9,12 @@ buildPythonPackage rec {
sha256 = "aef77c9fb94a3ac588e87841208bdec464471d9871bd5050a287cc9a475cd0ba";
};
pythonImportsCheck = [ "pyasn1" ];
meta = with lib; {
description = "ASN.1 tools for Python";
homepage = "http://pyasn1.sourceforge.net/";
license = "mBSD";
platforms = platforms.unix; # arbitrary choice
description = "Generic ASN.1 library for Python";
homepage = "https://github.com/etingof/pyasn1";
license = licenses.bsd2;
maintainers = with maintainers; [ SuperSandro2000 ];
};
}