16 buildPythonPackage rec {
21 disabled = pythonOlder "3.8";
24 inherit pname version;
25 hash = "sha256-dXguOB679BBEP3kU/XTKF/vcRBTRTUjaVhSZ6wlY0AI=";
28 nativeBuildInputs = [ setuptools-scm ];
30 propagatedBuildInputs = [
39 nativeCheckInputs = [ pytestCheckHook ];
41 pythonImportsCheck = [ "irc" ];
44 description = "IRC (Internet Relay Chat) protocol library for Python";
45 homepage = "https://github.com/jaraco/irc";
46 changelog = "https://github.com/jaraco/irc/blob/v${version}/NEWS.rst";
47 license = licenses.mit;