Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

python3Packages.gcsfs: init at 2021.04.0 #120173

Merged
merged 3 commits into from Apr 24, 2021
Merged

Conversation

nbren12
Copy link
Contributor

@nbren12 nbren12 commented Apr 22, 2021

Motivation for this change

Add gcsfs, a useful tool for working with Google Cloud Storage. gcsfs implements the interfaces described in fsspec, which is in nixpkgs. I needed to bump the versions fsspec to work with the latest release of gcsfs. These packages are developed in unison, so usually need very similar versions.

I sometimes contribute to this project and am in contact with its primary author.

Things done
  • Tested using sandboxing (nix.useSandbox on NixOS, or option sandbox in nix.conf on non-NixOS linux)
  • Built on platform(s)
    • NixOS
    • macOS
    • other Linux distributions
  • Tested via one or more NixOS test(s) if existing and applicable for the change (look inside nixos/tests)
  • Tested compilation of all pkgs that depend on this change using nix-shell -p nixpkgs-review --run "nixpkgs-review wip"
  • Tested execution of all binary files (usually in ./result/bin/)
  • Determined the impact on package closure size (by running nix path-info -S before and after)
  • Ensured that relevant documentation is up to date
  • Fits CONTRIBUTING.md.

@legendofmiracles
Copy link
Contributor

Make another commit for adding the maintainer maintainers: add nbren12

@SuperSandro2000 SuperSandro2000 changed the title python3Packages.gcsfs: init python3Packages.gcsfs: init at 2021.04.0 Apr 22, 2021
Copy link
Member

@SuperSandro2000 SuperSandro2000 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please include the version number in the init commit.

maintainers/maintainer-list.nix Show resolved Hide resolved
pkgs/development/python-modules/fsspec/default.nix Outdated Show resolved Hide resolved
@r-rmcgibbo
Copy link

r-rmcgibbo commented Apr 22, 2021

Result of nixpkgs-review pr 120173 at 023c823f run on x86_64-linux 1

7 packages marked as broken and skipped:
  • python38Packages.clifford
  • python38Packages.dask-jobqueue
  • python38Packages.dask-xgboost
  • python38Packages.rl-coach
  • python39Packages.dask-jobqueue
  • python39Packages.dask-xgboost
  • python39Packages.rl-coach
16 packages skipped due to time constraints:
  • python38Packages.caffe
  • python38Packages.dask-glm
  • python38Packages.dask-ml
  • python38Packages.datashader
  • python38Packages.imgaug
  • python38Packages.intake
  • python38Packages.mask-rcnn
  • python38Packages.spectral-cube
  • python38Packages.sunpy
  • python39Packages.caffe
  • ...
54 packages built successfully:
  • python38Packages.aplpy
  • python38Packages.asdf
  • python38Packages.batchgenerators
  • python38Packages.dask
  • python38Packages.dask-gateway
  • python38Packages.dask-image
  • python38Packages.dask-mpi
  • python38Packages.datasets
  • python38Packages.distributed
  • python38Packages.fsspec
  • python38Packages.gcsfs
  • python38Packages.glymur
  • python38Packages.image-match
  • python38Packages.imagecorruptions
  • python38Packages.pims
  • python38Packages.pyfftw
  • python38Packages.pyregion
  • python38Packages.pytest-astropy
  • python38Packages.pytest-astropy-header
  • python38Packages.radio_beam
  • python38Packages.reproject
  • python38Packages.s3fs
  • python38Packages.scikitimage
  • python38Packages.slicedimage
  • python38Packages.sparse
  • python38Packages.streamz
  • python38Packages.stumpy
  • python38Packages.stytra
  • python38Packages.tensorly
  • python39Packages.aplpy
  • python39Packages.asdf
  • python39Packages.batchgenerators
  • python39Packages.dask
  • python39Packages.dask-gateway
  • python39Packages.dask-image
  • python39Packages.dask-mpi
  • python39Packages.datasets
  • python39Packages.distributed
  • python39Packages.fsspec
  • python39Packages.gcsfs
  • python39Packages.glymur
  • python39Packages.image-match
  • python39Packages.imagecorruptions
  • python39Packages.pims
  • python39Packages.pyfftw
  • python39Packages.pyregion
  • python39Packages.pytest-astropy
  • python39Packages.pytest-astropy-header
  • python39Packages.radio_beam
  • python39Packages.reproject
  • python39Packages.s3fs
  • python39Packages.scikitimage
  • python39Packages.slicedimage
  • python39Packages.streamz

Result of nixpkgs-review pr 120173 at 023c823f run on aarch64-linux 1

18 packages marked as broken and skipped:
  • python38Packages.caffe
  • python38Packages.clifford
  • python38Packages.dask-gateway
  • python38Packages.dask-jobqueue
  • python38Packages.dask-ml
  • python38Packages.dask-mpi
  • python38Packages.dask-xgboost
  • python38Packages.datashader
  • python38Packages.rl-coach
  • python38Packages.streamz
  • ...
