gnu: Add comments to the bottom of a few package modules.
This will hopefully discourage patches which add new packages to the bottom of files, as this increases the likelihood of conflicts when applying patches. If there are more specific ways that packages should be arranged in specific modules, this message can be updated accordingly. * gnu/packages/bioconductor.scm: Add comment discouraging adding packages to the bottom of the file. * gnu/packages/bioinformatics.scm: ditto. * gnu/packages/cran.scm: ditto. * gnu/packages/crates-io.scm: ditto. * gnu/packages/emacs-xyz.scm: ditto. * gnu/packages/golang.scm: ditto. * gnu/packages/guile-xyz.scm: ditto. * gnu/packages/haskell-xyz.scm: ditto. * gnu/packages/java.scm: ditto. * gnu/packages/julia-xyz.scm: ditto. * gnu/packages/lisp-xyz.scm: ditto. * gnu/packages/ocaml.scm: ditto. * gnu/packages/perl.scm: ditto. * gnu/packages/python-science.scm: ditto. * gnu/packages/python-xyz.scm: ditto. * gnu/packages/ruby.scm: ditto. * gnu/packages/tex.scm: ditto.master
parent
4f134f26fd
commit
ad1d3f98b1
|
@ -17036,3 +17036,9 @@ reproducibility.")
|
||||||
"Phyloseq provides a set of classes and tools to facilitate the import,
|
"Phyloseq provides a set of classes and tools to facilitate the import,
|
||||||
storage, analysis, and graphical display of microbiome census data.")
|
storage, analysis, and graphical display of microbiome census data.")
|
||||||
(license license:agpl3)))
|
(license license:agpl3)))
|
||||||
|
|
||||||
|
;;;
|
||||||
|
;;; Avoid adding new packages to the end of this file. To reduce the chances
|
||||||
|
;;; of a merge conflict, place them above by existing packages with similar
|
||||||
|
;;; functionality or similar names.
|
||||||
|
;;;
|
||||||
|
|
|
@ -16721,3 +16721,9 @@ handling.")))
|
||||||
(description
|
(description
|
||||||
"Bíogo is a bioinformatics library for the Go language.")
|
"Bíogo is a bioinformatics library for the Go language.")
|
||||||
(license license:bsd-3)))
|
(license license:bsd-3)))
|
||||||
|
|
||||||
|
;;;
|
||||||
|
;;; Avoid adding new packages to the end of this file. To reduce the chances
|
||||||
|
;;; of a merge conflict, place them above by existing packages with similar
|
||||||
|
;;; functionality or similar names.
|
||||||
|
;;;
|
||||||
|
|
|
@ -34569,3 +34569,9 @@ calculate a dimension's unknown value from other dimensions' measurements.")
|
||||||
"Tools for integrating spatially-misaligned GIS datasets. Part of the
|
"Tools for integrating spatially-misaligned GIS datasets. Part of the
|
||||||
Sub-National Geospatial Data Archive System.")
|
Sub-National Geospatial Data Archive System.")
|
||||||
(license license:gpl2)))
|
(license license:gpl2)))
|
||||||
|
|
||||||
|
;;;
|
||||||
|
;;; Avoid adding new packages to the end of this file. To reduce the chances
|
||||||
|
;;; of a merge conflict, place them above by existing packages with similar
|
||||||
|
;;; functionality or similar names.
|
||||||
|
;;;
|
||||||
|
|
|
@ -75105,3 +75105,9 @@ way to convert simple shell commands to windows batch commands.")
|
||||||
(description
|
(description
|
||||||
"This crate uses bindgen to generate the raw FFI definitions for PAM. For a rustified API consider using pam.")
|
"This crate uses bindgen to generate the raw FFI definitions for PAM. For a rustified API consider using pam.")
|
||||||
(license (list license:expat license:asl2.0))))
|
(license (list license:expat license:asl2.0))))
|
||||||
|
|
||||||
|
;;;
|
||||||
|
;;; Avoid adding new packages to the end of this file. To reduce the chances
|
||||||
|
;;; of a merge conflict, place them above by existing packages with similar
|
||||||
|
;;; functionality or similar names.
|
||||||
|
;;;
|
||||||
|
|
|
@ -32570,3 +32570,9 @@ a way to pop up a frame at point. Vertico-posframe is an Emacs package and
|
||||||
a Vertico extension which provides a way to pop up a frame at point to show
|
a Vertico extension which provides a way to pop up a frame at point to show
|
||||||
a vertical completion UI.")
|
a vertical completion UI.")
|
||||||
(license license:gpl3+)))
|
(license license:gpl3+)))
|
||||||
|
|
||||||
|
;;;
|
||||||
|
;;; Avoid adding new packages to the end of this file. To reduce the chances
|
||||||
|
;;; of a merge conflict, place them above by existing packages with similar
|
||||||
|
;;; functionality or similar names.
|
||||||
|
;;;
|
||||||
|
|
|
@ -9992,3 +9992,9 @@ implementation.")
|
||||||
(description "This package provides basic image processing functions
|
(description "This package provides basic image processing functions
|
||||||
(resize, rotate, crop, brightness/contrast adjustments, etc.).")
|
(resize, rotate, crop, brightness/contrast adjustments, etc.).")
|
||||||
(license license:expat)))
|
(license license:expat)))
|
||||||
|
|
||||||
|
;;;
|
||||||
|
;;; Avoid adding new packages to the end of this file. To reduce the chances
|
||||||
|
;;; of a merge conflict, place them above by existing packages with similar
|
||||||
|
;;; functionality or similar names.
|
||||||
|
;;;
|
||||||
|
|
|
@ -5200,3 +5200,9 @@ capability security designs. Goblins is a general toolkit, and also
|
||||||
the core layer of Spritely's work to support healthy distributed
|
the core layer of Spritely's work to support healthy distributed
|
||||||
networked communities.")
|
networked communities.")
|
||||||
(license license:asl2.0)))
|
(license license:asl2.0)))
|
||||||
|
|
||||||
|
;;;
|
||||||
|
;;; Avoid adding new packages to the end of this file. To reduce the chances
|
||||||
|
;;; of a merge conflict, place them above by existing packages with similar
|
||||||
|
;;; functionality or similar names.
|
||||||
|
;;;
|
||||||
|
|
|
@ -16123,3 +16123,8 @@ data Dec a
|
||||||
"This package provides Type-level booleans.")
|
"This package provides Type-level booleans.")
|
||||||
(license license:bsd-3)))
|
(license license:bsd-3)))
|
||||||
|
|
||||||
|
;;;
|
||||||
|
;;; Avoid adding new packages to the end of this file. To reduce the chances
|
||||||
|
;;; of a merge conflict, place them above by existing packages with similar
|
||||||
|
;;; functionality or similar names.
|
||||||
|
;;;
|
||||||
|
|
|
@ -14323,3 +14323,9 @@ The following TLA+ tools are available in this distribution:
|
||||||
@item The PlusCal translator.
|
@item The PlusCal translator.
|
||||||
@end itemize")
|
@end itemize")
|
||||||
(license license:expat))))
|
(license license:expat))))
|
||||||
|
|
||||||
|
;;;
|
||||||
|
;;; Avoid adding new packages to the end of this file. To reduce the chances
|
||||||
|
;;; of a merge conflict, place them above by existing packages with similar
|
||||||
|
;;; functionality or similar names.
|
||||||
|
;;;
|
||||||
|
|
|
@ -5878,3 +5878,9 @@ Zygote, without depending on Zygote itself.")
|
||||||
differentiation (AD) in Julia, and is the next-generation AD system for the
|
differentiation (AD) in Julia, and is the next-generation AD system for the
|
||||||
Flux differentiable programming framework.")
|
Flux differentiable programming framework.")
|
||||||
(license license:expat)))
|
(license license:expat)))
|
||||||
|
|
||||||
|
;;;
|
||||||
|
;;; Avoid adding new packages to the end of this file. To reduce the chances
|
||||||
|
;;; of a merge conflict, place them above by existing packages with similar
|
||||||
|
;;; functionality or similar names.
|
||||||
|
;;;
|
||||||
|
|
|
@ -23897,3 +23897,9 @@ descent parsers without funky syntax or impenetrable macrology.")
|
||||||
|
|
||||||
(define-public ecl-smug
|
(define-public ecl-smug
|
||||||
(sbcl-package->ecl-package sbcl-smug))
|
(sbcl-package->ecl-package sbcl-smug))
|
||||||
|
|
||||||
|
;;;
|
||||||
|
;;; Avoid adding new packages to the end of this file. To reduce the chances
|
||||||
|
;;; of a merge conflict, place them above by existing packages with similar
|
||||||
|
;;; functionality or similar names.
|
||||||
|
;;;
|
||||||
|
|
|
@ -8774,3 +8774,9 @@ bibliography files in BibTeX format, a bibliography in HTML format.")
|
||||||
"The OCaml guile library provides high-level OCaml bindings to GNU Guile
|
"The OCaml guile library provides high-level OCaml bindings to GNU Guile
|
||||||
3.0, supporting easy interop between OCaml and GNU Guile Scheme.")
|
3.0, supporting easy interop between OCaml and GNU Guile Scheme.")
|
||||||
(license license:gpl3+)))
|
(license license:gpl3+)))
|
||||||
|
|
||||||
|
;;;
|
||||||
|
;;; Avoid adding new packages to the end of this file. To reduce the chances
|
||||||
|
;;; of a merge conflict, place them above by existing packages with similar
|
||||||
|
;;; functionality or similar names.
|
||||||
|
;;;
|
||||||
|
|
|
@ -11901,3 +11901,9 @@ It also allows manipulating ancillary data or so-called control
|
||||||
information (cmsghdr). This ancillary data may be used for file descriptor
|
information (cmsghdr). This ancillary data may be used for file descriptor
|
||||||
passing, IPv6 operations, and a host of implemenation-specific extensions.")
|
passing, IPv6 operations, and a host of implemenation-specific extensions.")
|
||||||
(license license:perl-license)))
|
(license license:perl-license)))
|
||||||
|
|
||||||
|
;;;
|
||||||
|
;;; Avoid adding new packages to the end of this file. To reduce the chances
|
||||||
|
;;; of a merge conflict, place them above by existing packages with similar
|
||||||
|
;;; functionality or similar names.
|
||||||
|
;;;
|
||||||
|
|
|
@ -1478,3 +1478,9 @@ Dask, PyTorch, Tensorflow, CuPy, Sparse, Theano, JAX, and Autograd arrays as
|
||||||
well as potentially any library which conforms to a standard API. See the
|
well as potentially any library which conforms to a standard API. See the
|
||||||
documentation for more information.")
|
documentation for more information.")
|
||||||
(license license:expat)))
|
(license license:expat)))
|
||||||
|
|
||||||
|
;;;
|
||||||
|
;;; Avoid adding new packages to the end of this file. To reduce the chances
|
||||||
|
;;; of a merge conflict, place them above by existing packages with similar
|
||||||
|
;;; functionality or similar names.
|
||||||
|
;;;
|
||||||
|
|
|
@ -30791,3 +30791,9 @@ functions
|
||||||
@item Type annotations to help ensure correct usage
|
@item Type annotations to help ensure correct usage
|
||||||
@end itemize")
|
@end itemize")
|
||||||
(license license:bsd-3)))
|
(license license:bsd-3)))
|
||||||
|
|
||||||
|
;;;
|
||||||
|
;;; Avoid adding new packages to the end of this file. To reduce the chances
|
||||||
|
;;; of a merge conflict, place them above by existing packages with similar
|
||||||
|
;;; functionality or similar names.
|
||||||
|
;;;
|
||||||
|
|
|
@ -13766,3 +13766,9 @@ can also be used as a Ruby library or as a web application, though the later
|
||||||
has not yet been packaged for Guix.")
|
has not yet been packaged for Guix.")
|
||||||
(license license:bsd-2)
|
(license license:bsd-2)
|
||||||
(properties `((upstream-name . "anystyle-cli")))))
|
(properties `((upstream-name . "anystyle-cli")))))
|
||||||
|
|
||||||
|
;;;
|
||||||
|
;;; Avoid adding new packages to the end of this file. To reduce the chances
|
||||||
|
;;; of a merge conflict, place them above by existing packages with similar
|
||||||
|
;;; functionality or similar names.
|
||||||
|
;;;
|
||||||
|
|
|
@ -11685,3 +11685,9 @@ syllable. The package itself does not support UTF-8 input in ordinary
|
||||||
interest. Since most such counters are simply incremented when they are
|
interest. Since most such counters are simply incremented when they are
|
||||||
changed, the recorded value will usually be the maximum value.")
|
changed, the recorded value will usually be the maximum value.")
|
||||||
(license license:lppl1.3c+)))
|
(license license:lppl1.3c+)))
|
||||||
|
|
||||||
|
;;;
|
||||||
|
;;; Avoid adding new packages to the end of this file. To reduce the chances
|
||||||
|
;;; of a merge conflict, place them above by existing packages with similar
|
||||||
|
;;; functionality or similar names.
|
||||||
|
;;;
|
||||||
|
|
Reference in New Issue