Merge pull request #206669 from r-ryantm/auto-update/python3.10-awacs
python310Packages.awacs: 2.2.0 -> 2.3.0
This commit is contained in:
@@ -3,20 +3,18 @@
|
||||
, fetchPypi
|
||||
, pythonOlder
|
||||
, python
|
||||
|
||||
# python dependencies
|
||||
, typing-extensions
|
||||
}:
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "awacs";
|
||||
version = "2.2.0";
|
||||
version = "2.3.0";
|
||||
|
||||
disabled = pythonOlder "3.7";
|
||||
|
||||
src = fetchPypi {
|
||||
inherit pname version;
|
||||
hash = "sha256-zWRQHxjHogmSKSqnvQLJCdoilkOlJ07p00lN+U46WkU=";
|
||||
hash = "sha256-0tizZWcHe1qbLxpXS/IngExaFFUHZyXXlksWcNL/vEw=";
|
||||
};
|
||||
|
||||
propagatedBuildInputs = lib.lists.optionals (pythonOlder "3.8") [
|
||||
@@ -27,12 +25,15 @@ buildPythonPackage rec {
|
||||
${python.interpreter} -m unittest discover
|
||||
'';
|
||||
|
||||
pythonImportsCheck = [ "awacs" ];
|
||||
pythonImportsCheck = [
|
||||
"awacs"
|
||||
];
|
||||
|
||||
meta = with lib; {
|
||||
description = "AWS Access Policy Language creation library";
|
||||
maintainers = with maintainers; [ jlesquembre ];
|
||||
license = licenses.bsd2;
|
||||
homepage = "https://github.com/cloudtools/awacs";
|
||||
changelog = "https://github.com/cloudtools/awacs/blob/${version}/CHANGELOG.md";
|
||||
license = licenses.bsd2;
|
||||
maintainers = with maintainers; [ jlesquembre ];
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user