7 buildPythonPackage rec {
10 format = "setuptools";
13 inherit pname version;
14 sha256 = "13ef98b058489ff572b6667c38970a544699895c0844cb3ac2494e3a59ac51e6";
18 description = "Provides access to sigprocmask(2) and friends and convenience wrappers to python application developers wanting to SIG_BLOCK and SIG_UNBLOCK signals";
19 homepage = "https://github.com/ossobv/pysigset";
20 license = licenses.gpl3;
21 maintainers = with maintainers; [ dzabraev ];