Merge pull request #116964 from rmcgibbo/gremlinpython
python3Packages.gremlinpython: 3.4.8 -> 3.4.10
This commit is contained in:
commit
8cb1afae1b
@ -1,22 +1,23 @@
|
|||||||
{ stdenv, lib, buildPythonPackage, fetchFromGitHub, python, pythonOlder
|
{ lib, buildPythonPackage, fetchFromGitHub
|
||||||
, pytestCheckHook, pyhamcrest, pytestrunner, pytest
|
, pytestCheckHook, pyhamcrest, pytestrunner
|
||||||
, six, isodate, tornado, aenum, radish-bdd, mock
|
, six, isodate, tornado, aenum, radish-bdd, mock
|
||||||
}:
|
}:
|
||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
pname = "gremlinpython";
|
pname = "gremlinpython";
|
||||||
version = "3.4.8";
|
version = "3.4.10";
|
||||||
|
|
||||||
# pypi tarball doesn't include tests
|
# pypi tarball doesn't include tests
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "apache";
|
owner = "apache";
|
||||||
repo = "tinkerpop";
|
repo = "tinkerpop";
|
||||||
rev = version;
|
rev = version;
|
||||||
sha256 = "0kcyhfxz7z4f8i64gig8q1q9dhy24cprbh63vwsdiwryg74q4chl";
|
sha256 = "0i9lkrwbsmpx1h9480vf97pibm2v37sgw2qm2r1c0i8gg5bcmhj3";
|
||||||
};
|
};
|
||||||
sourceRoot = "source/gremlin-python/src/main/jython";
|
sourceRoot = "source/gremlin-python/src/main/jython";
|
||||||
postPatch = ''
|
postPatch = ''
|
||||||
substituteInPlace setup.py \
|
substituteInPlace setup.py \
|
||||||
|
--replace 'aenum>=1.4.5,<3.0.0' 'aenum' \
|
||||||
--replace 'tornado>=4.4.1,<6.0' 'tornado' \
|
--replace 'tornado>=4.4.1,<6.0' 'tornado' \
|
||||||
--replace 'PyHamcrest>=1.9.0,<2.0.0' 'PyHamcrest' \
|
--replace 'PyHamcrest>=1.9.0,<2.0.0' 'PyHamcrest' \
|
||||||
--replace 'radish-bdd==0.8.6' 'radish-bdd' \
|
--replace 'radish-bdd==0.8.6' 'radish-bdd' \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user