python3Packages.twilio: 7.1.0 -> 7.2.0
This commit is contained in:
parent
edf9cbe0c9
commit
dbb4882075
@ -4,30 +4,28 @@
|
|||||||
, mock
|
, mock
|
||||||
, nose
|
, nose
|
||||||
, pyjwt
|
, pyjwt
|
||||||
, pysocks
|
, pythonOlder
|
||||||
, pytz
|
, pytz
|
||||||
, requests
|
, requests
|
||||||
, six
|
|
||||||
}:
|
}:
|
||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
pname = "twilio";
|
pname = "twilio";
|
||||||
version = "7.1.0";
|
version = "7.2.0";
|
||||||
|
|
||||||
|
disabled = pythonOlder "3.6";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "twilio";
|
owner = "twilio";
|
||||||
repo = "twilio-python";
|
repo = "twilio-python";
|
||||||
rev = version;
|
rev = version;
|
||||||
sha256 = "sha256-pagqetDQ8/1xDCxZJVTZc9T0dmFA1opd7tMDR11wlVs=";
|
sha256 = "sha256-lhRlLZ9RpOpNIPEgrO7+JO8CnqeC3gqgGqXjznsA9ls=";
|
||||||
};
|
};
|
||||||
|
|
||||||
propagatedBuildInputs = [
|
propagatedBuildInputs = [
|
||||||
pyjwt
|
pyjwt
|
||||||
pysocks
|
|
||||||
pytz
|
pytz
|
||||||
requests
|
requests
|
||||||
six
|
|
||||||
];
|
];
|
||||||
|
|
||||||
checkInputs = [
|
checkInputs = [
|
||||||
@ -35,7 +33,9 @@ buildPythonPackage rec {
|
|||||||
nose
|
nose
|
||||||
];
|
];
|
||||||
|
|
||||||
pythonImportsCheck = [ "twilio" ];
|
pythonImportsCheck = [
|
||||||
|
"twilio"
|
||||||
|
];
|
||||||
|
|
||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
description = "Twilio API client and TwiML generator";
|
description = "Twilio API client and TwiML generator";
|
||||||
|
Loading…
Reference in New Issue
Block a user