pythonPackages.quandl: comment on why gitihub and not pypi (3.2.1)
This commit is contained in:
parent
fde8307846
commit
5551af487f
@ -8,18 +8,16 @@
|
|||||||
pyOpenSSL ? null, ndg-httpsclient ? null, pyasn1 ? null
|
pyOpenSSL ? null, ndg-httpsclient ? null, pyasn1 ? null
|
||||||
}:
|
}:
|
||||||
|
|
||||||
let
|
buildPythonPackage rec {
|
||||||
|
pname = "quandl";
|
||||||
version = "3.2.1";
|
version = "3.2.1";
|
||||||
sha256 = "0vc0pzs2px9yaqkqcmd2m1b2bq1iils8fs0xbl0989hjq791a4jr";
|
sha256 = "0vc0pzs2px9yaqkqcmd2m1b2bq1iils8fs0xbl0989hjq791a4jr";
|
||||||
|
|
||||||
in buildPythonPackage rec {
|
|
||||||
pname = "quandl";
|
|
||||||
inherit version;
|
|
||||||
|
|
||||||
patches = [ ./allow-requests-v2.18.patch ];
|
patches = [ ./allow-requests-v2.18.patch ];
|
||||||
|
|
||||||
|
# Tests do not work with fetchPypi
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "quandl";
|
owner = pname;
|
||||||
repo = "quandl-python";
|
repo = "quandl-python";
|
||||||
rev = "refs/tags/v${version}";
|
rev = "refs/tags/v${version}";
|
||||||
inherit sha256;
|
inherit sha256;
|
||||||
|
Loading…
Reference in New Issue
Block a user