···
-
hash = "sha256-fqP6nG2ncDRg48kvlsmPjNBOzfQp9+7wTcGvsYVrRzA=";
-
# Remove vendorized versioneer.py
nativeBuildInputs = [ git ];
···
···
"test_auto_if_wanted_data_transfer_path_restriction"
-
# requires internet access
"test_auto_data_transfer"
-
"test_http_url_operations"
-
"test_transparent_decompression"
"test_compressed_file_stay_compressed"
-
"test_ls_file_collection_tarfile"
++ lib.optionals (pythonAtLeast "3.13") [
···
-
# requires internet access
"datalad_next/commands/tests/test_download.py"
"datalad_next/archive_operations/tests/test_tarfile.py"
···
+
writableTmpDirAsHomeHook,
+
version = "1.6.0-unstable-2025-07-04";
+
rev = "2d2b1526c1e396964dd3ffdbb37597adefe7682d";
+
hash = "sha256-47cRxaxOGzR6hDfiW2hS3MNHp2aP9rxtWNxV+33PPfs=";
+
env.SETUPTOOLS_SCM_PRETEND_VERSION = "1.6.0";
nativeBuildInputs = [ git ];
···
+
optional-dependencies = {
+
writableTmpDirAsHomeHook
···
"test_auto_if_wanted_data_transfer_path_restriction"
+
# Test require internet access
"test_auto_data_transfer"
"test_compressed_file_stay_compressed"
+
"test_http_url_operations"
+
"test_ls_file_collection_tarfile"
+
"test_transparent_decompression"
++ lib.optionals (pythonAtLeast "3.13") [
···
+
# Tests require internet access
"datalad_next/commands/tests/test_download.py"
"datalad_next/archive_operations/tests/test_tarfile.py"