Skip to content

Commit

Permalink
python312Packages.http-ece: modernize
Browse files Browse the repository at this point in the history
  • Loading branch information
pyrox0 committed Jul 31, 2024
1 parent 7f997e6 commit 0c54982
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions pkgs/development/python-modules/http-ece/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
buildPythonPackage rec {
pname = "http-ece";
version = "1.2.1";
pyproject = true;

src = fetchFromGitHub {
owner = "web-push-libs";
Expand All @@ -21,14 +22,16 @@ buildPythonPackage rec {

sourceRoot = "${src.name}/python";

propagatedBuildInputs = [ cryptography ];
build-system = [ setuptools ];

dependencies = [ cryptography ];

nativeCheckInputs = [
pytestCheckHook
pytest-cov-stub
];

meta = with lib; {
meta = {
description = "Encipher HTTP Messages";
homepage = "https://github.com/web-push-libs/encrypted-content-encoding";
license = lib.licenses.mit;
Expand Down

0 comments on commit 0c54982

Please sign in to comment.