Merge pull request #255872 from GaetanLepage/intake
python310Packages.intake: unstable-2023-08-24 -> 0.7.0
This commit is contained in:
commit
3d1b83f8f8
1 changed files with 8 additions and 7 deletions
|
@ -11,7 +11,6 @@
|
|||
, jinja2
|
||||
, msgpack
|
||||
, msgpack-numpy
|
||||
, numpy
|
||||
, pandas
|
||||
, panel
|
||||
, pyarrow
|
||||
|
@ -26,16 +25,16 @@
|
|||
|
||||
buildPythonPackage rec {
|
||||
pname = "intake";
|
||||
version = "unstable-2023-08-24";
|
||||
version = "0.7.0";
|
||||
format = "setuptools";
|
||||
|
||||
disabled = pythonOlder "3.7";
|
||||
disabled = pythonOlder "3.8";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = pname;
|
||||
repo = pname;
|
||||
rev = "81b1567a2030adfb22b856b4f63cefe35de68983";
|
||||
hash = "sha256-PygLrZz8ssHUrzGt2A7HxidvA2IVY94edVLjSp4jLI4=";
|
||||
owner = "intake";
|
||||
repo = "intake";
|
||||
rev = "refs/tags/${version}";
|
||||
hash = "sha256-LK4abwPViEFJZ10bbRofF2aw2Mj0dliKwX6dFy93RVQ=";
|
||||
};
|
||||
|
||||
propagatedBuildInputs = [
|
||||
|
@ -89,12 +88,14 @@ buildPythonPackage rec {
|
|||
disabledTests = [
|
||||
# Disable tests which touch network
|
||||
"http"
|
||||
"test_address_flag"
|
||||
"test_dir"
|
||||
"test_discover"
|
||||
"test_filtered_compressed_cache"
|
||||
"test_flatten_flag"
|
||||
"test_get_dir"
|
||||
"test_pagination"
|
||||
"test_port_flag"
|
||||
"test_read_part_compressed"
|
||||
"test_read_partition"
|
||||
"test_read_pattern"
|
||||
|
|
Loading…
Reference in a new issue