Merge pull request #90078 from timokau/gidgethub-4.1.1
python.pkgs.gidgethub: 3.2.0 -> 4.1.1
This commit is contained in:
commit
1fea5519b4
@ -11,22 +11,26 @@
|
|||||||
, tornado
|
, tornado
|
||||||
, aiohttp
|
, aiohttp
|
||||||
, uritemplate
|
, uritemplate
|
||||||
|
, pyjwt
|
||||||
}:
|
}:
|
||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
pname = "gidgethub";
|
pname = "gidgethub";
|
||||||
version = "3.2.0";
|
version = "4.1.1";
|
||||||
|
|
||||||
disabled = pythonOlder "3.6";
|
disabled = pythonOlder "3.6";
|
||||||
|
|
||||||
src = fetchPypi {
|
src = fetchPypi {
|
||||||
inherit pname version;
|
inherit pname version;
|
||||||
sha256 = "8f4b69063a256994d38243cc0eba4e1453017b5b8b04a173216d02d47ffc3989";
|
sha256 = "13nzc40c71kxvjxahgnc6c974xp5fpm02gqymwgfjbj2dmlzmayg";
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [ setuptools pytestrunner ];
|
nativeBuildInputs = [ setuptools pytestrunner ];
|
||||||
checkInputs = [ pytest pytest-asyncio twisted treq tornado aiohttp ];
|
checkInputs = [ pytest pytest-asyncio twisted treq tornado aiohttp ];
|
||||||
propagatedBuildInputs = [ uritemplate ];
|
propagatedBuildInputs = [
|
||||||
|
uritemplate
|
||||||
|
pyjwt
|
||||||
|
];
|
||||||
|
|
||||||
postPatch = ''
|
postPatch = ''
|
||||||
substituteInPlace setup.py \
|
substituteInPlace setup.py \
|
||||||
|
Loading…
Reference in New Issue
Block a user