python39Packages.pyasn1: add pythonImportsCheck, fix license, update homepage, add SuperSandro2000 as maintainer
This commit is contained in:
parent
85a633de9f
commit
458b29255f
1 changed files with 6 additions and 4 deletions
|
@ -9,10 +9,12 @@ buildPythonPackage rec {
|
||||||
sha256 = "aef77c9fb94a3ac588e87841208bdec464471d9871bd5050a287cc9a475cd0ba";
|
sha256 = "aef77c9fb94a3ac588e87841208bdec464471d9871bd5050a287cc9a475cd0ba";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
pythonImportsCheck = [ "pyasn1" ];
|
||||||
|
|
||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
description = "ASN.1 tools for Python";
|
description = "Generic ASN.1 library for Python";
|
||||||
homepage = "http://pyasn1.sourceforge.net/";
|
homepage = "https://github.com/etingof/pyasn1";
|
||||||
license = "mBSD";
|
license = licenses.bsd2;
|
||||||
platforms = platforms.unix; # arbitrary choice
|
maintainers = with maintainers; [ SuperSandro2000 ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue