Loading pkgs/development/python-modules/bucketstore/default.nix +13 −3 Original line number Diff line number Diff line Loading @@ -10,20 +10,29 @@ buildPythonPackage rec { pname = "bucketstore"; version = "0.2.2"; format = "setuptools"; disabled = pythonOlder "3.7"; src = fetchFromGitHub { owner = "jpetrucciani"; repo = "bucketstore"; rev = version; rev = "refs/tags/${version}"; hash = "sha256-BtoyGqFbeBhGQeXnmeSfiuJLZtXFrK26WO0SDlAtKG4="; }; propagatedBuildInputs = [ boto3 ]; postPatch = '' substituteInPlace setup.py \ --replace "version=__version__," 'version="${version}",' ''; propagatedBuildInputs = [ boto3 ]; nativeCheckInputs = [ pytestCheckHook moto pytestCheckHook ]; pythonImportsCheck = [ Loading @@ -33,6 +42,7 @@ buildPythonPackage rec { meta = with lib; { description = "Library for interacting with Amazon S3"; homepage = "https://github.com/jpetrucciani/bucketstore"; changelog = "https://github.com/jpetrucciani/bucketstore/releases/tag/${version}"; license = licenses.mit; maintainers = with maintainers; [ jpetrucciani ]; }; Loading Loading
pkgs/development/python-modules/bucketstore/default.nix +13 −3 Original line number Diff line number Diff line Loading @@ -10,20 +10,29 @@ buildPythonPackage rec { pname = "bucketstore"; version = "0.2.2"; format = "setuptools"; disabled = pythonOlder "3.7"; src = fetchFromGitHub { owner = "jpetrucciani"; repo = "bucketstore"; rev = version; rev = "refs/tags/${version}"; hash = "sha256-BtoyGqFbeBhGQeXnmeSfiuJLZtXFrK26WO0SDlAtKG4="; }; propagatedBuildInputs = [ boto3 ]; postPatch = '' substituteInPlace setup.py \ --replace "version=__version__," 'version="${version}",' ''; propagatedBuildInputs = [ boto3 ]; nativeCheckInputs = [ pytestCheckHook moto pytestCheckHook ]; pythonImportsCheck = [ Loading @@ -33,6 +42,7 @@ buildPythonPackage rec { meta = with lib; { description = "Library for interacting with Amazon S3"; homepage = "https://github.com/jpetrucciani/bucketstore"; changelog = "https://github.com/jpetrucciani/bucketstore/releases/tag/${version}"; license = licenses.mit; maintainers = with maintainers; [ jpetrucciani ]; }; Loading