python313Packages.s3-credentials: modernize
This commit is contained in:
@@ -9,7 +9,6 @@
|
||||
moto,
|
||||
pytest-mock,
|
||||
pytestCheckHook,
|
||||
pythonOlder,
|
||||
setuptools,
|
||||
}:
|
||||
|
||||
@@ -18,8 +17,6 @@ buildPythonPackage rec {
|
||||
version = "0.17";
|
||||
pyproject = true;
|
||||
|
||||
disabled = pythonOlder "3.7";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "simonw";
|
||||
repo = "s3-credentials";
|
||||
@@ -52,7 +49,7 @@ buildPythonPackage rec {
|
||||
meta = {
|
||||
description = "Python CLI utility for creating credentials for accessing S3 buckets";
|
||||
homepage = "https://github.com/simonw/s3-credentials";
|
||||
changelog = "https://github.com/simonw/s3-credentials/releases/tag/${version}";
|
||||
changelog = "https://github.com/simonw/s3-credentials/releases/tag/${src.tag}";
|
||||
license = lib.licenses.asl20;
|
||||
maintainers = with lib.maintainers; [ techknowlogick ];
|
||||
mainProgram = "s3-credentials";
|
||||
|
||||
Reference in New Issue
Block a user