9 buildPythonPackage rec {
13 disabled = pythonOlder "3.8";
15 src = fetchFromGitHub {
19 sha256 = "0ynjz7khp67bwxjp580w3zijxr9yn44nmnbvkxjxq9scyb2mjf6g";
26 propagatedBuildInputs = [ aiohttp ];
28 # Project has no tests
30 pythonImportsCheck = [ "pyrituals" ];
33 description = "Python wrapper for the Rituals Perfume Genie API";
34 homepage = "https://github.com/milanmeu/pyrituals";
35 license = with licenses; [ mit ];
36 maintainers = with maintainers; [ fab ];