10 packages skipped due to time constraints:
  • python38Packages.dask-glm
  • python38Packages.imgaug
  • python38Packages.mask-rcnn
  • python38Packages.spectral-cube
  • python38Packages.sunpy
  • python39Packages.dask-glm
  • python39Packages.imgaug
  • python39Packages.mask-rcnn
  • python39Packages.spectral-cube
  • python39Packages.sunpy
47 packages built successfully:
  • python38Packages.aplpy
  • python38Packages.asdf
  • python38Packages.batchgenerators
  • python38Packages.dask
  • python38Packages.dask-image
  • python38Packages.datasets
  • python38Packages.fsspec
  • python38Packages.gcsfs
  • python38Packages.glymur
  • python38Packages.image-match
  • python38Packages.imagecorruptions
  • python38Packages.intake
  • python38Packages.pims
  • python38Packages.pyfftw
  • python38Packages.pyregion
  • python38Packages.pytest-astropy
  • python38Packages.pytest-astropy-header
  • python38Packages.radio_beam
  • python38Packages.reproject
  • python38Packages.s3fs
  • python38Packages.scikitimage
  • python38Packages.slicedimage
  • python38Packages.sparse
  • python38Packages.stytra
  • python38Packages.tensorly
  • python39Packages.aplpy
  • python39Packages.asdf
  • python39Packages.batchgenerators
  • python39Packages.dask
  • python39Packages.dask-image
  • python39Packages.datasets
  • python39Packages.fsspec
  • python39Packages.gcsfs
  • python39Packages.glymur
  • python39Packages.image-match
  • python39Packages.imagecorruptions
  • python39Packages.intake
  • python39Packages.pims
  • python39Packages.pyfftw
  • python39Packages.pyregion
  • python39Packages.pytest-astropy
  • python39Packages.pytest-astropy-header
  • python39Packages.radio_beam
  • python39Packages.reproject
  • python39Packages.s3fs
  • python39Packages.scikitimage
  • python39Packages.slicedimage

@nbren12
Copy link
Contributor Author

nbren12 commented Apr 22, 2021

Result of nixpkgs-review pr 120173 1

5 packages marked as broken and skipped:
  • python38Packages.clifford
  • python38Packages.dask-jobqueue
  • python38Packages.dask-xgboost
  • python39Packages.dask-jobqueue
  • python39Packages.dask-xgboost
11 packages failed to build:
  • python38Packages.dask-glm
  • python38Packages.dask-ml
  • python38Packages.datashader
  • python38Packages.intake
  • python38Packages.spectral-cube
  • python38Packages.streamz
  • python38Packages.stumpy
  • python39Packages.dask-glm
  • python39Packages.intake
  • python39Packages.spectral-cube
  • python39Packages.streamz
53 packages built:
  • python38Packages.aplpy
  • python38Packages.asdf
  • python38Packages.batchgenerators
  • python38Packages.dask
  • python38Packages.dask-gateway
  • python38Packages.dask-image
  • python38Packages.dask-mpi
  • python38Packages.datasets
  • python38Packages.distributed
  • python38Packages.fsspec
  • python38Packages.gcsfs
  • python38Packages.glymur
  • python38Packages.image-match
  • python38Packages.imagecorruptions
  • python38Packages.pims
  • python38Packages.pyfftw
  • python38Packages.pyregion
  • python38Packages.pytest-astropy
  • python38Packages.pytest-astropy-header
  • python38Packages.radio_beam
  • python38Packages.reproject
  • python38Packages.s3fs
  • python38Packages.scikitimage
  • python38Packages.slicedimage
  • python38Packages.sparse
  • python38Packages.stytra
  • python38Packages.sunpy
  • python38Packages.tensorly
  • python39Packages.aplpy
  • python39Packages.asdf
  • python39Packages.batchgenerators
  • python39Packages.dask
  • python39Packages.dask-gateway
  • python39Packages.dask-image
  • python39Packages.dask-mpi
  • python39Packages.datasets
  • python39Packages.distributed
  • python39Packages.fsspec
  • python39Packages.gcsfs
  • python39Packages.glymur
  • python39Packages.image-match
  • python39Packages.imagecorruptions
  • python39Packages.pims
  • python39Packages.pyfftw
  • python39Packages.pyregion
  • python39Packages.pytest-astropy
  • python39Packages.pytest-astropy-header
  • python39Packages.radio_beam
  • python39Packages.reproject
  • python39Packages.s3fs
  • python39Packages.scikitimage
  • python39Packages.slicedimage
  • python39Packages.sunpy

@nbren12
Copy link
Contributor Author

nbren12 commented Apr 22, 2021

@legendofmiracles @SuperSandro2000

I force-pushed a new batch of commits, splitting the maintainer addition into a new commit, and addressing the other comments.

other changes:
- disable test exemption for a bug that a comment claims is no longer
valid.
Copy link
Member

@dotlambda dotlambda left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please add pythonImportsCheck = [ "gcsfs" ].

@nbren12 nbren12 requested a review from dotlambda April 23, 2021 06:50
@SuperSandro2000 SuperSandro2000 merged commit 01ad91b into NixOS:master Apr 24, 2021
@nbren12 nbren12 deleted the gcsfs branch April 24, 2021 02:03
@evax evax mentioned this pull request Apr 26, 2021
10 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

5 participants