8 buildPythonPackage rec {
11 format = "setuptools";
14 inherit pname version;
15 hash = "sha256-KFUWIJbPAjBRCJCzVDeeocD/GdEF0xR9NJ0kM7siKwg=";
18 buildInputs = [ pytest ];
21 description = "Collection of persistent (disk-based) queues for Python";
22 homepage = "https://github.com/scrapy/queuelib";
23 license = licenses.bsd3;