python313Packages.channels: modernize
This commit is contained in:
@@ -9,7 +9,6 @@
|
||||
pytest-asyncio,
|
||||
pytest-django,
|
||||
pytestCheckHook,
|
||||
pythonOlder,
|
||||
setuptools,
|
||||
}:
|
||||
|
||||
@@ -18,8 +17,6 @@ buildPythonPackage rec {
|
||||
version = "4.3.2";
|
||||
pyproject = true;
|
||||
|
||||
disabled = pythonOlder "3.8";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "django";
|
||||
repo = "channels";
|
||||
@@ -56,7 +53,7 @@ buildPythonPackage rec {
|
||||
meta = with lib; {
|
||||
description = "Brings event-driven capabilities to Django with a channel system";
|
||||
homepage = "https://github.com/django/channels";
|
||||
changelog = "https://github.com/django/channels/blob/${version}/CHANGELOG.txt";
|
||||
changelog = "https://github.com/django/channels/blob/${src.tag}/CHANGELOG.txt";
|
||||
license = licenses.bsd3;
|
||||
maintainers = with maintainers; [ fab ];
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user