18 buildPythonPackage rec {
19 pname = "django-scim2";
23 src = fetchFromGitHub {
26 rev = "refs/tags/${version}";
27 hash = "sha256-larDh4f9/xVr11/n/WfkJ2Tx45DMQqyK3ZzkWAvzeig=";
30 # remove this when upstream releases a new version > 0.19.0
32 substituteInPlace pyproject.toml \
33 --replace "poetry>=0.12" "poetry-core>=1.5.2" \
34 --replace "poetry.masonry.api" "poetry.core.masonry.api"
41 propagatedBuildInputs = [
46 pythonImportsCheck = [
57 changelog = "https://github.com/15five/django-scim2/blob/${src.rev}/CHANGES.txt";
58 description = "A SCIM 2.0 Service Provider Implementation (for Django)";
59 homepage = "https://github.com/15five/django-scim2";
60 license = licenses.mit;
61 maintainers = with maintainers; [ s1341 ];