Merge pull request #112748 from r-ryantm/auto-update/python3.7-josepy
python37Packages.josepy: 1.5.0 -> 1.6.0
This commit is contained in:
commit
9704f74645
@ -4,17 +4,24 @@
|
|||||||
, setuptools
|
, setuptools
|
||||||
, pyopenssl
|
, pyopenssl
|
||||||
, cryptography
|
, cryptography
|
||||||
|
, mock
|
||||||
|
, pytestCheckHook
|
||||||
}:
|
}:
|
||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
pname = "josepy";
|
pname = "josepy";
|
||||||
version = "1.5.0";
|
version = "1.6.0";
|
||||||
|
|
||||||
src = fetchPypi {
|
src = fetchPypi {
|
||||||
inherit pname version;
|
inherit pname version;
|
||||||
sha256 = "502a36f86efe2a6d09bf7018bca9fd8f8f24d8090a966aa037dbc844459ff9c8";
|
sha256 = "0aab1c3ceffe045e7fd5bcfe7685e27e9d2758518d9ba7116b5de34087e70bf5";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
postPatch = ''
|
||||||
|
# remove coverage flags
|
||||||
|
sed -i '/addopts/d' pytest.ini
|
||||||
|
'';
|
||||||
|
|
||||||
propagatedBuildInputs = [
|
propagatedBuildInputs = [
|
||||||
pyopenssl
|
pyopenssl
|
||||||
cryptography
|
cryptography
|
||||||
@ -22,8 +29,10 @@ buildPythonPackage rec {
|
|||||||
setuptools
|
setuptools
|
||||||
];
|
];
|
||||||
|
|
||||||
# too many unpackaged check requirements
|
checkInputs = [
|
||||||
doCheck = false;
|
mock
|
||||||
|
pytestCheckHook
|
||||||
|
];
|
||||||
|
|
||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
description = "JOSE protocol implementation in Python";
|
description = "JOSE protocol implementation in Python";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user