python311Packages.bleach: refactor

This commit is contained in:
Fabian Affolter 2023-11-19 22:55:04 +01:00 committed by Martin Weinelt
parent bec91aecdf
commit 8e145aac93
No known key found for this signature in database
GPG key ID: 87C1E9888F856759

View file

@ -16,7 +16,7 @@ buildPythonPackage rec {
version = "6.1.0";
pyproject = true;
disabled = pythonOlder "3.7";
disabled = pythonOlder "3.8";
src = fetchPypi {
inherit pname version;
@ -69,6 +69,7 @@ buildPythonPackage rec {
'';
homepage = "https://github.com/mozilla/bleach";
downloadPage = "https://github.com/mozilla/bleach/releases";
changelog = "https://github.com/mozilla/bleach/blob/v${version}/CHANGES";
license = licenses.asl20;
maintainers = with maintainers; [ prikhi ];
};