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

samuela packages: add mandatory PR notice #185079

Closed
wants to merge 1 commit into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions pkgs/development/python-modules/adjusttext/default.nix
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
################################################################################
# WARNING: Changes made to this file MUST go through the usual PR review process
# and MUST be approved by a member of `meta.maintainers` before
# merging. Commits attempting to circumvent the PR review process -- as
# part of python-updates or otheriwse -- will be reverted without
# notice.
################################################################################
{ lib
, buildPythonPackage
, fetchFromGitHub
Expand Down
7 changes: 7 additions & 0 deletions pkgs/development/python-modules/augmax/default.nix
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
################################################################################
# WARNING: Changes made to this file MUST go through the usual PR review process
# and MUST be approved by a member of `meta.maintainers` before
# merging. Commits attempting to circumvent the PR review process -- as
# part of python-updates or otheriwse -- will be reverted without
# notice.
################################################################################
{ buildPythonPackage
, einops
, fetchFromGitHub
Expand Down
7 changes: 7 additions & 0 deletions pkgs/development/python-modules/dm-tree/default.nix
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
################################################################################
# WARNING: Changes made to this file MUST go through the usual PR review process
# and MUST be approved by a member of `meta.maintainers` before
# merging. Commits attempting to circumvent the PR review process -- as
# part of python-updates or otheriwse -- will be reverted without
# notice.
################################################################################
{ stdenv
, abseil-cpp
, absl-py
Expand Down
7 changes: 7 additions & 0 deletions pkgs/development/python-modules/fastavro/default.nix
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
################################################################################
# WARNING: Changes made to this file MUST go through the usual PR review process
# and MUST be approved by a member of `meta.maintainers` before
# merging. Commits attempting to circumvent the PR review process -- as
# part of python-updates or otheriwse -- will be reverted without
# notice.
################################################################################
{ buildPythonPackage
, cython
, fetchFromGitHub
Expand Down
7 changes: 7 additions & 0 deletions pkgs/development/python-modules/ffcv/default.nix
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
################################################################################
# WARNING: Changes made to this file MUST go through the usual PR review process
# and MUST be approved by a member of `meta.maintainers` before
# merging. Commits attempting to circumvent the PR review process -- as
# part of python-updates or otheriwse -- will be reverted without
# notice.
################################################################################
{ buildPythonPackage
, fetchFromGitHub
, lib
Expand Down
7 changes: 7 additions & 0 deletions pkgs/development/python-modules/functorch/default.nix
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
################################################################################
# WARNING: Changes made to this file MUST go through the usual PR review process
# and MUST be approved by a member of `meta.maintainers` before
# merging. Commits attempting to circumvent the PR review process -- as
# part of python-updates or otheriwse -- will be reverted without
# notice.
################################################################################
{ buildPythonPackage
, expecttest
, fetchFromGitHub
Expand Down
7 changes: 7 additions & 0 deletions pkgs/development/python-modules/hdfs/default.nix
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
################################################################################
# WARNING: Changes made to this file MUST go through the usual PR review process
# and MUST be approved by a member of `meta.maintainers` before
# merging. Commits attempting to circumvent the PR review process -- as
# part of python-updates or otheriwse -- will be reverted without
# notice.
################################################################################
{ buildPythonPackage
, docopt
, fastavro
Expand Down
7 changes: 7 additions & 0 deletions pkgs/development/python-modules/in-place/default.nix
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
################################################################################
# WARNING: Changes made to this file MUST go through the usual PR review process
# and MUST be approved by a member of `meta.maintainers` before
# merging. Commits attempting to circumvent the PR review process -- as
# part of python-updates or otheriwse -- will be reverted without
# notice.
################################################################################
{ buildPythonPackage
, fetchFromGitHub
, lib
Expand Down
7 changes: 7 additions & 0 deletions pkgs/development/python-modules/invocations/default.nix
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
################################################################################
# WARNING: Changes made to this file MUST go through the usual PR review process
# and MUST be approved by a member of `meta.maintainers` before
# merging. Commits attempting to circumvent the PR review process -- as
# part of python-updates or otheriwse -- will be reverted without
# notice.
################################################################################
{ lib
, buildPythonPackage
, blessings
Expand Down
7 changes: 7 additions & 0 deletions pkgs/development/python-modules/jax/default.nix
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
################################################################################
# WARNING: Changes made to this file MUST go through the usual PR review process
# and MUST be approved by a member of `meta.maintainers` before
# merging. Commits attempting to circumvent the PR review process -- as
# part of python-updates or otheriwse -- will be reverted without
# notice.
################################################################################
{ lib
, absl-py
, blas
Expand Down
8 changes: 8 additions & 0 deletions pkgs/development/python-modules/jaxlib/bin.nix
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
################################################################################
# WARNING: Changes made to this file MUST go through the usual PR review process
# and MUST be approved by a member of `meta.maintainers` before
# merging. Commits attempting to circumvent the PR review process -- as
# part of python-updates or otheriwse -- will be reverted without
# notice.
################################################################################

# For the moment we only support the CPU and GPU backends of jaxlib. The TPU
# backend will require some additional work. Those wheels are located here:
# https://storage.googleapis.com/jax-releases/libtpu_releases.html.
Expand Down
7 changes: 7 additions & 0 deletions pkgs/development/python-modules/mizani/default.nix
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
################################################################################
# WARNING: Changes made to this file MUST go through the usual PR review process
# and MUST be approved by a member of `meta.maintainers` before
# merging. Commits attempting to circumvent the PR review process -- as
# part of python-updates or otheriwse -- will be reverted without
# notice.
################################################################################
{ lib
, buildPythonPackage
, fetchFromGitHub
Expand Down
7 changes: 7 additions & 0 deletions pkgs/development/python-modules/ml-collections/default.nix
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
################################################################################
# WARNING: Changes made to this file MUST go through the usual PR review process
# and MUST be approved by a member of `meta.maintainers` before
# merging. Commits attempting to circumvent the PR review process -- as
# part of python-updates or otheriwse -- will be reverted without
# notice.
################################################################################
{ absl-py
, buildPythonPackage
, contextlib2
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
################################################################################
# WARNING: Changes made to this file MUST go through the usual PR review process
# and MUST be approved by a member of `meta.maintainers` before
# merging. Commits attempting to circumvent the PR review process -- as
# part of python-updates or otheriwse -- will be reverted without
# notice.
################################################################################
{ buildPythonPackage
, fetchFromGitHub
, lib
Expand Down
7 changes: 7 additions & 0 deletions pkgs/development/python-modules/releases/default.nix
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
################################################################################
# WARNING: Changes made to this file MUST go through the usual PR review process
# and MUST be approved by a member of `meta.maintainers` before
# merging. Commits attempting to circumvent the PR review process -- as
# part of python-updates or otheriwse -- will be reverted without
# notice.
################################################################################
{ buildPythonPackage
, fetchFromGitHub
, lib
Expand Down
7 changes: 7 additions & 0 deletions pkgs/development/python-modules/servefile/default.nix
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
################################################################################
# WARNING: Changes made to this file MUST go through the usual PR review process
# and MUST be approved by a member of `meta.maintainers` before
# merging. Commits attempting to circumvent the PR review process -- as
# part of python-updates or otheriwse -- will be reverted without
# notice.
################################################################################
{ stdenv
, buildPythonPackage
, fetchFromGitHub
Expand Down
7 changes: 7 additions & 0 deletions pkgs/development/python-modules/torch-tb-profiler/default.nix
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
################################################################################
# WARNING: Changes made to this file MUST go through the usual PR review process
# and MUST be approved by a member of `meta.maintainers` before
# merging. Commits attempting to circumvent the PR review process -- as
# part of python-updates or otheriwse -- will be reverted without
# notice.
################################################################################
{ buildPythonPackage
, fetchFromGitHub
, lib
Expand Down
7 changes: 7 additions & 0 deletions pkgs/development/python-modules/wandb/default.nix
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
################################################################################
# WARNING: Changes made to this file MUST go through the usual PR review process
# and MUST be approved by a member of `meta.maintainers` before
# merging. Commits attempting to circumvent the PR review process -- as
# part of python-updates or otheriwse -- will be reverted without
# notice.
################################################################################
{ lib
, stdenv
, azure-core
Expand Down
7 changes: 7 additions & 0 deletions pkgs/development/python-modules/yaspin/default.nix
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
################################################################################
# WARNING: Changes made to this file MUST go through the usual PR review process
# and MUST be approved by a member of `meta.maintainers` before
# merging. Commits attempting to circumvent the PR review process -- as
# part of python-updates or otheriwse -- will be reverted without
# notice.
################################################################################
{ buildPythonPackage
, fetchFromGitHub
, lib
Expand Down