mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-24 05:44:13 +00:00
python311Packages.bleach: refactor
This commit is contained in:
parent
bec91aecdf
commit
8e145aac93
@ -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 ];
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user