9 buildPythonPackage rec {
10 pname = "backports.weakref";
11 version = "1.0.post1";
13 inherit pname version;
14 sha256 = "bc4170a29915f8b22c9e7c4939701859650f2eb84184aee80da329ac0b9825c2";
17 buildInputs = [ setuptools-scm ];
18 # checkInputs = [ backports ];
20 # Requires backports package
23 checkInputs = [ unittestCheckHook ];
25 unittestFlagsArray = [ "tests" ];
28 description = "Backports of new features in Python’s weakref module";
29 license = licenses.psfl;
30 maintainers = with maintainers; [ jyp ];