From d3528fa50b123cdc9635b9c84da3af776b84b0c2 Mon Sep 17 00:00:00 2001 From: Melvin Date: Wed, 20 Dec 2023 15:24:49 +0100 Subject: [PATCH 01/75] add a receipe for pycmtensor --- recipes/pycmtensor/meta.yaml | 46 ++++++++++++++++++++++++++++++++++++ 1 file changed, 46 insertions(+) create mode 100644 recipes/pycmtensor/meta.yaml diff --git a/recipes/pycmtensor/meta.yaml b/recipes/pycmtensor/meta.yaml new file mode 100644 index 0000000000000..bc44e9d1ede04 --- /dev/null +++ b/recipes/pycmtensor/meta.yaml @@ -0,0 +1,46 @@ +{% set name = "pycmtensor" %} +{% set version = "1.8.1" %} + +package: + name: {{ name|lower }} + version: {{ version }} + +source: + url: https://pypi.io/packages/source/{{ name[0] }}/{{ name }}/pycmtensor-{{ version }}.tar.gz + sha256: c5bc29b49b62c95cf4a05c6ce4a7a6987ba6b139c7bcca042af6c85a0c185257 + +build: + noarch: python + script: {{ PYTHON }} -m pip install . -vv + number: 0 + +requirements: + host: + - python >=3.9,<3.12 + - pip + run: + - python >=3.9 + - aesara >=2.9.3 + - pandas >=1.4.1 + - scipy >=1.7.1 + - watermark >=2.3.1 + - numpy <1.26.0 + - seaborn >=0.12.2 + +test: + imports: + - pycmtensor + commands: + - pip check + requires: + - pip + +about: + home: https://github.com/mwong009/pycmtensor + summary: Python Tensor based package for discrete choice modelling. + license: MIT + license_file: LICENSE + +extra: + recipe-maintainers: + - mwong009 From ad21cca61de9c522e98fcbdbd60d617b03ae0dc2 Mon Sep 17 00:00:00 2001 From: Melvin Date: Wed, 20 Dec 2023 15:36:12 +0100 Subject: [PATCH 02/75] add missing requirements --- recipes/pycmtensor/meta.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/recipes/pycmtensor/meta.yaml b/recipes/pycmtensor/meta.yaml index bc44e9d1ede04..ea126732b1c27 100644 --- a/recipes/pycmtensor/meta.yaml +++ b/recipes/pycmtensor/meta.yaml @@ -17,6 +17,7 @@ build: requirements: host: - python >=3.9,<3.12 + - poetry-core >=1.0.0 - pip run: - python >=3.9 From 5cb15c150f2a7b7fe5f29b9dca66a5bf393f62f5 Mon Sep 17 00:00:00 2001 From: mwong009 <12475657+mwong009@users.noreply.github.com> Date: Wed, 20 Dec 2023 20:08:15 +0100 Subject: [PATCH 03/75] lock dependency versions --- recipes/pycmtensor/meta.yaml | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/recipes/pycmtensor/meta.yaml b/recipes/pycmtensor/meta.yaml index ea126732b1c27..c8a018ad24119 100644 --- a/recipes/pycmtensor/meta.yaml +++ b/recipes/pycmtensor/meta.yaml @@ -1,5 +1,5 @@ {% set name = "pycmtensor" %} -{% set version = "1.8.1" %} +{% set version = "1.9.1" %} package: name: {{ name|lower }} @@ -7,26 +7,26 @@ package: source: url: https://pypi.io/packages/source/{{ name[0] }}/{{ name }}/pycmtensor-{{ version }}.tar.gz - sha256: c5bc29b49b62c95cf4a05c6ce4a7a6987ba6b139c7bcca042af6c85a0c185257 + sha256: c19ed676ce18a741e518c280db68051bc1a24cd6209ef70885d21d83fea7a6c5 build: noarch: python - script: {{ PYTHON }} -m pip install . -vv + script: {{ PYTHON }} -m pip install . -vv --no-deps --no-build-isolation number: 0 requirements: host: - - python >=3.9,<3.12 + - python >=3.11,<4.0 - poetry-core >=1.0.0 - pip run: - - python >=3.9 - - aesara >=2.9.3 - - pandas >=1.4.1 - - scipy >=1.7.1 - - watermark >=2.3.1 - - numpy <1.26.0 - - seaborn >=0.12.2 + - python >=3.11.0,<4.0.0 + - aesara 2.9.3 + - numpy 1.25.2 + - scipy 1.11.4 + - pandas 1.5.3 + - seaborn 0.12.2 + - watermark 2.4.3 test: imports: @@ -38,7 +38,7 @@ test: about: home: https://github.com/mwong009/pycmtensor - summary: Python Tensor based package for discrete choice modelling. + summary: A robust and efficient Python package leveraging tensor computations for advanced discrete choice modelling. license: MIT license_file: LICENSE From 023acc8aed12bf29a23ddae548764d30eedd1cb5 Mon Sep 17 00:00:00 2001 From: Mark Kittisopikul Date: Sun, 21 Jan 2024 22:55:20 -0500 Subject: [PATCH 04/75] Add pyjuliacall and pyjuliapkg via grayskull --- recipes/pyjuliacall/meta.yaml | 43 +++++++++++++++++++++++++++++++++++ recipes/pyjuliapkg/meta.yaml | 40 ++++++++++++++++++++++++++++++++ 2 files changed, 83 insertions(+) create mode 100644 recipes/pyjuliacall/meta.yaml create mode 100644 recipes/pyjuliapkg/meta.yaml diff --git a/recipes/pyjuliacall/meta.yaml b/recipes/pyjuliacall/meta.yaml new file mode 100644 index 0000000000000..0754fda273bf4 --- /dev/null +++ b/recipes/pyjuliacall/meta.yaml @@ -0,0 +1,43 @@ +{% set name = "pyjuliacall" %} +{% set version = "0.9.15" %} + +package: + name: {{ name|lower }} + version: {{ version }} + +source: + url: https://pypi.io/packages/source/{{ name[0] }}/{{ name }}/juliacall-{{ version }}.tar.gz + sha256: 08163ae1290dda155cdabdccc4035a4cf0c8e361522a5b3f8e6532401b4f29cc + +build: + noarch: python + script: {{ PYTHON }} -m pip install . -vv --no-deps --no-build-isolation + number: 0 + +requirements: + host: + - python >=3.7 + - setuptools >=42 + - wheel + - pip + run: + - python >=3.7 + - juliapkg >=0.1.8,<0.2.dev0 + +test: + imports: + - pyjuliacall + commands: + - pip check + requires: + - pip + +about: + home: http://github.com/JuliaPy/PythonCall.jl + summary: Julia and Python in seamless harmony + license: MIT + license_file: LICENSE + +extra: + recipe-maintainers: + - mkitti diff --git a/recipes/pyjuliapkg/meta.yaml b/recipes/pyjuliapkg/meta.yaml new file mode 100644 index 0000000000000..aa7d177793da5 --- /dev/null +++ b/recipes/pyjuliapkg/meta.yaml @@ -0,0 +1,40 @@ +{% set name = "pyjuliapkg" %} +{% set version = "0.1.10" %} + +package: + name: {{ name|lower }} + version: {{ version }} + +source: + url: https://pypi.io/packages/source/{{ name[0] }}/{{ name }}/juliapkg-{{ version }}.tar.gz + sha256: 70507318d51ac8663e856f56048764e49f5a0c4c90d81a3712d039a316369505 + +build: + noarch: python + script: {{ PYTHON }} -m pip install . -vv --no-deps --no-build-isolation + number: 0 + +requirements: + host: + - python + - pip + run: + - python + - semantic_version >=2.9,<3.dev0 + +test: + imports: + - pyjuliapkg + commands: + - pip check + requires: + - pip + +about: + summary: Julia version manager and package manager + license: MIT + license_file: LICENSE + +extra: + recipe-maintainers: + - mkitti From 93c898812d0e9e2317fcd18eb90d63a6eec3657f Mon Sep 17 00:00:00 2001 From: Mark Kittisopikul Date: Sun, 21 Jan 2024 23:20:40 -0500 Subject: [PATCH 05/75] Update pyjuliapkg meta.yaml with home and python version lower bound --- recipes/pyjuliapkg/meta.yaml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/recipes/pyjuliapkg/meta.yaml b/recipes/pyjuliapkg/meta.yaml index aa7d177793da5..35b1b947e2b4a 100644 --- a/recipes/pyjuliapkg/meta.yaml +++ b/recipes/pyjuliapkg/meta.yaml @@ -16,10 +16,10 @@ build: requirements: host: - - python + - python >=3.7 - pip run: - - python + - python >=3.7 - semantic_version >=2.9,<3.dev0 test: @@ -31,6 +31,7 @@ test: - pip about: + home: https://github.com/JuliaPy/pyjuliapkg summary: Julia version manager and package manager license: MIT license_file: LICENSE From b587816e8362f9482133c97988c62eb23fcb175c Mon Sep 17 00:00:00 2001 From: Mark Kittisopikul Date: Sun, 21 Jan 2024 23:26:47 -0500 Subject: [PATCH 06/75] Rename dependency to pyjuliapkg --- recipes/pyjuliacall/meta.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes/pyjuliacall/meta.yaml b/recipes/pyjuliacall/meta.yaml index 0754fda273bf4..205d587d90263 100644 --- a/recipes/pyjuliacall/meta.yaml +++ b/recipes/pyjuliacall/meta.yaml @@ -22,7 +22,7 @@ requirements: - pip run: - python >=3.7 - - juliapkg >=0.1.8,<0.2.dev0 + - pyjuliapkg >=0.1.8,<0.2.dev0 test: imports: From 6edf65212f5c7f1ff4719a75a5bb7c573396030d Mon Sep 17 00:00:00 2001 From: Mark Kittisopikul Date: Sun, 21 Jan 2024 23:35:49 -0500 Subject: [PATCH 07/75] Add pypi_name to source download --- recipes/pyjuliapkg/meta.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/recipes/pyjuliapkg/meta.yaml b/recipes/pyjuliapkg/meta.yaml index 35b1b947e2b4a..7aad9a7962683 100644 --- a/recipes/pyjuliapkg/meta.yaml +++ b/recipes/pyjuliapkg/meta.yaml @@ -1,4 +1,5 @@ {% set name = "pyjuliapkg" %} +{% set pypi_name = "juliapkg" %} {% set version = "0.1.10" %} package: @@ -6,7 +7,7 @@ package: version: {{ version }} source: - url: https://pypi.io/packages/source/{{ name[0] }}/{{ name }}/juliapkg-{{ version }}.tar.gz + url: https://pypi.io/packages/source/{{ pypi_name[0] }}/{{ pypi_name }}/juliapkg-{{ version }}.tar.gz sha256: 70507318d51ac8663e856f56048764e49f5a0c4c90d81a3712d039a316369505 build: From a35610734a181511535e18427a9258020cfde738 Mon Sep 17 00:00:00 2001 From: Mark Kittisopikul Date: Sun, 21 Jan 2024 23:37:13 -0500 Subject: [PATCH 08/75] Add pypi_name to source download for pyjuliacall --- recipes/pyjuliacall/meta.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/recipes/pyjuliacall/meta.yaml b/recipes/pyjuliacall/meta.yaml index 205d587d90263..e532217eb747b 100644 --- a/recipes/pyjuliacall/meta.yaml +++ b/recipes/pyjuliacall/meta.yaml @@ -1,4 +1,5 @@ {% set name = "pyjuliacall" %} +{% set pypi_name = "juliacall" %} {% set version = "0.9.15" %} package: @@ -6,7 +7,7 @@ package: version: {{ version }} source: - url: https://pypi.io/packages/source/{{ name[0] }}/{{ name }}/juliacall-{{ version }}.tar.gz + url: https://pypi.io/packages/source/{{ pypi_name[0] }}/{{ pypi_name }}/juliacall-{{ version }}.tar.gz sha256: 08163ae1290dda155cdabdccc4035a4cf0c8e361522a5b3f8e6532401b4f29cc build: From 8c468b7cbd7dca2de7a06eae0969d65a98b6407a Mon Sep 17 00:00:00 2001 From: Mark Kittisopikul Date: Sun, 21 Jan 2024 23:45:24 -0500 Subject: [PATCH 09/75] pyjuliapkg: import name should still be juliapkg --- recipes/pyjuliapkg/meta.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes/pyjuliapkg/meta.yaml b/recipes/pyjuliapkg/meta.yaml index 7aad9a7962683..9f34e1a1e650e 100644 --- a/recipes/pyjuliapkg/meta.yaml +++ b/recipes/pyjuliapkg/meta.yaml @@ -25,7 +25,7 @@ requirements: test: imports: - - pyjuliapkg + - juliapkg commands: - pip check requires: From b25cc53b0362f882e9c6484979f527fc2004099b Mon Sep 17 00:00:00 2001 From: Mark Kittisopikul Date: Sun, 21 Jan 2024 23:45:52 -0500 Subject: [PATCH 10/75] pyjuliacall: Import test should still be juliacall --- recipes/pyjuliacall/meta.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes/pyjuliacall/meta.yaml b/recipes/pyjuliacall/meta.yaml index e532217eb747b..59e06d9e163a2 100644 --- a/recipes/pyjuliacall/meta.yaml +++ b/recipes/pyjuliacall/meta.yaml @@ -27,7 +27,7 @@ requirements: test: imports: - - pyjuliacall + - juliacall commands: - pip check requires: From a102a476b045524dbf81513c4fe53955f4a64e99 Mon Sep 17 00:00:00 2001 From: jvolkening Date: Thu, 25 Jan 2024 01:57:53 -0600 Subject: [PATCH 11/75] perl-number-format migration from bioconda --- recipes/perl-number-format/LICENSE | 374 +++++++++++++++++++++++++++ recipes/perl-number-format/meta.yaml | 42 +++ 2 files changed, 416 insertions(+) create mode 100644 recipes/perl-number-format/LICENSE create mode 100644 recipes/perl-number-format/meta.yaml diff --git a/recipes/perl-number-format/LICENSE b/recipes/perl-number-format/LICENSE new file mode 100644 index 0000000000000..3c4bf81a28e5d --- /dev/null +++ b/recipes/perl-number-format/LICENSE @@ -0,0 +1,374 @@ +Terms of the Perl programming language system itself + +a) the GNU General Public License as published by the Free + Software Foundation; either version 1, or (at your option) any + later version, or +b) the "Artistic License" + +--- The GNU General Public License, Version 1, February 1989 --- + +This software is Copyright (c) 2024 by the author. + +This is free software, licensed under: + + The GNU General Public License, Version 1, February 1989 + + GNU GENERAL PUBLIC LICENSE + Version 1, February 1989 + + Copyright (C) 1989 Free Software Foundation, Inc. + 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + + Everyone is permitted to copy and distribute verbatim copies + of this license document, but changing it is not allowed. + + Preamble + + The license agreements of most software companies try to keep users +at the mercy of those companies. By contrast, our General Public +License is intended to guarantee your freedom to share and change free +software--to make sure the software is free for all its users. The +General Public License applies to the Free Software Foundation's +software and to any other program whose authors commit to using it. +You can use it for your programs, too. + + When we speak of free software, we are referring to freedom, not +price. Specifically, the General Public License is designed to make +sure that you have the freedom to give away or sell copies of free +software, that you receive source code or can get it if you want it, +that you can change the software or use pieces of it in new free +programs; and that you know you can do these things. + + To protect your rights, we need to make restrictions that forbid +anyone to deny you these rights or to ask you to surrender the rights. +These restrictions translate to certain responsibilities for you if you +distribute copies of the software, or if you modify it. + + For example, if you distribute copies of a such a program, whether +gratis or for a fee, you must give the recipients all the rights that +you have. You must make sure that they, too, receive or can get the +source code. And you must tell them their rights. + + We protect your rights with two steps: (1) copyright the software, and +(2) offer you this license which gives you legal permission to copy, +distribute and/or modify the software. + + Also, for each author's protection and ours, we want to make certain +that everyone understands that there is no warranty for this free +software. If the software is modified by someone else and passed on, we +want its recipients to know that what they have is not the original, so +that any problems introduced by others will not reflect on the original +authors' reputations. + + The precise terms and conditions for copying, distribution and +modification follow. + + GNU GENERAL PUBLIC LICENSE + TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION + + 0. This License Agreement applies to any program or other work which +contains a notice placed by the copyright holder saying it may be +distributed under the terms of this General Public License. The +"Program", below, refers to any such program or work, and a "work based +on the Program" means either the Program or any work containing the +Program or a portion of it, either verbatim or with modifications. Each +licensee is addressed as "you". + + 1. You may copy and distribute verbatim copies of the Program's source +code as you receive it, in any medium, provided that you conspicuously and +appropriately publish on each copy an appropriate copyright notice and +disclaimer of warranty; keep intact all the notices that refer to this +General Public License and to the absence of any warranty; and give any +other recipients of the Program a copy of this General Public License +along with the Program. You may charge a fee for the physical act of +transferring a copy. + + 2. You may modify your copy or copies of the Program or any portion of +it, and copy and distribute such modifications under the terms of Paragraph +1 above, provided that you also do the following: + + a) cause the modified files to carry prominent notices stating that + you changed the files and the date of any change; and + + b) cause the whole of any work that you distribute or publish, that + in whole or in part contains the Program or any part thereof, either + with or without modifications, to be licensed at no charge to all + third parties under the terms of this General Public License (except + that you may choose to grant warranty protection to some or all + third parties, at your option). + + c) If the modified program normally reads commands interactively when + run, you must cause it, when started running for such interactive use + in the simplest and most usual way, to print or display an + announcement including an appropriate copyright notice and a notice + that there is no warranty (or else, saying that you provide a + warranty) and that users may redistribute the program under these + conditions, and telling the user how to view a copy of this General + Public License. + + d) You may charge a fee for the physical act of transferring a + copy, and you may at your option offer warranty protection in + exchange for a fee. + +Mere aggregation of another independent work with the Program (or its +derivative) on a volume of a storage or distribution medium does not bring +the other work under the scope of these terms. + + 3. You may copy and distribute the Program (or a portion or derivative of +it, under Paragraph 2) in object code or executable form under the terms of +Paragraphs 1 and 2 above provided that you also do one of the following: + + a) accompany it with the complete corresponding machine-readable + source code, which must be distributed under the terms of + Paragraphs 1 and 2 above; or, + + b) accompany it with a written offer, valid for at least three + years, to give any third party free (except for a nominal charge + for the cost of distribution) a complete machine-readable copy of the + corresponding source code, to be distributed under the terms of + Paragraphs 1 and 2 above; or, + + c) accompany it with the information you received as to where the + corresponding source code may be obtained. (This alternative is + allowed only for noncommercial distribution and only if you + received the program in object code or executable form alone.) + +Source code for a work means the preferred form of the work for making +modifications to it. For an executable file, complete source code means +all the source code for all modules it contains; but, as a special +exception, it need not include source code for modules which are standard +libraries that accompany the operating system on which the executable +file runs, or for standard header files or definitions files that +accompany that operating system. + + 4. You may not copy, modify, sublicense, distribute or transfer the +Program except as expressly provided under this General Public License. +Any attempt otherwise to copy, modify, sublicense, distribute or transfer +the Program is void, and will automatically terminate your rights to use +the Program under this License. However, parties who have received +copies, or rights to use copies, from you under this General Public +License will not have their licenses terminated so long as such parties +remain in full compliance. + + 5. By copying, distributing or modifying the Program (or any work based +on the Program) you indicate your acceptance of this license to do so, +and all its terms and conditions. + + 6. Each time you redistribute the Program (or any work based on the +Program), the recipient automatically receives a license from the original +licensor to copy, distribute or modify the Program subject to these +terms and conditions. You may not impose any further restrictions on the +recipients' exercise of the rights granted herein. + + 7. The Free Software Foundation may publish revised and/or new versions +of the General Public License from time to time. Such new versions will +be similar in spirit to the present version, but may differ in detail to +address new problems or concerns. + +Each version is given a distinguishing version number. If the Program +specifies a version number of the license which applies to it and "any +later version", you have the option of following the terms and conditions +either of that version or of any later version published by the Free +Software Foundation. If the Program does not specify a version number of +the license, you may choose any version ever published by the Free Software +Foundation. + + 8. If you wish to incorporate parts of the Program into other free +programs whose distribution conditions are different, write to the author +to ask for permission. For software which is copyrighted by the Free +Software Foundation, write to the Free Software Foundation; we sometimes +make exceptions for this. Our decision will be guided by the two goals +of preserving the free status of all derivatives of our free software and +of promoting the sharing and reuse of software generally. + + NO WARRANTY + + 9. BECAUSE THE PROGRAM IS LICENSED FREE OF CHARGE, THERE IS NO WARRANTY +FOR THE PROGRAM, TO THE EXTENT PERMITTED BY APPLICABLE LAW. EXCEPT WHEN +OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR OTHER PARTIES +PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED +OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF +MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. THE ENTIRE RISK AS +TO THE QUALITY AND PERFORMANCE OF THE PROGRAM IS WITH YOU. SHOULD THE +PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF ALL NECESSARY SERVICING, +REPAIR OR CORRECTION. + + 10. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING +WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY AND/OR +REDISTRIBUTE THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, +INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING +OUT OF THE USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED +TO LOSS OF DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY +YOU OR THIRD PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER +PROGRAMS), EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE +POSSIBILITY OF SUCH DAMAGES. + + END OF TERMS AND CONDITIONS + + Appendix: How to Apply These Terms to Your New Programs + + If you develop a new program, and you want it to be of the greatest +possible use to humanity, the best way to achieve this is to make it +free software which everyone can redistribute and change under these +terms. + + To do so, attach the following notices to the program. It is safest to +attach them to the start of each source file to most effectively convey +the exclusion of warranty; and each file should have at least the +"copyright" line and a pointer to where the full notice is found. + + + Copyright (C) 19yy + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 1, or (at your option) + any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston MA 02110-1301 USA + + +Also add information on how to contact you by electronic and paper mail. + +If the program is interactive, make it output a short notice like this +when it starts in an interactive mode: + + Gnomovision version 69, Copyright (C) 19xx name of author + Gnomovision comes with ABSOLUTELY NO WARRANTY; for details type `show w'. + This is free software, and you are welcome to redistribute it + under certain conditions; type `show c' for details. + +The hypothetical commands `show w' and `show c' should show the +appropriate parts of the General Public License. Of course, the +commands you use may be called something other than `show w' and `show +c'; they could even be mouse-clicks or menu items--whatever suits your +program. + +You should also get your employer (if you work as a programmer) or your +school, if any, to sign a "copyright disclaimer" for the program, if +necessary. Here a sample; alter the names: + + Yoyodyne, Inc., hereby disclaims all copyright interest in the + program `Gnomovision' (a program to direct compilers to make passes + at assemblers) written by James Hacker. + + , 1 April 1989 + Ty Coon, President of Vice + +That's all there is to it! + + +--- The Artistic License 1.0 --- + +This software is Copyright (c) 2024 by the author. + +This is free software, licensed under: + + The Artistic License 1.0 + +The Artistic License + +Preamble + +The intent of this document is to state the conditions under which a Package +may be copied, such that the Copyright Holder maintains some semblance of +artistic control over the development of the package, while giving the users of +the package the right to use and distribute the Package in a more-or-less +customary fashion, plus the right to make reasonable modifications. + +Definitions: + + - "Package" refers to the collection of files distributed by the Copyright + Holder, and derivatives of that collection of files created through + textual modification. + - "Standard Version" refers to such a Package if it has not been modified, + or has been modified in accordance with the wishes of the Copyright + Holder. + - "Copyright Holder" is whoever is named in the copyright or copyrights for + the package. + - "You" is you, if you're thinking about copying or distributing this Package. + - "Reasonable copying fee" is whatever you can justify on the basis of media + cost, duplication charges, time of people involved, and so on. (You will + not be required to justify it to the Copyright Holder, but only to the + computing community at large as a market that must bear the fee.) + - "Freely Available" means that no fee is charged for the item itself, though + there may be fees involved in handling the item. It also means that + recipients of the item may redistribute it under the same conditions they + received it. + +1. You may make and give away verbatim copies of the source form of the +Standard Version of this Package without restriction, provided that you +duplicate all of the original copyright notices and associated disclaimers. + +2. You may apply bug fixes, portability fixes and other modifications derived +from the Public Domain or from the Copyright Holder. A Package modified in such +a way shall still be considered the Standard Version. + +3. You may otherwise modify your copy of this Package in any way, provided that +you insert a prominent notice in each changed file stating how and when you +changed that file, and provided that you do at least ONE of the following: + + a) place your modifications in the Public Domain or otherwise make them + Freely Available, such as by posting said modifications to Usenet or an + equivalent medium, or placing the modifications on a major archive site + such as ftp.uu.net, or by allowing the Copyright Holder to include your + modifications in the Standard Version of the Package. + + b) use the modified Package only within your corporation or organization. + + c) rename any non-standard executables so the names do not conflict with + standard executables, which must also be provided, and provide a separate + manual page for each non-standard executable that clearly documents how it + differs from the Standard Version. + + d) make other distribution arrangements with the Copyright Holder. + +4. You may distribute the programs of this Package in object code or executable +form, provided that you do at least ONE of the following: + + a) distribute a Standard Version of the executables and library files, + together with instructions (in the manual page or equivalent) on where to + get the Standard Version. + + b) accompany the distribution with the machine-readable source of the Package + with your modifications. + + c) accompany any non-standard executables with their corresponding Standard + Version executables, giving the non-standard executables non-standard + names, and clearly documenting the differences in manual pages (or + equivalent), together with instructions on where to get the Standard + Version. + + d) make other distribution arrangements with the Copyright Holder. + +5. You may charge a reasonable copying fee for any distribution of this +Package. You may charge any fee you choose for support of this Package. You +may not charge a fee for this Package itself. However, you may distribute this +Package in aggregate with other (possibly commercial) programs as part of a +larger (possibly commercial) software distribution provided that you do not +advertise this Package as a product of your own. + +6. The scripts and library files supplied as input to or produced as output +from the programs of this Package do not automatically fall under the copyright +of this Package, but belong to whomever generated them, and may be sold +commercially, and may be aggregated with this Package. + +7. C or perl subroutines supplied by you and linked into this Package shall not +be considered part of this Package. + +8. The name of the Copyright Holder may not be used to endorse or promote +products derived from this software without specific prior written permission. + +9. THIS PACKAGE IS PROVIDED "AS IS" AND WITHOUT ANY EXPRESS OR IMPLIED +WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED WARRANTIES OF +MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. + +The End + diff --git a/recipes/perl-number-format/meta.yaml b/recipes/perl-number-format/meta.yaml new file mode 100644 index 0000000000000..5f0a5f6316a9b --- /dev/null +++ b/recipes/perl-number-format/meta.yaml @@ -0,0 +1,42 @@ +{% set cpan_name = "Number-Format" %} +{% set version = "1.76" %} +{% set sha256 = "0e0060eb363635a885706c6a26f5fcaafeae759f7b2acae49dda70e195dd44d6" %} + +package: + name: perl-{{ cpan_name|lower }} + version: {{ version }} + +source: + url: https://cpan.metacpan.org/authors/id/R/RJ/RJBS/Number-Format-{{ version }}.tar.gz + sha256: {{ sha256 }} + +build: + number: 0 + noarch: generic + script: + - perl Makefile.PL INSTALLDIRS=vendor NO_PERLLOCAL=1 NO_PACKLIST=1 + - make + - make test + - make install VERBINST=1 + +requirements: + build: + - make + host: + - perl + run: + - perl + +test: + imports: + - Number::Format + +about: + home: https://metacpan.org/pod/Number::Format + summary: Perl extension for formatting numbers + license: Artistic-1.0-Perl OR GPL-1.0-or-later + license_file: LICENSE + +extra: + recipe-maintainers: + - jvolkening From 1a3e4d480490556203f939a9f34aa7048946b6e5 Mon Sep 17 00:00:00 2001 From: jvolkening Date: Fri, 26 Jan 2024 10:13:08 -0600 Subject: [PATCH 12/75] try using gmake for Windows build --- recipes/perl-number-format/meta.yaml | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/recipes/perl-number-format/meta.yaml b/recipes/perl-number-format/meta.yaml index 5f0a5f6316a9b..14fa7d7f30ea3 100644 --- a/recipes/perl-number-format/meta.yaml +++ b/recipes/perl-number-format/meta.yaml @@ -13,11 +13,14 @@ source: build: number: 0 noarch: generic + script_env: + - MAKE=make # [not win] + - MAKE=gmake # [win] script: - perl Makefile.PL INSTALLDIRS=vendor NO_PERLLOCAL=1 NO_PACKLIST=1 - - make - - make test - - make install VERBINST=1 + - $MAKE + - $MAKE test + - $MAKE install VERBINST=1 requirements: build: From cb6dbfdbeb0e367196159e79f576bef813880dcc Mon Sep 17 00:00:00 2001 From: jvolkening Date: Fri, 26 Jan 2024 10:29:56 -0600 Subject: [PATCH 13/75] try again to use gmake --- recipes/perl-number-format/meta.yaml | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/recipes/perl-number-format/meta.yaml b/recipes/perl-number-format/meta.yaml index 14fa7d7f30ea3..770fe2aa66de1 100644 --- a/recipes/perl-number-format/meta.yaml +++ b/recipes/perl-number-format/meta.yaml @@ -13,14 +13,10 @@ source: build: number: 0 noarch: generic - script_env: - - MAKE=make # [not win] - - MAKE=gmake # [win] script: - perl Makefile.PL INSTALLDIRS=vendor NO_PERLLOCAL=1 NO_PACKLIST=1 - - $MAKE - - $MAKE test - - $MAKE install VERBINST=1 + - make && make test && make install VERBINST=1 # [not win] + - gmake && gmake test && gmake install VERBINST=1 # [win] requirements: build: From d6e8b5d0fef14f59b6ede614829c2a00cec9a365 Mon Sep 17 00:00:00 2001 From: jvolkening Date: Fri, 26 Jan 2024 11:13:19 -0600 Subject: [PATCH 14/75] try nmake --- recipes/perl-number-format/meta.yaml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/recipes/perl-number-format/meta.yaml b/recipes/perl-number-format/meta.yaml index 770fe2aa66de1..95e7cbd6ade70 100644 --- a/recipes/perl-number-format/meta.yaml +++ b/recipes/perl-number-format/meta.yaml @@ -13,14 +13,16 @@ source: build: number: 0 noarch: generic + script_env: + - PERL_MM_OPT='MAKE=nmake' # [win] script: - perl Makefile.PL INSTALLDIRS=vendor NO_PERLLOCAL=1 NO_PACKLIST=1 - make && make test && make install VERBINST=1 # [not win] - - gmake && gmake test && gmake install VERBINST=1 # [win] + - nmake && nmake test && nmake install VERBINST=1 # [win] requirements: build: - - make + - make # [not win] host: - perl run: From defc9186706602b1345e8e1e9af33c113c33eed7 Mon Sep 17 00:00:00 2001 From: jvolkening Date: Fri, 26 Jan 2024 11:28:42 -0600 Subject: [PATCH 15/75] one more try with m2w64-make --- recipes/perl-number-format/meta.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/recipes/perl-number-format/meta.yaml b/recipes/perl-number-format/meta.yaml index 95e7cbd6ade70..94f2e42118470 100644 --- a/recipes/perl-number-format/meta.yaml +++ b/recipes/perl-number-format/meta.yaml @@ -13,16 +13,16 @@ source: build: number: 0 noarch: generic - script_env: - - PERL_MM_OPT='MAKE=nmake' # [win] script: - perl Makefile.PL INSTALLDIRS=vendor NO_PERLLOCAL=1 NO_PACKLIST=1 - - make && make test && make install VERBINST=1 # [not win] - - nmake && nmake test && nmake install VERBINST=1 # [win] + - make + - make test + - make install VERBINST=1 requirements: build: - make # [not win] + - m2w64-make # [win] host: - perl run: From 28e9924004b50be70712ced8b7411a6d969a15ba Mon Sep 17 00:00:00 2001 From: jvolkening Date: Fri, 26 Jan 2024 11:47:20 -0600 Subject: [PATCH 16/75] try m2-make --- recipes/perl-number-format/meta.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes/perl-number-format/meta.yaml b/recipes/perl-number-format/meta.yaml index 94f2e42118470..620606fe4693b 100644 --- a/recipes/perl-number-format/meta.yaml +++ b/recipes/perl-number-format/meta.yaml @@ -22,7 +22,7 @@ build: requirements: build: - make # [not win] - - m2w64-make # [win] + - m2-make # [win] host: - perl run: From 7abf44ebb0feec011da04ca350f12d98280c8043 Mon Sep 17 00:00:00 2001 From: jvolkening Date: Fri, 26 Jan 2024 12:23:53 -0600 Subject: [PATCH 17/75] try jom (nmake clone) --- recipes/perl-number-format/meta.yaml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/recipes/perl-number-format/meta.yaml b/recipes/perl-number-format/meta.yaml index 620606fe4693b..1aa6f28b5e7ce 100644 --- a/recipes/perl-number-format/meta.yaml +++ b/recipes/perl-number-format/meta.yaml @@ -14,15 +14,15 @@ build: number: 0 noarch: generic script: - - perl Makefile.PL INSTALLDIRS=vendor NO_PERLLOCAL=1 NO_PACKLIST=1 - - make - - make test - - make install VERBINST=1 + - perl Makefile.PL INSTALLDIRS=vendor NO_PERLLOCAL=1 NO_PACKLIST=1 # [not win] + - perl Makefile.PL INSTALLDIRS=vendor NO_PERLLOCAL=1 NO_PACKLIST=1 MAKE=nmake # [win] + - make && make test && make install VERBINST=1 # [not win] + - jom && jom test && jom install VERBINST=1 # [win] requirements: build: - make # [not win] - - m2-make # [win] + - jom # [win] host: - perl run: From e29319e9c4135c72eb8badb6b12cd3d453988de7 Mon Sep 17 00:00:00 2001 From: Troelsmou Date: Thu, 1 Feb 2024 15:30:20 +0100 Subject: [PATCH 18/75] added r-sbl recipe "Added r-sbl recipe" --- recipes/r-sbl/bld.bat | 2 ++ recipes/r-sbl/build.sh | 3 ++ recipes/r-sbl/meta.yaml | 69 +++++++++++++++++++++++++++++++++++++++++ 3 files changed, 74 insertions(+) create mode 100644 recipes/r-sbl/bld.bat create mode 100644 recipes/r-sbl/build.sh create mode 100644 recipes/r-sbl/meta.yaml diff --git a/recipes/r-sbl/bld.bat b/recipes/r-sbl/bld.bat new file mode 100644 index 0000000000000..01bc5eadf1152 --- /dev/null +++ b/recipes/r-sbl/bld.bat @@ -0,0 +1,2 @@ +"%R%" CMD INSTALL --build . %R_ARGS% +IF %ERRORLEVEL% NEQ 0 exit /B 1 diff --git a/recipes/r-sbl/build.sh b/recipes/r-sbl/build.sh new file mode 100644 index 0000000000000..b8d2635525637 --- /dev/null +++ b/recipes/r-sbl/build.sh @@ -0,0 +1,3 @@ +#!/bin/bash +export DISABLE_AUTOBREW=1 +${R} CMD INSTALL --build . ${R_ARGS} diff --git a/recipes/r-sbl/meta.yaml b/recipes/r-sbl/meta.yaml new file mode 100644 index 0000000000000..4f703bc44786f --- /dev/null +++ b/recipes/r-sbl/meta.yaml @@ -0,0 +1,69 @@ +{% set version = '0.1.0' %} +{% set posix = 'm2-' if win else '' %} +{% set native = 'm2w64-' if win else '' %} + +package: + name: r-sbl + version: {{ version|replace("-", "_") }} + +source: + url: + - {{ cran_mirror }}/src/contrib/sbl_{{ version }}.tar.gz + - {{ cran_mirror }}/src/contrib/Archive/sbl/sbl_{{ version }}.tar.gz + sha256: 7c5accfbe2e2e71c45c80610e8aafaa17ec436ce8cc9faac2ee54e1023d3bff3 + +build: + merge_build_host: True # [win] + number: 0 + noarch: generic + rpaths: + - lib/R/lib/ + - lib/ + +requirements: + build: + - {{ posix }}zip # [win] + - cross-r-base {{ r_base }} # [build_platform != target_platform] + host: + - r-base + run: + - r-base + +test: + commands: + - $R -e "library('sbl')" # [not win] + - "\"%R%\" -e \"library('sbl')\"" # [win] + +about: + home: https://CRAN.R-project.org/package=sbl + license: GPL-3 + summary: Implements sparse Bayesian learning method for QTL mapping and genome-wide association + studies. + license_family: GPL3 + license_file: + - '{{ environ["PREFIX"] }}/lib/R/share/licenses/GPL-3' + +extra: + recipe-maintainers: + - conda-forge/r + - "Troelsmou" + +# Package: sbl +# Type: Package +# Title: Sparse Bayesian Learning for QTL Mapping and Genome-Wide Association Studies +# Version: 0.1.0 +# Author: Meiyue Wang and Shizhong Xu +# Maintainer: Meiyue Wang +# Description: Implements sparse Bayesian learning method for QTL mapping and genome-wide association studies. +# License: GPL-3 +# Encoding: UTF-8 +# LazyData: true +# Depends: stats, R (>= 2.10) +# RoxygenNote: 6.1.0 +# Date: 2018-10-17 +# Suggests: knitr, rmarkdown +# VignetteBuilder: knitr +# NeedsCompilation: no +# Packaged: 2018-10-17 19:29:53 UTC; Dell +# Repository: CRAN +# Date/Publication: 2018-10-26 15:50:03 UTC From 67c23761dc817e6dc19f395fb780c383b2a654ac Mon Sep 17 00:00:00 2001 From: Troelsmou Date: Thu, 1 Feb 2024 16:11:12 +0100 Subject: [PATCH 19/75] Fixed license identifier, added license file and updated license file descriptor in meta.yaml --- recipes/r-sbl/GPL-3.txt | 674 ++++++++++++++++++++++++++++++++++++++++ recipes/r-sbl/meta.yaml | 4 +- 2 files changed, 676 insertions(+), 2 deletions(-) create mode 100644 recipes/r-sbl/GPL-3.txt diff --git a/recipes/r-sbl/GPL-3.txt b/recipes/r-sbl/GPL-3.txt new file mode 100644 index 0000000000000..94a9ed024d385 --- /dev/null +++ b/recipes/r-sbl/GPL-3.txt @@ -0,0 +1,674 @@ + GNU GENERAL PUBLIC LICENSE + Version 3, 29 June 2007 + + Copyright (C) 2007 Free Software Foundation, Inc. + Everyone is permitted to copy and distribute verbatim copies + of this license document, but changing it is not allowed. + + Preamble + + The GNU General Public License is a free, copyleft license for +software and other kinds of works. + + The licenses for most software and other practical works are designed +to take away your freedom to share and change the works. By contrast, +the GNU General Public License is intended to guarantee your freedom to +share and change all versions of a program--to make sure it remains free +software for all its users. We, the Free Software Foundation, use the +GNU General Public License for most of our software; it applies also to +any other work released this way by its authors. You can apply it to +your programs, too. + + When we speak of free software, we are referring to freedom, not +price. Our General Public Licenses are designed to make sure that you +have the freedom to distribute copies of free software (and charge for +them if you wish), that you receive source code or can get it if you +want it, that you can change the software or use pieces of it in new +free programs, and that you know you can do these things. + + To protect your rights, we need to prevent others from denying you +these rights or asking you to surrender the rights. Therefore, you have +certain responsibilities if you distribute copies of the software, or if +you modify it: responsibilities to respect the freedom of others. + + For example, if you distribute copies of such a program, whether +gratis or for a fee, you must pass on to the recipients the same +freedoms that you received. You must make sure that they, too, receive +or can get the source code. And you must show them these terms so they +know their rights. + + Developers that use the GNU GPL protect your rights with two steps: +(1) assert copyright on the software, and (2) offer you this License +giving you legal permission to copy, distribute and/or modify it. + + For the developers' and authors' protection, the GPL clearly explains +that there is no warranty for this free software. For both users' and +authors' sake, the GPL requires that modified versions be marked as +changed, so that their problems will not be attributed erroneously to +authors of previous versions. + + Some devices are designed to deny users access to install or run +modified versions of the software inside them, although the manufacturer +can do so. This is fundamentally incompatible with the aim of +protecting users' freedom to change the software. The systematic +pattern of such abuse occurs in the area of products for individuals to +use, which is precisely where it is most unacceptable. Therefore, we +have designed this version of the GPL to prohibit the practice for those +products. If such problems arise substantially in other domains, we +stand ready to extend this provision to those domains in future versions +of the GPL, as needed to protect the freedom of users. + + Finally, every program is threatened constantly by software patents. +States should not allow patents to restrict development and use of +software on general-purpose computers, but in those that do, we wish to +avoid the special danger that patents applied to a free program could +make it effectively proprietary. To prevent this, the GPL assures that +patents cannot be used to render the program non-free. + + The precise terms and conditions for copying, distribution and +modification follow. + + TERMS AND CONDITIONS + + 0. Definitions. + + "This License" refers to version 3 of the GNU General Public License. + + "Copyright" also means copyright-like laws that apply to other kinds of +works, such as semiconductor masks. + + "The Program" refers to any copyrightable work licensed under this +License. Each licensee is addressed as "you". "Licensees" and +"recipients" may be individuals or organizations. + + To "modify" a work means to copy from or adapt all or part of the work +in a fashion requiring copyright permission, other than the making of an +exact copy. The resulting work is called a "modified version" of the +earlier work or a work "based on" the earlier work. + + A "covered work" means either the unmodified Program or a work based +on the Program. + + To "propagate" a work means to do anything with it that, without +permission, would make you directly or secondarily liable for +infringement under applicable copyright law, except executing it on a +computer or modifying a private copy. Propagation includes copying, +distribution (with or without modification), making available to the +public, and in some countries other activities as well. + + To "convey" a work means any kind of propagation that enables other +parties to make or receive copies. Mere interaction with a user through +a computer network, with no transfer of a copy, is not conveying. + + An interactive user interface displays "Appropriate Legal Notices" +to the extent that it includes a convenient and prominently visible +feature that (1) displays an appropriate copyright notice, and (2) +tells the user that there is no warranty for the work (except to the +extent that warranties are provided), that licensees may convey the +work under this License, and how to view a copy of this License. If +the interface presents a list of user commands or options, such as a +menu, a prominent item in the list meets this criterion. + + 1. Source Code. + + The "source code" for a work means the preferred form of the work +for making modifications to it. "Object code" means any non-source +form of a work. + + A "Standard Interface" means an interface that either is an official +standard defined by a recognized standards body, or, in the case of +interfaces specified for a particular programming language, one that +is widely used among developers working in that language. + + The "System Libraries" of an executable work include anything, other +than the work as a whole, that (a) is included in the normal form of +packaging a Major Component, but which is not part of that Major +Component, and (b) serves only to enable use of the work with that +Major Component, or to implement a Standard Interface for which an +implementation is available to the public in source code form. A +"Major Component", in this context, means a major essential component +(kernel, window system, and so on) of the specific operating system +(if any) on which the executable work runs, or a compiler used to +produce the work, or an object code interpreter used to run it. + + The "Corresponding Source" for a work in object code form means all +the source code needed to generate, install, and (for an executable +work) run the object code and to modify the work, including scripts to +control those activities. However, it does not include the work's +System Libraries, or general-purpose tools or generally available free +programs which are used unmodified in performing those activities but +which are not part of the work. For example, Corresponding Source +includes interface definition files associated with source files for +the work, and the source code for shared libraries and dynamically +linked subprograms that the work is specifically designed to require, +such as by intimate data communication or control flow between those +subprograms and other parts of the work. + + The Corresponding Source need not include anything that users +can regenerate automatically from other parts of the Corresponding +Source. + + The Corresponding Source for a work in source code form is that +same work. + + 2. Basic Permissions. + + All rights granted under this License are granted for the term of +copyright on the Program, and are irrevocable provided the stated +conditions are met. This License explicitly affirms your unlimited +permission to run the unmodified Program. The output from running a +covered work is covered by this License only if the output, given its +content, constitutes a covered work. This License acknowledges your +rights of fair use or other equivalent, as provided by copyright law. + + You may make, run and propagate covered works that you do not +convey, without conditions so long as your license otherwise remains +in force. You may convey covered works to others for the sole purpose +of having them make modifications exclusively for you, or provide you +with facilities for running those works, provided that you comply with +the terms of this License in conveying all material for which you do +not control copyright. Those thus making or running the covered works +for you must do so exclusively on your behalf, under your direction +and control, on terms that prohibit them from making any copies of +your copyrighted material outside their relationship with you. + + Conveying under any other circumstances is permitted solely under +the conditions stated below. Sublicensing is not allowed; section 10 +makes it unnecessary. + + 3. Protecting Users' Legal Rights From Anti-Circumvention Law. + + No covered work shall be deemed part of an effective technological +measure under any applicable law fulfilling obligations under article +11 of the WIPO copyright treaty adopted on 20 December 1996, or +similar laws prohibiting or restricting circumvention of such +measures. + + When you convey a covered work, you waive any legal power to forbid +circumvention of technological measures to the extent such circumvention +is effected by exercising rights under this License with respect to +the covered work, and you disclaim any intention to limit operation or +modification of the work as a means of enforcing, against the work's +users, your or third parties' legal rights to forbid circumvention of +technological measures. + + 4. Conveying Verbatim Copies. + + You may convey verbatim copies of the Program's source code as you +receive it, in any medium, provided that you conspicuously and +appropriately publish on each copy an appropriate copyright notice; +keep intact all notices stating that this License and any +non-permissive terms added in accord with section 7 apply to the code; +keep intact all notices of the absence of any warranty; and give all +recipients a copy of this License along with the Program. + + You may charge any price or no price for each copy that you convey, +and you may offer support or warranty protection for a fee. + + 5. Conveying Modified Source Versions. + + You may convey a work based on the Program, or the modifications to +produce it from the Program, in the form of source code under the +terms of section 4, provided that you also meet all of these conditions: + + a) The work must carry prominent notices stating that you modified + it, and giving a relevant date. + + b) The work must carry prominent notices stating that it is + released under this License and any conditions added under section + 7. This requirement modifies the requirement in section 4 to + "keep intact all notices". + + c) You must license the entire work, as a whole, under this + License to anyone who comes into possession of a copy. This + License will therefore apply, along with any applicable section 7 + additional terms, to the whole of the work, and all its parts, + regardless of how they are packaged. This License gives no + permission to license the work in any other way, but it does not + invalidate such permission if you have separately received it. + + d) If the work has interactive user interfaces, each must display + Appropriate Legal Notices; however, if the Program has interactive + interfaces that do not display Appropriate Legal Notices, your + work need not make them do so. + + A compilation of a covered work with other separate and independent +works, which are not by their nature extensions of the covered work, +and which are not combined with it such as to form a larger program, +in or on a volume of a storage or distribution medium, is called an +"aggregate" if the compilation and its resulting copyright are not +used to limit the access or legal rights of the compilation's users +beyond what the individual works permit. Inclusion of a covered work +in an aggregate does not cause this License to apply to the other +parts of the aggregate. + + 6. Conveying Non-Source Forms. + + You may convey a covered work in object code form under the terms +of sections 4 and 5, provided that you also convey the +machine-readable Corresponding Source under the terms of this License, +in one of these ways: + + a) Convey the object code in, or embodied in, a physical product + (including a physical distribution medium), accompanied by the + Corresponding Source fixed on a durable physical medium + customarily used for software interchange. + + b) Convey the object code in, or embodied in, a physical product + (including a physical distribution medium), accompanied by a + written offer, valid for at least three years and valid for as + long as you offer spare parts or customer support for that product + model, to give anyone who possesses the object code either (1) a + copy of the Corresponding Source for all the software in the + product that is covered by this License, on a durable physical + medium customarily used for software interchange, for a price no + more than your reasonable cost of physically performing this + conveying of source, or (2) access to copy the + Corresponding Source from a network server at no charge. + + c) Convey individual copies of the object code with a copy of the + written offer to provide the Corresponding Source. This + alternative is allowed only occasionally and noncommercially, and + only if you received the object code with such an offer, in accord + with subsection 6b. + + d) Convey the object code by offering access from a designated + place (gratis or for a charge), and offer equivalent access to the + Corresponding Source in the same way through the same place at no + further charge. You need not require recipients to copy the + Corresponding Source along with the object code. If the place to + copy the object code is a network server, the Corresponding Source + may be on a different server (operated by you or a third party) + that supports equivalent copying facilities, provided you maintain + clear directions next to the object code saying where to find the + Corresponding Source. Regardless of what server hosts the + Corresponding Source, you remain obligated to ensure that it is + available for as long as needed to satisfy these requirements. + + e) Convey the object code using peer-to-peer transmission, provided + you inform other peers where the object code and Corresponding + Source of the work are being offered to the general public at no + charge under subsection 6d. + + A separable portion of the object code, whose source code is excluded +from the Corresponding Source as a System Library, need not be +included in conveying the object code work. + + A "User Product" is either (1) a "consumer product", which means any +tangible personal property which is normally used for personal, family, +or household purposes, or (2) anything designed or sold for incorporation +into a dwelling. In determining whether a product is a consumer product, +doubtful cases shall be resolved in favor of coverage. For a particular +product received by a particular user, "normally used" refers to a +typical or common use of that class of product, regardless of the status +of the particular user or of the way in which the particular user +actually uses, or expects or is expected to use, the product. A product +is a consumer product regardless of whether the product has substantial +commercial, industrial or non-consumer uses, unless such uses represent +the only significant mode of use of the product. + + "Installation Information" for a User Product means any methods, +procedures, authorization keys, or other information required to install +and execute modified versions of a covered work in that User Product from +a modified version of its Corresponding Source. The information must +suffice to ensure that the continued functioning of the modified object +code is in no case prevented or interfered with solely because +modification has been made. + + If you convey an object code work under this section in, or with, or +specifically for use in, a User Product, and the conveying occurs as +part of a transaction in which the right of possession and use of the +User Product is transferred to the recipient in perpetuity or for a +fixed term (regardless of how the transaction is characterized), the +Corresponding Source conveyed under this section must be accompanied +by the Installation Information. But this requirement does not apply +if neither you nor any third party retains the ability to install +modified object code on the User Product (for example, the work has +been installed in ROM). + + The requirement to provide Installation Information does not include a +requirement to continue to provide support service, warranty, or updates +for a work that has been modified or installed by the recipient, or for +the User Product in which it has been modified or installed. Access to a +network may be denied when the modification itself materially and +adversely affects the operation of the network or violates the rules and +protocols for communication across the network. + + Corresponding Source conveyed, and Installation Information provided, +in accord with this section must be in a format that is publicly +documented (and with an implementation available to the public in +source code form), and must require no special password or key for +unpacking, reading or copying. + + 7. Additional Terms. + + "Additional permissions" are terms that supplement the terms of this +License by making exceptions from one or more of its conditions. +Additional permissions that are applicable to the entire Program shall +be treated as though they were included in this License, to the extent +that they are valid under applicable law. If additional permissions +apply only to part of the Program, that part may be used separately +under those permissions, but the entire Program remains governed by +this License without regard to the additional permissions. + + When you convey a copy of a covered work, you may at your option +remove any additional permissions from that copy, or from any part of +it. (Additional permissions may be written to require their own +removal in certain cases when you modify the work.) You may place +additional permissions on material, added by you to a covered work, +for which you have or can give appropriate copyright permission. + + Notwithstanding any other provision of this License, for material you +add to a covered work, you may (if authorized by the copyright holders of +that material) supplement the terms of this License with terms: + + a) Disclaiming warranty or limiting liability differently from the + terms of sections 15 and 16 of this License; or + + b) Requiring preservation of specified reasonable legal notices or + author attributions in that material or in the Appropriate Legal + Notices displayed by works containing it; or + + c) Prohibiting misrepresentation of the origin of that material, or + requiring that modified versions of such material be marked in + reasonable ways as different from the original version; or + + d) Limiting the use for publicity purposes of names of licensors or + authors of the material; or + + e) Declining to grant rights under trademark law for use of some + trade names, trademarks, or service marks; or + + f) Requiring indemnification of licensors and authors of that + material by anyone who conveys the material (or modified versions of + it) with contractual assumptions of liability to the recipient, for + any liability that these contractual assumptions directly impose on + those licensors and authors. + + All other non-permissive additional terms are considered "further +restrictions" within the meaning of section 10. If the Program as you +received it, or any part of it, contains a notice stating that it is +governed by this License along with a term that is a further +restriction, you may remove that term. If a license document contains +a further restriction but permits relicensing or conveying under this +License, you may add to a covered work material governed by the terms +of that license document, provided that the further restriction does +not survive such relicensing or conveying. + + If you add terms to a covered work in accord with this section, you +must place, in the relevant source files, a statement of the +additional terms that apply to those files, or a notice indicating +where to find the applicable terms. + + Additional terms, permissive or non-permissive, may be stated in the +form of a separately written license, or stated as exceptions; +the above requirements apply either way. + + 8. Termination. + + You may not propagate or modify a covered work except as expressly +provided under this License. Any attempt otherwise to propagate or +modify it is void, and will automatically terminate your rights under +this License (including any patent licenses granted under the third +paragraph of section 11). + + However, if you cease all violation of this License, then your +license from a particular copyright holder is reinstated (a) +provisionally, unless and until the copyright holder explicitly and +finally terminates your license, and (b) permanently, if the copyright +holder fails to notify you of the violation by some reasonable means +prior to 60 days after the cessation. + + Moreover, your license from a particular copyright holder is +reinstated permanently if the copyright holder notifies you of the +violation by some reasonable means, this is the first time you have +received notice of violation of this License (for any work) from that +copyright holder, and you cure the violation prior to 30 days after +your receipt of the notice. + + Termination of your rights under this section does not terminate the +licenses of parties who have received copies or rights from you under +this License. If your rights have been terminated and not permanently +reinstated, you do not qualify to receive new licenses for the same +material under section 10. + + 9. Acceptance Not Required for Having Copies. + + You are not required to accept this License in order to receive or +run a copy of the Program. Ancillary propagation of a covered work +occurring solely as a consequence of using peer-to-peer transmission +to receive a copy likewise does not require acceptance. However, +nothing other than this License grants you permission to propagate or +modify any covered work. These actions infringe copyright if you do +not accept this License. Therefore, by modifying or propagating a +covered work, you indicate your acceptance of this License to do so. + + 10. Automatic Licensing of Downstream Recipients. + + Each time you convey a covered work, the recipient automatically +receives a license from the original licensors, to run, modify and +propagate that work, subject to this License. You are not responsible +for enforcing compliance by third parties with this License. + + An "entity transaction" is a transaction transferring control of an +organization, or substantially all assets of one, or subdividing an +organization, or merging organizations. If propagation of a covered +work results from an entity transaction, each party to that +transaction who receives a copy of the work also receives whatever +licenses to the work the party's predecessor in interest had or could +give under the previous paragraph, plus a right to possession of the +Corresponding Source of the work from the predecessor in interest, if +the predecessor has it or can get it with reasonable efforts. + + You may not impose any further restrictions on the exercise of the +rights granted or affirmed under this License. For example, you may +not impose a license fee, royalty, or other charge for exercise of +rights granted under this License, and you may not initiate litigation +(including a cross-claim or counterclaim in a lawsuit) alleging that +any patent claim is infringed by making, using, selling, offering for +sale, or importing the Program or any portion of it. + + 11. Patents. + + A "contributor" is a copyright holder who authorizes use under this +License of the Program or a work on which the Program is based. The +work thus licensed is called the contributor's "contributor version". + + A contributor's "essential patent claims" are all patent claims +owned or controlled by the contributor, whether already acquired or +hereafter acquired, that would be infringed by some manner, permitted +by this License, of making, using, or selling its contributor version, +but do not include claims that would be infringed only as a +consequence of further modification of the contributor version. For +purposes of this definition, "control" includes the right to grant +patent sublicenses in a manner consistent with the requirements of +this License. + + Each contributor grants you a non-exclusive, worldwide, royalty-free +patent license under the contributor's essential patent claims, to +make, use, sell, offer for sale, import and otherwise run, modify and +propagate the contents of its contributor version. + + In the following three paragraphs, a "patent license" is any express +agreement or commitment, however denominated, not to enforce a patent +(such as an express permission to practice a patent or covenant not to +sue for patent infringement). To "grant" such a patent license to a +party means to make such an agreement or commitment not to enforce a +patent against the party. + + If you convey a covered work, knowingly relying on a patent license, +and the Corresponding Source of the work is not available for anyone +to copy, free of charge and under the terms of this License, through a +publicly available network server or other readily accessible means, +then you must either (1) cause the Corresponding Source to be so +available, or (2) arrange to deprive yourself of the benefit of the +patent license for this particular work, or (3) arrange, in a manner +consistent with the requirements of this License, to extend the patent +license to downstream recipients. "Knowingly relying" means you have +actual knowledge that, but for the patent license, your conveying the +covered work in a country, or your recipient's use of the covered work +in a country, would infringe one or more identifiable patents in that +country that you have reason to believe are valid. + + If, pursuant to or in connection with a single transaction or +arrangement, you convey, or propagate by procuring conveyance of, a +covered work, and grant a patent license to some of the parties +receiving the covered work authorizing them to use, propagate, modify +or convey a specific copy of the covered work, then the patent license +you grant is automatically extended to all recipients of the covered +work and works based on it. + + A patent license is "discriminatory" if it does not include within +the scope of its coverage, prohibits the exercise of, or is +conditioned on the non-exercise of one or more of the rights that are +specifically granted under this License. You may not convey a covered +work if you are a party to an arrangement with a third party that is +in the business of distributing software, under which you make payment +to the third party based on the extent of your activity of conveying +the work, and under which the third party grants, to any of the +parties who would receive the covered work from you, a discriminatory +patent license (a) in connection with copies of the covered work +conveyed by you (or copies made from those copies), or (b) primarily +for and in connection with specific products or compilations that +contain the covered work, unless you entered into that arrangement, +or that patent license was granted, prior to 28 March 2007. + + Nothing in this License shall be construed as excluding or limiting +any implied license or other defenses to infringement that may +otherwise be available to you under applicable patent law. + + 12. No Surrender of Others' Freedom. + + If conditions are imposed on you (whether by court order, agreement or +otherwise) that contradict the conditions of this License, they do not +excuse you from the conditions of this License. If you cannot convey a +covered work so as to satisfy simultaneously your obligations under this +License and any other pertinent obligations, then as a consequence you may +not convey it at all. For example, if you agree to terms that obligate you +to collect a royalty for further conveying from those to whom you convey +the Program, the only way you could satisfy both those terms and this +License would be to refrain entirely from conveying the Program. + + 13. Use with the GNU Affero General Public License. + + Notwithstanding any other provision of this License, you have +permission to link or combine any covered work with a work licensed +under version 3 of the GNU Affero General Public License into a single +combined work, and to convey the resulting work. The terms of this +License will continue to apply to the part which is the covered work, +but the special requirements of the GNU Affero General Public License, +section 13, concerning interaction through a network will apply to the +combination as such. + + 14. Revised Versions of this License. + + The Free Software Foundation may publish revised and/or new versions of +the GNU General Public License from time to time. Such new versions will +be similar in spirit to the present version, but may differ in detail to +address new problems or concerns. + + Each version is given a distinguishing version number. If the +Program specifies that a certain numbered version of the GNU General +Public License "or any later version" applies to it, you have the +option of following the terms and conditions either of that numbered +version or of any later version published by the Free Software +Foundation. If the Program does not specify a version number of the +GNU General Public License, you may choose any version ever published +by the Free Software Foundation. + + If the Program specifies that a proxy can decide which future +versions of the GNU General Public License can be used, that proxy's +public statement of acceptance of a version permanently authorizes you +to choose that version for the Program. + + Later license versions may give you additional or different +permissions. However, no additional obligations are imposed on any +author or copyright holder as a result of your choosing to follow a +later version. + + 15. Disclaimer of Warranty. + + THERE IS NO WARRANTY FOR THE PROGRAM, TO THE EXTENT PERMITTED BY +APPLICABLE LAW. EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT +HOLDERS AND/OR OTHER PARTIES PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY +OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, +THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR +PURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE PROGRAM +IS WITH YOU. SHOULD THE PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF +ALL NECESSARY SERVICING, REPAIR OR CORRECTION. + + 16. Limitation of Liability. + + IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING +WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MODIFIES AND/OR CONVEYS +THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, INCLUDING ANY +GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF THE +USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED TO LOSS OF +DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD +PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER PROGRAMS), +EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF +SUCH DAMAGES. + + 17. Interpretation of Sections 15 and 16. + + If the disclaimer of warranty and limitation of liability provided +above cannot be given local legal effect according to their terms, +reviewing courts shall apply local law that most closely approximates +an absolute waiver of all civil liability in connection with the +Program, unless a warranty or assumption of liability accompanies a +copy of the Program in return for a fee. + + END OF TERMS AND CONDITIONS + + How to Apply These Terms to Your New Programs + + If you develop a new program, and you want it to be of the greatest +possible use to the public, the best way to achieve this is to make it +free software which everyone can redistribute and change under these terms. + + To do so, attach the following notices to the program. It is safest +to attach them to the start of each source file to most effectively +state the exclusion of warranty; and each file should have at least +the "copyright" line and a pointer to where the full notice is found. + + + Copyright (C) + + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation, either version 3 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program. If not, see . + +Also add information on how to contact you by electronic and paper mail. + + If the program does terminal interaction, make it output a short +notice like this when it starts in an interactive mode: + + Copyright (C) + This program comes with ABSOLUTELY NO WARRANTY; for details type `show w'. + This is free software, and you are welcome to redistribute it + under certain conditions; type `show c' for details. + +The hypothetical commands `show w' and `show c' should show the appropriate +parts of the General Public License. Of course, your program's commands +might be different; for a GUI interface, you would use an "about box". + + You should also get your employer (if you work as a programmer) or school, +if any, to sign a "copyright disclaimer" for the program, if necessary. +For more information on this, and how to apply and follow the GNU GPL, see +. + + The GNU General Public License does not permit incorporating your program +into proprietary programs. If your program is a subroutine library, you +may consider it more useful to permit linking proprietary applications with +the library. If this is what you want to do, use the GNU Lesser General +Public License instead of this License. But first, please read +. diff --git a/recipes/r-sbl/meta.yaml b/recipes/r-sbl/meta.yaml index 4f703bc44786f..49f5dae2a2bae 100644 --- a/recipes/r-sbl/meta.yaml +++ b/recipes/r-sbl/meta.yaml @@ -36,12 +36,12 @@ test: about: home: https://CRAN.R-project.org/package=sbl - license: GPL-3 + license: GPL-3.0-or-later summary: Implements sparse Bayesian learning method for QTL mapping and genome-wide association studies. license_family: GPL3 license_file: - - '{{ environ["PREFIX"] }}/lib/R/share/licenses/GPL-3' + - 'GPL-3.txt' extra: recipe-maintainers: From 70c376526d37a0ab7f3a42ecab2e7f92f22208e5 Mon Sep 17 00:00:00 2001 From: Troelsmou <107362995+Troelsmou@users.noreply.github.com> Date: Sat, 3 Feb 2024 18:06:35 +0100 Subject: [PATCH 20/75] Fix wrong license written Co-authored-by: Mervin Fansler --- recipes/r-sbl/meta.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes/r-sbl/meta.yaml b/recipes/r-sbl/meta.yaml index 49f5dae2a2bae..bb705b04de223 100644 --- a/recipes/r-sbl/meta.yaml +++ b/recipes/r-sbl/meta.yaml @@ -36,7 +36,7 @@ test: about: home: https://CRAN.R-project.org/package=sbl - license: GPL-3.0-or-later + license: GPL-3.0-only summary: Implements sparse Bayesian learning method for QTL mapping and genome-wide association studies. license_family: GPL3 From b08dd7b1f31be9f61a601ea2efe56e8228694bd4 Mon Sep 17 00:00:00 2001 From: Troelsmou <107362995+Troelsmou@users.noreply.github.com> Date: Mon, 5 Feb 2024 10:14:34 +0100 Subject: [PATCH 21/75] Change license file Co-authored-by: Mervin Fansler --- recipes/r-sbl/meta.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes/r-sbl/meta.yaml b/recipes/r-sbl/meta.yaml index bb705b04de223..49828bf6b7504 100644 --- a/recipes/r-sbl/meta.yaml +++ b/recipes/r-sbl/meta.yaml @@ -41,7 +41,7 @@ about: studies. license_family: GPL3 license_file: - - 'GPL-3.txt' + - {{ environ["PREFIX"] }}/lib/R/share/licenses/GPL-3 extra: recipe-maintainers: From 02b842ffc47a9755fb232efc7561dab398a525db Mon Sep 17 00:00:00 2001 From: Troelsmou <107362995+Troelsmou@users.noreply.github.com> Date: Mon, 5 Feb 2024 10:16:36 +0100 Subject: [PATCH 22/75] Delete recipes/r-sbl/GPL-3.txt --- recipes/r-sbl/GPL-3.txt | 674 ---------------------------------------- 1 file changed, 674 deletions(-) delete mode 100644 recipes/r-sbl/GPL-3.txt diff --git a/recipes/r-sbl/GPL-3.txt b/recipes/r-sbl/GPL-3.txt deleted file mode 100644 index 94a9ed024d385..0000000000000 --- a/recipes/r-sbl/GPL-3.txt +++ /dev/null @@ -1,674 +0,0 @@ - GNU GENERAL PUBLIC LICENSE - Version 3, 29 June 2007 - - Copyright (C) 2007 Free Software Foundation, Inc. - Everyone is permitted to copy and distribute verbatim copies - of this license document, but changing it is not allowed. - - Preamble - - The GNU General Public License is a free, copyleft license for -software and other kinds of works. - - The licenses for most software and other practical works are designed -to take away your freedom to share and change the works. By contrast, -the GNU General Public License is intended to guarantee your freedom to -share and change all versions of a program--to make sure it remains free -software for all its users. We, the Free Software Foundation, use the -GNU General Public License for most of our software; it applies also to -any other work released this way by its authors. You can apply it to -your programs, too. - - When we speak of free software, we are referring to freedom, not -price. Our General Public Licenses are designed to make sure that you -have the freedom to distribute copies of free software (and charge for -them if you wish), that you receive source code or can get it if you -want it, that you can change the software or use pieces of it in new -free programs, and that you know you can do these things. - - To protect your rights, we need to prevent others from denying you -these rights or asking you to surrender the rights. Therefore, you have -certain responsibilities if you distribute copies of the software, or if -you modify it: responsibilities to respect the freedom of others. - - For example, if you distribute copies of such a program, whether -gratis or for a fee, you must pass on to the recipients the same -freedoms that you received. You must make sure that they, too, receive -or can get the source code. And you must show them these terms so they -know their rights. - - Developers that use the GNU GPL protect your rights with two steps: -(1) assert copyright on the software, and (2) offer you this License -giving you legal permission to copy, distribute and/or modify it. - - For the developers' and authors' protection, the GPL clearly explains -that there is no warranty for this free software. For both users' and -authors' sake, the GPL requires that modified versions be marked as -changed, so that their problems will not be attributed erroneously to -authors of previous versions. - - Some devices are designed to deny users access to install or run -modified versions of the software inside them, although the manufacturer -can do so. This is fundamentally incompatible with the aim of -protecting users' freedom to change the software. The systematic -pattern of such abuse occurs in the area of products for individuals to -use, which is precisely where it is most unacceptable. Therefore, we -have designed this version of the GPL to prohibit the practice for those -products. If such problems arise substantially in other domains, we -stand ready to extend this provision to those domains in future versions -of the GPL, as needed to protect the freedom of users. - - Finally, every program is threatened constantly by software patents. -States should not allow patents to restrict development and use of -software on general-purpose computers, but in those that do, we wish to -avoid the special danger that patents applied to a free program could -make it effectively proprietary. To prevent this, the GPL assures that -patents cannot be used to render the program non-free. - - The precise terms and conditions for copying, distribution and -modification follow. - - TERMS AND CONDITIONS - - 0. Definitions. - - "This License" refers to version 3 of the GNU General Public License. - - "Copyright" also means copyright-like laws that apply to other kinds of -works, such as semiconductor masks. - - "The Program" refers to any copyrightable work licensed under this -License. Each licensee is addressed as "you". "Licensees" and -"recipients" may be individuals or organizations. - - To "modify" a work means to copy from or adapt all or part of the work -in a fashion requiring copyright permission, other than the making of an -exact copy. The resulting work is called a "modified version" of the -earlier work or a work "based on" the earlier work. - - A "covered work" means either the unmodified Program or a work based -on the Program. - - To "propagate" a work means to do anything with it that, without -permission, would make you directly or secondarily liable for -infringement under applicable copyright law, except executing it on a -computer or modifying a private copy. Propagation includes copying, -distribution (with or without modification), making available to the -public, and in some countries other activities as well. - - To "convey" a work means any kind of propagation that enables other -parties to make or receive copies. Mere interaction with a user through -a computer network, with no transfer of a copy, is not conveying. - - An interactive user interface displays "Appropriate Legal Notices" -to the extent that it includes a convenient and prominently visible -feature that (1) displays an appropriate copyright notice, and (2) -tells the user that there is no warranty for the work (except to the -extent that warranties are provided), that licensees may convey the -work under this License, and how to view a copy of this License. If -the interface presents a list of user commands or options, such as a -menu, a prominent item in the list meets this criterion. - - 1. Source Code. - - The "source code" for a work means the preferred form of the work -for making modifications to it. "Object code" means any non-source -form of a work. - - A "Standard Interface" means an interface that either is an official -standard defined by a recognized standards body, or, in the case of -interfaces specified for a particular programming language, one that -is widely used among developers working in that language. - - The "System Libraries" of an executable work include anything, other -than the work as a whole, that (a) is included in the normal form of -packaging a Major Component, but which is not part of that Major -Component, and (b) serves only to enable use of the work with that -Major Component, or to implement a Standard Interface for which an -implementation is available to the public in source code form. A -"Major Component", in this context, means a major essential component -(kernel, window system, and so on) of the specific operating system -(if any) on which the executable work runs, or a compiler used to -produce the work, or an object code interpreter used to run it. - - The "Corresponding Source" for a work in object code form means all -the source code needed to generate, install, and (for an executable -work) run the object code and to modify the work, including scripts to -control those activities. However, it does not include the work's -System Libraries, or general-purpose tools or generally available free -programs which are used unmodified in performing those activities but -which are not part of the work. For example, Corresponding Source -includes interface definition files associated with source files for -the work, and the source code for shared libraries and dynamically -linked subprograms that the work is specifically designed to require, -such as by intimate data communication or control flow between those -subprograms and other parts of the work. - - The Corresponding Source need not include anything that users -can regenerate automatically from other parts of the Corresponding -Source. - - The Corresponding Source for a work in source code form is that -same work. - - 2. Basic Permissions. - - All rights granted under this License are granted for the term of -copyright on the Program, and are irrevocable provided the stated -conditions are met. This License explicitly affirms your unlimited -permission to run the unmodified Program. The output from running a -covered work is covered by this License only if the output, given its -content, constitutes a covered work. This License acknowledges your -rights of fair use or other equivalent, as provided by copyright law. - - You may make, run and propagate covered works that you do not -convey, without conditions so long as your license otherwise remains -in force. You may convey covered works to others for the sole purpose -of having them make modifications exclusively for you, or provide you -with facilities for running those works, provided that you comply with -the terms of this License in conveying all material for which you do -not control copyright. Those thus making or running the covered works -for you must do so exclusively on your behalf, under your direction -and control, on terms that prohibit them from making any copies of -your copyrighted material outside their relationship with you. - - Conveying under any other circumstances is permitted solely under -the conditions stated below. Sublicensing is not allowed; section 10 -makes it unnecessary. - - 3. Protecting Users' Legal Rights From Anti-Circumvention Law. - - No covered work shall be deemed part of an effective technological -measure under any applicable law fulfilling obligations under article -11 of the WIPO copyright treaty adopted on 20 December 1996, or -similar laws prohibiting or restricting circumvention of such -measures. - - When you convey a covered work, you waive any legal power to forbid -circumvention of technological measures to the extent such circumvention -is effected by exercising rights under this License with respect to -the covered work, and you disclaim any intention to limit operation or -modification of the work as a means of enforcing, against the work's -users, your or third parties' legal rights to forbid circumvention of -technological measures. - - 4. Conveying Verbatim Copies. - - You may convey verbatim copies of the Program's source code as you -receive it, in any medium, provided that you conspicuously and -appropriately publish on each copy an appropriate copyright notice; -keep intact all notices stating that this License and any -non-permissive terms added in accord with section 7 apply to the code; -keep intact all notices of the absence of any warranty; and give all -recipients a copy of this License along with the Program. - - You may charge any price or no price for each copy that you convey, -and you may offer support or warranty protection for a fee. - - 5. Conveying Modified Source Versions. - - You may convey a work based on the Program, or the modifications to -produce it from the Program, in the form of source code under the -terms of section 4, provided that you also meet all of these conditions: - - a) The work must carry prominent notices stating that you modified - it, and giving a relevant date. - - b) The work must carry prominent notices stating that it is - released under this License and any conditions added under section - 7. This requirement modifies the requirement in section 4 to - "keep intact all notices". - - c) You must license the entire work, as a whole, under this - License to anyone who comes into possession of a copy. This - License will therefore apply, along with any applicable section 7 - additional terms, to the whole of the work, and all its parts, - regardless of how they are packaged. This License gives no - permission to license the work in any other way, but it does not - invalidate such permission if you have separately received it. - - d) If the work has interactive user interfaces, each must display - Appropriate Legal Notices; however, if the Program has interactive - interfaces that do not display Appropriate Legal Notices, your - work need not make them do so. - - A compilation of a covered work with other separate and independent -works, which are not by their nature extensions of the covered work, -and which are not combined with it such as to form a larger program, -in or on a volume of a storage or distribution medium, is called an -"aggregate" if the compilation and its resulting copyright are not -used to limit the access or legal rights of the compilation's users -beyond what the individual works permit. Inclusion of a covered work -in an aggregate does not cause this License to apply to the other -parts of the aggregate. - - 6. Conveying Non-Source Forms. - - You may convey a covered work in object code form under the terms -of sections 4 and 5, provided that you also convey the -machine-readable Corresponding Source under the terms of this License, -in one of these ways: - - a) Convey the object code in, or embodied in, a physical product - (including a physical distribution medium), accompanied by the - Corresponding Source fixed on a durable physical medium - customarily used for software interchange. - - b) Convey the object code in, or embodied in, a physical product - (including a physical distribution medium), accompanied by a - written offer, valid for at least three years and valid for as - long as you offer spare parts or customer support for that product - model, to give anyone who possesses the object code either (1) a - copy of the Corresponding Source for all the software in the - product that is covered by this License, on a durable physical - medium customarily used for software interchange, for a price no - more than your reasonable cost of physically performing this - conveying of source, or (2) access to copy the - Corresponding Source from a network server at no charge. - - c) Convey individual copies of the object code with a copy of the - written offer to provide the Corresponding Source. This - alternative is allowed only occasionally and noncommercially, and - only if you received the object code with such an offer, in accord - with subsection 6b. - - d) Convey the object code by offering access from a designated - place (gratis or for a charge), and offer equivalent access to the - Corresponding Source in the same way through the same place at no - further charge. You need not require recipients to copy the - Corresponding Source along with the object code. If the place to - copy the object code is a network server, the Corresponding Source - may be on a different server (operated by you or a third party) - that supports equivalent copying facilities, provided you maintain - clear directions next to the object code saying where to find the - Corresponding Source. Regardless of what server hosts the - Corresponding Source, you remain obligated to ensure that it is - available for as long as needed to satisfy these requirements. - - e) Convey the object code using peer-to-peer transmission, provided - you inform other peers where the object code and Corresponding - Source of the work are being offered to the general public at no - charge under subsection 6d. - - A separable portion of the object code, whose source code is excluded -from the Corresponding Source as a System Library, need not be -included in conveying the object code work. - - A "User Product" is either (1) a "consumer product", which means any -tangible personal property which is normally used for personal, family, -or household purposes, or (2) anything designed or sold for incorporation -into a dwelling. In determining whether a product is a consumer product, -doubtful cases shall be resolved in favor of coverage. For a particular -product received by a particular user, "normally used" refers to a -typical or common use of that class of product, regardless of the status -of the particular user or of the way in which the particular user -actually uses, or expects or is expected to use, the product. A product -is a consumer product regardless of whether the product has substantial -commercial, industrial or non-consumer uses, unless such uses represent -the only significant mode of use of the product. - - "Installation Information" for a User Product means any methods, -procedures, authorization keys, or other information required to install -and execute modified versions of a covered work in that User Product from -a modified version of its Corresponding Source. The information must -suffice to ensure that the continued functioning of the modified object -code is in no case prevented or interfered with solely because -modification has been made. - - If you convey an object code work under this section in, or with, or -specifically for use in, a User Product, and the conveying occurs as -part of a transaction in which the right of possession and use of the -User Product is transferred to the recipient in perpetuity or for a -fixed term (regardless of how the transaction is characterized), the -Corresponding Source conveyed under this section must be accompanied -by the Installation Information. But this requirement does not apply -if neither you nor any third party retains the ability to install -modified object code on the User Product (for example, the work has -been installed in ROM). - - The requirement to provide Installation Information does not include a -requirement to continue to provide support service, warranty, or updates -for a work that has been modified or installed by the recipient, or for -the User Product in which it has been modified or installed. Access to a -network may be denied when the modification itself materially and -adversely affects the operation of the network or violates the rules and -protocols for communication across the network. - - Corresponding Source conveyed, and Installation Information provided, -in accord with this section must be in a format that is publicly -documented (and with an implementation available to the public in -source code form), and must require no special password or key for -unpacking, reading or copying. - - 7. Additional Terms. - - "Additional permissions" are terms that supplement the terms of this -License by making exceptions from one or more of its conditions. -Additional permissions that are applicable to the entire Program shall -be treated as though they were included in this License, to the extent -that they are valid under applicable law. If additional permissions -apply only to part of the Program, that part may be used separately -under those permissions, but the entire Program remains governed by -this License without regard to the additional permissions. - - When you convey a copy of a covered work, you may at your option -remove any additional permissions from that copy, or from any part of -it. (Additional permissions may be written to require their own -removal in certain cases when you modify the work.) You may place -additional permissions on material, added by you to a covered work, -for which you have or can give appropriate copyright permission. - - Notwithstanding any other provision of this License, for material you -add to a covered work, you may (if authorized by the copyright holders of -that material) supplement the terms of this License with terms: - - a) Disclaiming warranty or limiting liability differently from the - terms of sections 15 and 16 of this License; or - - b) Requiring preservation of specified reasonable legal notices or - author attributions in that material or in the Appropriate Legal - Notices displayed by works containing it; or - - c) Prohibiting misrepresentation of the origin of that material, or - requiring that modified versions of such material be marked in - reasonable ways as different from the original version; or - - d) Limiting the use for publicity purposes of names of licensors or - authors of the material; or - - e) Declining to grant rights under trademark law for use of some - trade names, trademarks, or service marks; or - - f) Requiring indemnification of licensors and authors of that - material by anyone who conveys the material (or modified versions of - it) with contractual assumptions of liability to the recipient, for - any liability that these contractual assumptions directly impose on - those licensors and authors. - - All other non-permissive additional terms are considered "further -restrictions" within the meaning of section 10. If the Program as you -received it, or any part of it, contains a notice stating that it is -governed by this License along with a term that is a further -restriction, you may remove that term. If a license document contains -a further restriction but permits relicensing or conveying under this -License, you may add to a covered work material governed by the terms -of that license document, provided that the further restriction does -not survive such relicensing or conveying. - - If you add terms to a covered work in accord with this section, you -must place, in the relevant source files, a statement of the -additional terms that apply to those files, or a notice indicating -where to find the applicable terms. - - Additional terms, permissive or non-permissive, may be stated in the -form of a separately written license, or stated as exceptions; -the above requirements apply either way. - - 8. Termination. - - You may not propagate or modify a covered work except as expressly -provided under this License. Any attempt otherwise to propagate or -modify it is void, and will automatically terminate your rights under -this License (including any patent licenses granted under the third -paragraph of section 11). - - However, if you cease all violation of this License, then your -license from a particular copyright holder is reinstated (a) -provisionally, unless and until the copyright holder explicitly and -finally terminates your license, and (b) permanently, if the copyright -holder fails to notify you of the violation by some reasonable means -prior to 60 days after the cessation. - - Moreover, your license from a particular copyright holder is -reinstated permanently if the copyright holder notifies you of the -violation by some reasonable means, this is the first time you have -received notice of violation of this License (for any work) from that -copyright holder, and you cure the violation prior to 30 days after -your receipt of the notice. - - Termination of your rights under this section does not terminate the -licenses of parties who have received copies or rights from you under -this License. If your rights have been terminated and not permanently -reinstated, you do not qualify to receive new licenses for the same -material under section 10. - - 9. Acceptance Not Required for Having Copies. - - You are not required to accept this License in order to receive or -run a copy of the Program. Ancillary propagation of a covered work -occurring solely as a consequence of using peer-to-peer transmission -to receive a copy likewise does not require acceptance. However, -nothing other than this License grants you permission to propagate or -modify any covered work. These actions infringe copyright if you do -not accept this License. Therefore, by modifying or propagating a -covered work, you indicate your acceptance of this License to do so. - - 10. Automatic Licensing of Downstream Recipients. - - Each time you convey a covered work, the recipient automatically -receives a license from the original licensors, to run, modify and -propagate that work, subject to this License. You are not responsible -for enforcing compliance by third parties with this License. - - An "entity transaction" is a transaction transferring control of an -organization, or substantially all assets of one, or subdividing an -organization, or merging organizations. If propagation of a covered -work results from an entity transaction, each party to that -transaction who receives a copy of the work also receives whatever -licenses to the work the party's predecessor in interest had or could -give under the previous paragraph, plus a right to possession of the -Corresponding Source of the work from the predecessor in interest, if -the predecessor has it or can get it with reasonable efforts. - - You may not impose any further restrictions on the exercise of the -rights granted or affirmed under this License. For example, you may -not impose a license fee, royalty, or other charge for exercise of -rights granted under this License, and you may not initiate litigation -(including a cross-claim or counterclaim in a lawsuit) alleging that -any patent claim is infringed by making, using, selling, offering for -sale, or importing the Program or any portion of it. - - 11. Patents. - - A "contributor" is a copyright holder who authorizes use under this -License of the Program or a work on which the Program is based. The -work thus licensed is called the contributor's "contributor version". - - A contributor's "essential patent claims" are all patent claims -owned or controlled by the contributor, whether already acquired or -hereafter acquired, that would be infringed by some manner, permitted -by this License, of making, using, or selling its contributor version, -but do not include claims that would be infringed only as a -consequence of further modification of the contributor version. For -purposes of this definition, "control" includes the right to grant -patent sublicenses in a manner consistent with the requirements of -this License. - - Each contributor grants you a non-exclusive, worldwide, royalty-free -patent license under the contributor's essential patent claims, to -make, use, sell, offer for sale, import and otherwise run, modify and -propagate the contents of its contributor version. - - In the following three paragraphs, a "patent license" is any express -agreement or commitment, however denominated, not to enforce a patent -(such as an express permission to practice a patent or covenant not to -sue for patent infringement). To "grant" such a patent license to a -party means to make such an agreement or commitment not to enforce a -patent against the party. - - If you convey a covered work, knowingly relying on a patent license, -and the Corresponding Source of the work is not available for anyone -to copy, free of charge and under the terms of this License, through a -publicly available network server or other readily accessible means, -then you must either (1) cause the Corresponding Source to be so -available, or (2) arrange to deprive yourself of the benefit of the -patent license for this particular work, or (3) arrange, in a manner -consistent with the requirements of this License, to extend the patent -license to downstream recipients. "Knowingly relying" means you have -actual knowledge that, but for the patent license, your conveying the -covered work in a country, or your recipient's use of the covered work -in a country, would infringe one or more identifiable patents in that -country that you have reason to believe are valid. - - If, pursuant to or in connection with a single transaction or -arrangement, you convey, or propagate by procuring conveyance of, a -covered work, and grant a patent license to some of the parties -receiving the covered work authorizing them to use, propagate, modify -or convey a specific copy of the covered work, then the patent license -you grant is automatically extended to all recipients of the covered -work and works based on it. - - A patent license is "discriminatory" if it does not include within -the scope of its coverage, prohibits the exercise of, or is -conditioned on the non-exercise of one or more of the rights that are -specifically granted under this License. You may not convey a covered -work if you are a party to an arrangement with a third party that is -in the business of distributing software, under which you make payment -to the third party based on the extent of your activity of conveying -the work, and under which the third party grants, to any of the -parties who would receive the covered work from you, a discriminatory -patent license (a) in connection with copies of the covered work -conveyed by you (or copies made from those copies), or (b) primarily -for and in connection with specific products or compilations that -contain the covered work, unless you entered into that arrangement, -or that patent license was granted, prior to 28 March 2007. - - Nothing in this License shall be construed as excluding or limiting -any implied license or other defenses to infringement that may -otherwise be available to you under applicable patent law. - - 12. No Surrender of Others' Freedom. - - If conditions are imposed on you (whether by court order, agreement or -otherwise) that contradict the conditions of this License, they do not -excuse you from the conditions of this License. If you cannot convey a -covered work so as to satisfy simultaneously your obligations under this -License and any other pertinent obligations, then as a consequence you may -not convey it at all. For example, if you agree to terms that obligate you -to collect a royalty for further conveying from those to whom you convey -the Program, the only way you could satisfy both those terms and this -License would be to refrain entirely from conveying the Program. - - 13. Use with the GNU Affero General Public License. - - Notwithstanding any other provision of this License, you have -permission to link or combine any covered work with a work licensed -under version 3 of the GNU Affero General Public License into a single -combined work, and to convey the resulting work. The terms of this -License will continue to apply to the part which is the covered work, -but the special requirements of the GNU Affero General Public License, -section 13, concerning interaction through a network will apply to the -combination as such. - - 14. Revised Versions of this License. - - The Free Software Foundation may publish revised and/or new versions of -the GNU General Public License from time to time. Such new versions will -be similar in spirit to the present version, but may differ in detail to -address new problems or concerns. - - Each version is given a distinguishing version number. If the -Program specifies that a certain numbered version of the GNU General -Public License "or any later version" applies to it, you have the -option of following the terms and conditions either of that numbered -version or of any later version published by the Free Software -Foundation. If the Program does not specify a version number of the -GNU General Public License, you may choose any version ever published -by the Free Software Foundation. - - If the Program specifies that a proxy can decide which future -versions of the GNU General Public License can be used, that proxy's -public statement of acceptance of a version permanently authorizes you -to choose that version for the Program. - - Later license versions may give you additional or different -permissions. However, no additional obligations are imposed on any -author or copyright holder as a result of your choosing to follow a -later version. - - 15. Disclaimer of Warranty. - - THERE IS NO WARRANTY FOR THE PROGRAM, TO THE EXTENT PERMITTED BY -APPLICABLE LAW. EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT -HOLDERS AND/OR OTHER PARTIES PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY -OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, -THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR -PURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE PROGRAM -IS WITH YOU. SHOULD THE PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF -ALL NECESSARY SERVICING, REPAIR OR CORRECTION. - - 16. Limitation of Liability. - - IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING -WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MODIFIES AND/OR CONVEYS -THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, INCLUDING ANY -GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF THE -USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED TO LOSS OF -DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD -PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER PROGRAMS), -EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF -SUCH DAMAGES. - - 17. Interpretation of Sections 15 and 16. - - If the disclaimer of warranty and limitation of liability provided -above cannot be given local legal effect according to their terms, -reviewing courts shall apply local law that most closely approximates -an absolute waiver of all civil liability in connection with the -Program, unless a warranty or assumption of liability accompanies a -copy of the Program in return for a fee. - - END OF TERMS AND CONDITIONS - - How to Apply These Terms to Your New Programs - - If you develop a new program, and you want it to be of the greatest -possible use to the public, the best way to achieve this is to make it -free software which everyone can redistribute and change under these terms. - - To do so, attach the following notices to the program. It is safest -to attach them to the start of each source file to most effectively -state the exclusion of warranty; and each file should have at least -the "copyright" line and a pointer to where the full notice is found. - - - Copyright (C) - - This program is free software: you can redistribute it and/or modify - it under the terms of the GNU General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - This program is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - GNU General Public License for more details. - - You should have received a copy of the GNU General Public License - along with this program. If not, see . - -Also add information on how to contact you by electronic and paper mail. - - If the program does terminal interaction, make it output a short -notice like this when it starts in an interactive mode: - - Copyright (C) - This program comes with ABSOLUTELY NO WARRANTY; for details type `show w'. - This is free software, and you are welcome to redistribute it - under certain conditions; type `show c' for details. - -The hypothetical commands `show w' and `show c' should show the appropriate -parts of the General Public License. Of course, your program's commands -might be different; for a GUI interface, you would use an "about box". - - You should also get your employer (if you work as a programmer) or school, -if any, to sign a "copyright disclaimer" for the program, if necessary. -For more information on this, and how to apply and follow the GNU GPL, see -. - - The GNU General Public License does not permit incorporating your program -into proprietary programs. If your program is a subroutine library, you -may consider it more useful to permit linking proprietary applications with -the library. If this is what you want to do, use the GNU Lesser General -Public License instead of this License. But first, please read -. From 2c14fb3071c4084afc26ec392cfa1536385a1211 Mon Sep 17 00:00:00 2001 From: Troelsmou <107362995+Troelsmou@users.noreply.github.com> Date: Mon, 5 Feb 2024 10:18:47 +0100 Subject: [PATCH 23/75] Fix formatting maintainers Co-authored-by: Mervin Fansler --- recipes/r-sbl/meta.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes/r-sbl/meta.yaml b/recipes/r-sbl/meta.yaml index 49828bf6b7504..9a9403a6a6878 100644 --- a/recipes/r-sbl/meta.yaml +++ b/recipes/r-sbl/meta.yaml @@ -46,7 +46,7 @@ about: extra: recipe-maintainers: - conda-forge/r - - "Troelsmou" + - Troelsmou # Package: sbl # Type: Package From 537647fe614c54ef97118ad422c5e0126ab251cc Mon Sep 17 00:00:00 2001 From: Troelsmou <107362995+Troelsmou@users.noreply.github.com> Date: Mon, 5 Feb 2024 10:19:57 +0100 Subject: [PATCH 24/75] Remove me as maintainer --- recipes/r-sbl/meta.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/recipes/r-sbl/meta.yaml b/recipes/r-sbl/meta.yaml index 9a9403a6a6878..345f91365656c 100644 --- a/recipes/r-sbl/meta.yaml +++ b/recipes/r-sbl/meta.yaml @@ -46,7 +46,6 @@ about: extra: recipe-maintainers: - conda-forge/r - - Troelsmou # Package: sbl # Type: Package From 18a328ca0c490aa1cee1e13cc75edd904d97f9ab Mon Sep 17 00:00:00 2001 From: Troelsmou <107362995+Troelsmou@users.noreply.github.com> Date: Mon, 5 Feb 2024 13:04:03 +0100 Subject: [PATCH 25/75] Remove windows as possible platform --- recipes/r-sbl/meta.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/recipes/r-sbl/meta.yaml b/recipes/r-sbl/meta.yaml index 345f91365656c..a8ecbbbedc5fd 100644 --- a/recipes/r-sbl/meta.yaml +++ b/recipes/r-sbl/meta.yaml @@ -13,6 +13,7 @@ source: sha256: 7c5accfbe2e2e71c45c80610e8aafaa17ec436ce8cc9faac2ee54e1023d3bff3 build: + skip: True # [win] merge_build_host: True # [win] number: 0 noarch: generic From a1ccf2bbc3919baf29f25323a62d5e2684566ec7 Mon Sep 17 00:00:00 2001 From: Troelsmou <107362995+Troelsmou@users.noreply.github.com> Date: Mon, 5 Feb 2024 13:08:35 +0100 Subject: [PATCH 26/75] Fix formatting --- recipes/r-sbl/meta.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes/r-sbl/meta.yaml b/recipes/r-sbl/meta.yaml index a8ecbbbedc5fd..d913d6b308372 100644 --- a/recipes/r-sbl/meta.yaml +++ b/recipes/r-sbl/meta.yaml @@ -13,7 +13,7 @@ source: sha256: 7c5accfbe2e2e71c45c80610e8aafaa17ec436ce8cc9faac2ee54e1023d3bff3 build: - skip: True # [win] + skip: True # [win] merge_build_host: True # [win] number: 0 noarch: generic From d44c9af2f1df7412f1548fb3dd0c7efe2f1afc6a Mon Sep 17 00:00:00 2001 From: Troelsmou <107362995+Troelsmou@users.noreply.github.com> Date: Mon, 5 Feb 2024 13:10:56 +0100 Subject: [PATCH 27/75] Removed noarch: generic --- recipes/r-sbl/meta.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/recipes/r-sbl/meta.yaml b/recipes/r-sbl/meta.yaml index d913d6b308372..2431c5c46f407 100644 --- a/recipes/r-sbl/meta.yaml +++ b/recipes/r-sbl/meta.yaml @@ -16,7 +16,6 @@ build: skip: True # [win] merge_build_host: True # [win] number: 0 - noarch: generic rpaths: - lib/R/lib/ - lib/ From 4a61dfeb2df830d66a763666f334e2b70b1eb22e Mon Sep 17 00:00:00 2001 From: Troelsmou <107362995+Troelsmou@users.noreply.github.com> Date: Mon, 5 Feb 2024 14:25:04 +0100 Subject: [PATCH 28/75] Fixed the fixes --- recipes/r-sbl/meta.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes/r-sbl/meta.yaml b/recipes/r-sbl/meta.yaml index 2431c5c46f407..5930e5006842f 100644 --- a/recipes/r-sbl/meta.yaml +++ b/recipes/r-sbl/meta.yaml @@ -13,8 +13,8 @@ source: sha256: 7c5accfbe2e2e71c45c80610e8aafaa17ec436ce8cc9faac2ee54e1023d3bff3 build: - skip: True # [win] merge_build_host: True # [win] + noarch: generic number: 0 rpaths: - lib/R/lib/ From cdb698d9da4e18605b871913f701b95dd30b5046 Mon Sep 17 00:00:00 2001 From: rxm7706 <95496360+rxm7706@users.noreply.github.com> Date: Mon, 5 Feb 2024 17:36:31 -0600 Subject: [PATCH 29/75] Add wagtail-review --- recipes/wagtail-review/meta.yaml | 41 ++++++++++++++++++++++++++++++++ 1 file changed, 41 insertions(+) create mode 100644 recipes/wagtail-review/meta.yaml diff --git a/recipes/wagtail-review/meta.yaml b/recipes/wagtail-review/meta.yaml new file mode 100644 index 0000000000000..d3216bbfbffcb --- /dev/null +++ b/recipes/wagtail-review/meta.yaml @@ -0,0 +1,41 @@ +{% set name = "wagtail-review" %} +{% set version = "0.4" %} + +package: + name: {{ name|lower }} + version: {{ version }} + +source: + url: https://pypi.io/packages/source/{{ name[0] }}/{{ name }}/wagtail-review-{{ version }}.tar.gz + sha256: 84f9d9262c70a6db4f3ea521395a3986f92fd59d021199485f48765a36c1e01d + +build: + noarch: python + script: {{ PYTHON }} -m pip install . -vv --no-deps --no-build-isolation + number: 0 + +requirements: + host: + - python >=3.8 + - pip + run: + - python >=3.8 + - swapper >=1.1,<1.2 + +test: + imports: + - wagtail_review + commands: + - pip check + requires: + - pip + +about: + home: https://github.com/wagtail/wagtail-review + summary: Review workflow for Wagtail + license: BSD-3-Clause + license_file: LICENSE + +extra: + recipe-maintainers: + - rxm7706 From 9a50a20a2ba7a5ad195f18aef617908493537080 Mon Sep 17 00:00:00 2001 From: rxm7706 <95496360+rxm7706@users.noreply.github.com> Date: Mon, 5 Feb 2024 17:49:17 -0600 Subject: [PATCH 30/75] Add wagtail-linkchecker --- recipes/wagtail-linkchecker/meta.yaml | 43 +++++++++++++++++++++++++++ 1 file changed, 43 insertions(+) create mode 100644 recipes/wagtail-linkchecker/meta.yaml diff --git a/recipes/wagtail-linkchecker/meta.yaml b/recipes/wagtail-linkchecker/meta.yaml new file mode 100644 index 0000000000000..41fa1ad4c470e --- /dev/null +++ b/recipes/wagtail-linkchecker/meta.yaml @@ -0,0 +1,43 @@ +{% set name = "wagtail-linkchecker" %} +{% set version = "0.6.0" %} + +package: + name: {{ name|lower }} + version: {{ version }} + +source: + url: https://pypi.io/packages/source/{{ name[0] }}/{{ name }}/wagtail-linkchecker-{{ version }}.tar.gz + sha256: 2bdd457ee757ae52e0f00196739e84f5f21e0e40212ae3d6170e108efd62b6e1 + +build: + noarch: python + script: {{ PYTHON }} -m pip install . -vv --no-deps --no-build-isolation + number: 0 + +requirements: + host: + - python >=3.8 + - pip + run: + - python >=3.8 + - wagtail >=1.0 + - requests >=2.9.1 + - celery >=4.0,<5 + +test: + imports: + - wagtaillinkchecker + commands: + - pip check + requires: + - pip + +about: + home: https://github.com/neon-jungle/wagtail-linkchecker/ + summary: A tool to assist with finding broken links on your wagtail site. + license: BSD-3-Clause + license_file: LICENSE + +extra: + recipe-maintainers: + - rxm7706 From e740bb7499f46865ab90882113e8eaced7eac92b Mon Sep 17 00:00:00 2001 From: rxm7706 <95496360+rxm7706@users.noreply.github.com> Date: Mon, 5 Feb 2024 17:55:34 -0600 Subject: [PATCH 31/75] Add wagtail-knowledgebase --- recipes/wagtail-knowledgebase/meta.yaml | 41 +++++++++++++++++++++++++ 1 file changed, 41 insertions(+) create mode 100644 recipes/wagtail-knowledgebase/meta.yaml diff --git a/recipes/wagtail-knowledgebase/meta.yaml b/recipes/wagtail-knowledgebase/meta.yaml new file mode 100644 index 0000000000000..eeb11b0a73d15 --- /dev/null +++ b/recipes/wagtail-knowledgebase/meta.yaml @@ -0,0 +1,41 @@ +{% set name = "wagtail-knowledgebase" %} +{% set version = "1.0" %} + +package: + name: {{ name|lower }} + version: {{ version }} + +source: + url: https://pypi.io/packages/source/{{ name[0] }}/{{ name }}/wagtail-knowledgebase-{{ version }}.tar.gz + sha256: d27f7ed855f43bd8c1272da22b12465a945486c7a68e0d36abedb11a2bdcbbb4 + +build: + noarch: python + script: {{ PYTHON }} -m pip install . -vv --no-deps --no-build-isolation + number: 0 + +requirements: + host: + - python >=3.8 + - pip + run: + - python >=3.8 + - wagtail >=5.0.0 + +test: + imports: + - wtknowledgebase + commands: + - pip check + requires: + - pip + +about: + home: https://github.com/skruger/wagtail-knowledgebase + summary: Knowledgebase pages with bootstrap compatible StreamFields configured + license: MIT + license_file: LICENSE + +extra: + recipe-maintainers: + - rxm7706 From abb59a159a8a036bdfa03d7257499188e7606214 Mon Sep 17 00:00:00 2001 From: rxm7706 <95496360+rxm7706@users.noreply.github.com> Date: Mon, 5 Feb 2024 18:00:38 -0600 Subject: [PATCH 32/75] Add wagtail-json-widget --- recipes/wagtail-json-widget/meta.yaml | 41 +++++++++++++++++++++++++++ 1 file changed, 41 insertions(+) create mode 100644 recipes/wagtail-json-widget/meta.yaml diff --git a/recipes/wagtail-json-widget/meta.yaml b/recipes/wagtail-json-widget/meta.yaml new file mode 100644 index 0000000000000..617c69307be06 --- /dev/null +++ b/recipes/wagtail-json-widget/meta.yaml @@ -0,0 +1,41 @@ +{% set name = "wagtail-json-widget" %} +{% set version = "0.0.7" %} + +package: + name: {{ name|lower }} + version: {{ version }} + +source: + url: https://github.com/cursive-works/wagtail-json-widget/archive/{{ version }}.tar.gz + sha256: aee47b62b78d3192fe08759fda6081d016d7bddb0270fbe09348bb1326f57767 + +build: + noarch: python + script: {{ PYTHON }} -m pip install . -vv --no-deps --no-build-isolation + number: 0 + +requirements: + host: + - python >=3.8 + - pip + run: + - python >=3.8 + - wagtail >=4.0 + +test: + imports: + - wagtail_json_widget + commands: + - pip check + requires: + - pip + +about: + home: https://github.com/cursive-works/wagtail-json-widget + summary: JSON editing for Wagtail + license: MIT + license_file: LICENSE + +extra: + recipe-maintainers: + - rxm7706 From d0d545cda2b9d4e71cdb3d3a22cf633711ed532f Mon Sep 17 00:00:00 2001 From: "Tom M. Ragonneau" Date: Tue, 6 Feb 2024 13:58:44 +0800 Subject: [PATCH 33/75] Add recipes/cobyqa --- recipes/cobyqa/meta.yaml | 42 ++++++++++++++++++++++++++++++++++++++++ 1 file changed, 42 insertions(+) create mode 100644 recipes/cobyqa/meta.yaml diff --git a/recipes/cobyqa/meta.yaml b/recipes/cobyqa/meta.yaml new file mode 100644 index 0000000000000..0a08c13245c23 --- /dev/null +++ b/recipes/cobyqa/meta.yaml @@ -0,0 +1,42 @@ +{% set name = "cobyqa" %} +{% set version = "1.0.1" %} + +package: + name: {{ name|lower }} + version: {{ version }} + +source: + url: https://pypi.io/packages/source/{{ name[0] }}/{{ name }}/cobyqa-{{ version }}.tar.gz + sha256: 3812a2a2ab73c243abf462f75a846aa567ca2a1e35ffe6a8208f3b46df2b664b + +build: + noarch: python + script: {{ PYTHON }} -m pip install . -vv --no-deps --no-build-isolation + number: 0 + +requirements: + host: + - python >=3.8 + - setuptools + - pip + run: + - python >=3.8 + - numpy >=1.17.0 + - scipy >=1.10.0 + +test: + imports: + - cobyqa + commands: + - pip check + requires: + - pip + +about: + summary: Constrained Optimization BY Quadratic Approximations + license: BSD-3-Clause + license_file: LICENSE + +extra: + recipe-maintainers: + - ragonneau From bf66c66f7842c51e2ba2a4fbe6582b7611d318f9 Mon Sep 17 00:00:00 2001 From: "Tom M. Ragonneau" Date: Tue, 6 Feb 2024 14:06:33 +0800 Subject: [PATCH 34/75] Add url links and description --- recipes/cobyqa/meta.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/recipes/cobyqa/meta.yaml b/recipes/cobyqa/meta.yaml index 0a08c13245c23..85fc11790875b 100644 --- a/recipes/cobyqa/meta.yaml +++ b/recipes/cobyqa/meta.yaml @@ -33,7 +33,11 @@ test: - pip about: + home: https://github.com/cobyqa/cobyqa + doc_url: https://www.cobyqa.com + dev_url: https://github.com/cobyqa/cobyqa summary: Constrained Optimization BY Quadratic Approximations + description: COBYQA is a derivative-free optimization solver for general optimization. license: BSD-3-Clause license_file: LICENSE From 6518a466eed3f9c16eb995eda4cd634b4952de69 Mon Sep 17 00:00:00 2001 From: "Uwe L. Korn" Date: Tue, 6 Feb 2024 09:39:08 +0100 Subject: [PATCH 35/75] Add recipe for mypy-boto3-glue --- recipes/mypy-boto3-glue/meta.yaml | 43 +++++++++++++++++++++++++++++++ 1 file changed, 43 insertions(+) create mode 100644 recipes/mypy-boto3-glue/meta.yaml diff --git a/recipes/mypy-boto3-glue/meta.yaml b/recipes/mypy-boto3-glue/meta.yaml new file mode 100644 index 0000000000000..ac353715cbcdd --- /dev/null +++ b/recipes/mypy-boto3-glue/meta.yaml @@ -0,0 +1,43 @@ +{% set name = "mypy-boto3-glue" %} +{% set version = "1.34.35" %} + +package: + name: {{ name|lower }} + version: {{ version }} + +source: + url: https://pypi.io/packages/source/{{ name[0] }}/{{ name }}/mypy-boto3-glue-{{ version }}.tar.gz + sha256: f8abe4f2e07d299a7b9b0dec30033a9877414e790ee49f274950a5b6d9dd3036 + +build: + noarch: python + script: {{ PYTHON }} -m pip install . -vv --no-deps --no-build-isolation + number: 0 + +requirements: + host: + - python >=3.8 + - pip + run: + - python >=3.8 + - boto3 + - typing-extensions >=4.1.0 + +test: + imports: + - mypy_boto3_glue + commands: + - pip check + requires: + - pip + +about: + home: https://github.com/youtype/mypy_boto3_builder + summary: Type annotations for boto3.Glue 1.34.35 service generated with mypy-boto3-builder 7.23.1 + dev_url: https://github.com/youtype/mypy_boto3_builder + license: MIT + license_file: LICENSE + +extra: + recipe-maintainers: + - xhochy From 3e8ff4fad4ec83a2ebea318d814562fc7c289fb0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1s=20Di=20Domenico?= Date: Tue, 6 Feb 2024 11:11:44 +0100 Subject: [PATCH 36/75] Add recipe for x-wr-timezone --- recipes/x-wr-timezone/meta.yaml | 45 +++++++++++++++++++++++++++++++++ 1 file changed, 45 insertions(+) create mode 100644 recipes/x-wr-timezone/meta.yaml diff --git a/recipes/x-wr-timezone/meta.yaml b/recipes/x-wr-timezone/meta.yaml new file mode 100644 index 0000000000000..535fa97dd3938 --- /dev/null +++ b/recipes/x-wr-timezone/meta.yaml @@ -0,0 +1,45 @@ +{% set name = "x-wr-timezone" %} +{% set version = "0.0.6" %} + +package: + name: {{ name|lower }} + version: {{ version }} + +source: + url: https://pypi.io/packages/source/{{ name[0] }}/{{ name }}/x_wr_timezone-{{ version }}.tar.gz + sha256: 0a5e20c603c0876b03b6ce3b8682c69c18da8ca107aec70caefa58a8f396bf48 + +build: + entry_points: + - x-wr-timezone = x_wr_timezone:main + noarch: python + script: {{ PYTHON }} -m pip install . -vv --no-deps --no-build-isolation + number: 0 + +requirements: + host: + - python >=3.7 + - pip + run: + - python >=3.7 + - icalendar + - pytz + +test: + imports: + - x_wr_timezone + commands: + - pip check + - x-wr-timezone --help + requires: + - pip + +about: + home: https://github.com/niccokunzmann/x-wr-timezone + summary: A Python module and program to convert calendars using X-WR-TIMEZONE to standard ones. + license: LGPL-3.0 + license_file: LICENSE + +extra: + recipe-maintainers: + - tdido From 8965c5dc9c8c01a5597759c98fcc72d1f5ef5bb1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1s=20Di=20Domenico?= Date: Tue, 6 Feb 2024 11:21:40 +0100 Subject: [PATCH 37/75] Make licence SPDX-valid --- recipes/x-wr-timezone/meta.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes/x-wr-timezone/meta.yaml b/recipes/x-wr-timezone/meta.yaml index 535fa97dd3938..7242a00f4d27a 100644 --- a/recipes/x-wr-timezone/meta.yaml +++ b/recipes/x-wr-timezone/meta.yaml @@ -37,7 +37,7 @@ test: about: home: https://github.com/niccokunzmann/x-wr-timezone summary: A Python module and program to convert calendars using X-WR-TIMEZONE to standard ones. - license: LGPL-3.0 + license: LGPL-3.0-only license_file: LICENSE extra: From ae00a14e658dc6b961bb4c1cdfde1ab17a715eb1 Mon Sep 17 00:00:00 2001 From: conda-forge-admin Date: Tue, 6 Feb 2024 10:59:51 +0000 Subject: [PATCH 38/75] Removed recipes (cobyqa, mypy-boto3-glue, pycmtensor, wagtail-json-widget, wagtail-knowledgebase, wagtail-linkchecker, wagtail-review) after converting into feedstocks. [ci skip] --- recipes/cobyqa/meta.yaml | 46 ------------------------ recipes/mypy-boto3-glue/meta.yaml | 43 ---------------------- recipes/pycmtensor/meta.yaml | 47 ------------------------- recipes/wagtail-json-widget/meta.yaml | 41 --------------------- recipes/wagtail-knowledgebase/meta.yaml | 41 --------------------- recipes/wagtail-linkchecker/meta.yaml | 43 ---------------------- recipes/wagtail-review/meta.yaml | 41 --------------------- 7 files changed, 302 deletions(-) delete mode 100644 recipes/cobyqa/meta.yaml delete mode 100644 recipes/mypy-boto3-glue/meta.yaml delete mode 100644 recipes/pycmtensor/meta.yaml delete mode 100644 recipes/wagtail-json-widget/meta.yaml delete mode 100644 recipes/wagtail-knowledgebase/meta.yaml delete mode 100644 recipes/wagtail-linkchecker/meta.yaml delete mode 100644 recipes/wagtail-review/meta.yaml diff --git a/recipes/cobyqa/meta.yaml b/recipes/cobyqa/meta.yaml deleted file mode 100644 index 85fc11790875b..0000000000000 --- a/recipes/cobyqa/meta.yaml +++ /dev/null @@ -1,46 +0,0 @@ -{% set name = "cobyqa" %} -{% set version = "1.0.1" %} - -package: - name: {{ name|lower }} - version: {{ version }} - -source: - url: https://pypi.io/packages/source/{{ name[0] }}/{{ name }}/cobyqa-{{ version }}.tar.gz - sha256: 3812a2a2ab73c243abf462f75a846aa567ca2a1e35ffe6a8208f3b46df2b664b - -build: - noarch: python - script: {{ PYTHON }} -m pip install . -vv --no-deps --no-build-isolation - number: 0 - -requirements: - host: - - python >=3.8 - - setuptools - - pip - run: - - python >=3.8 - - numpy >=1.17.0 - - scipy >=1.10.0 - -test: - imports: - - cobyqa - commands: - - pip check - requires: - - pip - -about: - home: https://github.com/cobyqa/cobyqa - doc_url: https://www.cobyqa.com - dev_url: https://github.com/cobyqa/cobyqa - summary: Constrained Optimization BY Quadratic Approximations - description: COBYQA is a derivative-free optimization solver for general optimization. - license: BSD-3-Clause - license_file: LICENSE - -extra: - recipe-maintainers: - - ragonneau diff --git a/recipes/mypy-boto3-glue/meta.yaml b/recipes/mypy-boto3-glue/meta.yaml deleted file mode 100644 index ac353715cbcdd..0000000000000 --- a/recipes/mypy-boto3-glue/meta.yaml +++ /dev/null @@ -1,43 +0,0 @@ -{% set name = "mypy-boto3-glue" %} -{% set version = "1.34.35" %} - -package: - name: {{ name|lower }} - version: {{ version }} - -source: - url: https://pypi.io/packages/source/{{ name[0] }}/{{ name }}/mypy-boto3-glue-{{ version }}.tar.gz - sha256: f8abe4f2e07d299a7b9b0dec30033a9877414e790ee49f274950a5b6d9dd3036 - -build: - noarch: python - script: {{ PYTHON }} -m pip install . -vv --no-deps --no-build-isolation - number: 0 - -requirements: - host: - - python >=3.8 - - pip - run: - - python >=3.8 - - boto3 - - typing-extensions >=4.1.0 - -test: - imports: - - mypy_boto3_glue - commands: - - pip check - requires: - - pip - -about: - home: https://github.com/youtype/mypy_boto3_builder - summary: Type annotations for boto3.Glue 1.34.35 service generated with mypy-boto3-builder 7.23.1 - dev_url: https://github.com/youtype/mypy_boto3_builder - license: MIT - license_file: LICENSE - -extra: - recipe-maintainers: - - xhochy diff --git a/recipes/pycmtensor/meta.yaml b/recipes/pycmtensor/meta.yaml deleted file mode 100644 index c8a018ad24119..0000000000000 --- a/recipes/pycmtensor/meta.yaml +++ /dev/null @@ -1,47 +0,0 @@ -{% set name = "pycmtensor" %} -{% set version = "1.9.1" %} - -package: - name: {{ name|lower }} - version: {{ version }} - -source: - url: https://pypi.io/packages/source/{{ name[0] }}/{{ name }}/pycmtensor-{{ version }}.tar.gz - sha256: c19ed676ce18a741e518c280db68051bc1a24cd6209ef70885d21d83fea7a6c5 - -build: - noarch: python - script: {{ PYTHON }} -m pip install . -vv --no-deps --no-build-isolation - number: 0 - -requirements: - host: - - python >=3.11,<4.0 - - poetry-core >=1.0.0 - - pip - run: - - python >=3.11.0,<4.0.0 - - aesara 2.9.3 - - numpy 1.25.2 - - scipy 1.11.4 - - pandas 1.5.3 - - seaborn 0.12.2 - - watermark 2.4.3 - -test: - imports: - - pycmtensor - commands: - - pip check - requires: - - pip - -about: - home: https://github.com/mwong009/pycmtensor - summary: A robust and efficient Python package leveraging tensor computations for advanced discrete choice modelling. - license: MIT - license_file: LICENSE - -extra: - recipe-maintainers: - - mwong009 diff --git a/recipes/wagtail-json-widget/meta.yaml b/recipes/wagtail-json-widget/meta.yaml deleted file mode 100644 index 617c69307be06..0000000000000 --- a/recipes/wagtail-json-widget/meta.yaml +++ /dev/null @@ -1,41 +0,0 @@ -{% set name = "wagtail-json-widget" %} -{% set version = "0.0.7" %} - -package: - name: {{ name|lower }} - version: {{ version }} - -source: - url: https://github.com/cursive-works/wagtail-json-widget/archive/{{ version }}.tar.gz - sha256: aee47b62b78d3192fe08759fda6081d016d7bddb0270fbe09348bb1326f57767 - -build: - noarch: python - script: {{ PYTHON }} -m pip install . -vv --no-deps --no-build-isolation - number: 0 - -requirements: - host: - - python >=3.8 - - pip - run: - - python >=3.8 - - wagtail >=4.0 - -test: - imports: - - wagtail_json_widget - commands: - - pip check - requires: - - pip - -about: - home: https://github.com/cursive-works/wagtail-json-widget - summary: JSON editing for Wagtail - license: MIT - license_file: LICENSE - -extra: - recipe-maintainers: - - rxm7706 diff --git a/recipes/wagtail-knowledgebase/meta.yaml b/recipes/wagtail-knowledgebase/meta.yaml deleted file mode 100644 index eeb11b0a73d15..0000000000000 --- a/recipes/wagtail-knowledgebase/meta.yaml +++ /dev/null @@ -1,41 +0,0 @@ -{% set name = "wagtail-knowledgebase" %} -{% set version = "1.0" %} - -package: - name: {{ name|lower }} - version: {{ version }} - -source: - url: https://pypi.io/packages/source/{{ name[0] }}/{{ name }}/wagtail-knowledgebase-{{ version }}.tar.gz - sha256: d27f7ed855f43bd8c1272da22b12465a945486c7a68e0d36abedb11a2bdcbbb4 - -build: - noarch: python - script: {{ PYTHON }} -m pip install . -vv --no-deps --no-build-isolation - number: 0 - -requirements: - host: - - python >=3.8 - - pip - run: - - python >=3.8 - - wagtail >=5.0.0 - -test: - imports: - - wtknowledgebase - commands: - - pip check - requires: - - pip - -about: - home: https://github.com/skruger/wagtail-knowledgebase - summary: Knowledgebase pages with bootstrap compatible StreamFields configured - license: MIT - license_file: LICENSE - -extra: - recipe-maintainers: - - rxm7706 diff --git a/recipes/wagtail-linkchecker/meta.yaml b/recipes/wagtail-linkchecker/meta.yaml deleted file mode 100644 index 41fa1ad4c470e..0000000000000 --- a/recipes/wagtail-linkchecker/meta.yaml +++ /dev/null @@ -1,43 +0,0 @@ -{% set name = "wagtail-linkchecker" %} -{% set version = "0.6.0" %} - -package: - name: {{ name|lower }} - version: {{ version }} - -source: - url: https://pypi.io/packages/source/{{ name[0] }}/{{ name }}/wagtail-linkchecker-{{ version }}.tar.gz - sha256: 2bdd457ee757ae52e0f00196739e84f5f21e0e40212ae3d6170e108efd62b6e1 - -build: - noarch: python - script: {{ PYTHON }} -m pip install . -vv --no-deps --no-build-isolation - number: 0 - -requirements: - host: - - python >=3.8 - - pip - run: - - python >=3.8 - - wagtail >=1.0 - - requests >=2.9.1 - - celery >=4.0,<5 - -test: - imports: - - wagtaillinkchecker - commands: - - pip check - requires: - - pip - -about: - home: https://github.com/neon-jungle/wagtail-linkchecker/ - summary: A tool to assist with finding broken links on your wagtail site. - license: BSD-3-Clause - license_file: LICENSE - -extra: - recipe-maintainers: - - rxm7706 diff --git a/recipes/wagtail-review/meta.yaml b/recipes/wagtail-review/meta.yaml deleted file mode 100644 index d3216bbfbffcb..0000000000000 --- a/recipes/wagtail-review/meta.yaml +++ /dev/null @@ -1,41 +0,0 @@ -{% set name = "wagtail-review" %} -{% set version = "0.4" %} - -package: - name: {{ name|lower }} - version: {{ version }} - -source: - url: https://pypi.io/packages/source/{{ name[0] }}/{{ name }}/wagtail-review-{{ version }}.tar.gz - sha256: 84f9d9262c70a6db4f3ea521395a3986f92fd59d021199485f48765a36c1e01d - -build: - noarch: python - script: {{ PYTHON }} -m pip install . -vv --no-deps --no-build-isolation - number: 0 - -requirements: - host: - - python >=3.8 - - pip - run: - - python >=3.8 - - swapper >=1.1,<1.2 - -test: - imports: - - wagtail_review - commands: - - pip check - requires: - - pip - -about: - home: https://github.com/wagtail/wagtail-review - summary: Review workflow for Wagtail - license: BSD-3-Clause - license_file: LICENSE - -extra: - recipe-maintainers: - - rxm7706 From 74ccf2020eec066e69a96cbb50ed08d9dd49f55e Mon Sep 17 00:00:00 2001 From: Jan Janssen Date: Tue, 6 Feb 2024 13:33:07 +0100 Subject: [PATCH 39/75] add meamfit --- recipes/meamfit/build.sh | 2 ++ recipes/meamfit/meta.yaml | 43 +++++++++++++++++++++++++++++++++++++++ 2 files changed, 45 insertions(+) create mode 100644 recipes/meamfit/build.sh create mode 100644 recipes/meamfit/meta.yaml diff --git a/recipes/meamfit/build.sh b/recipes/meamfit/build.sh new file mode 100644 index 0000000000000..c5089bede9d75 --- /dev/null +++ b/recipes/meamfit/build.sh @@ -0,0 +1,2 @@ +#!/bin/bash +make diff --git a/recipes/meamfit/meta.yaml b/recipes/meamfit/meta.yaml new file mode 100644 index 0000000000000..4b07df2fc5248 --- /dev/null +++ b/recipes/meamfit/meta.yaml @@ -0,0 +1,43 @@ +{% set name = "meamfit" %} +{% set version = "2.0.0" %} + +package: + name: {{ name|lower }} + version: {{ version }} + +source: + url: https://gitlab.com/AndyDuff123/meamfit/-/archive/9b1b22823bd5810460891808aafca56b9c91d86d/meamfit-9b1b22823bd5810460891808aafca56b9c91d86d.tar.gz + sha256: 2b3a0c466fb4a1014ea131c2b8ea7c519f9278eba73d6fcb361b7bdb4fd494e9 + +build: + number: 0 + skip: true # [win] + +requirements: + build: + - {{ compiler('fortran') }} + - make + host: + - libblas + - liblapack + run: + +test: + commands: + - meamfit --help + +about: + home: https://gitlab.com/AndyDuff123/meamfit + summary: 'A Fortran code to fit reference-free modified embedded atom method (RF-MEAM) interatomic potentials to density functional theory (DFT) data (VASP or CASTEP).' + description: | + Open-source MEAMfit2 code for fitting RF-MEAM (or EAM) potentials to VASP + or CASTEP output data, to generate potentials that can be run using LAMMPS. + license: BSD-3-Clause + license_family: BSD + license_file: LICENSE + doc_url: https://gitlab.com/AndyDuff123/meamfit + dev_url: https://gitlab.com/AndyDuff123/meamfit + +extra: + recipe-maintainers: + - jan-janssen From 036753291217cb75567d9564cc5aa531d7aacf75 Mon Sep 17 00:00:00 2001 From: Jan Janssen Date: Tue, 6 Feb 2024 13:39:15 +0100 Subject: [PATCH 40/75] Update meta.yaml --- recipes/meamfit/meta.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes/meamfit/meta.yaml b/recipes/meamfit/meta.yaml index 4b07df2fc5248..7e8b8479f78ee 100644 --- a/recipes/meamfit/meta.yaml +++ b/recipes/meamfit/meta.yaml @@ -7,7 +7,7 @@ package: source: url: https://gitlab.com/AndyDuff123/meamfit/-/archive/9b1b22823bd5810460891808aafca56b9c91d86d/meamfit-9b1b22823bd5810460891808aafca56b9c91d86d.tar.gz - sha256: 2b3a0c466fb4a1014ea131c2b8ea7c519f9278eba73d6fcb361b7bdb4fd494e9 + sha256: fcb43dae83db94dc685914eb980f33471defdcee35905156288fb7429cf72adf build: number: 0 From cf9d09a8de41ddd145ca26da844ed9f75e964829 Mon Sep 17 00:00:00 2001 From: Jan Janssen Date: Tue, 6 Feb 2024 13:41:53 +0100 Subject: [PATCH 41/75] Update meta.yaml --- recipes/meamfit/meta.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/recipes/meamfit/meta.yaml b/recipes/meamfit/meta.yaml index 7e8b8479f78ee..9a58add248c63 100644 --- a/recipes/meamfit/meta.yaml +++ b/recipes/meamfit/meta.yaml @@ -18,6 +18,7 @@ requirements: - {{ compiler('fortran') }} - make host: + - {{ mpi }} - libblas - liblapack run: From 1b30eebb2ed6cc7aa56b0f72454528dab9696801 Mon Sep 17 00:00:00 2001 From: Jan Janssen Date: Tue, 6 Feb 2024 13:42:28 +0100 Subject: [PATCH 42/75] Create conda_build_config.yaml --- recipes/meamfit/conda_build_config.yaml | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 recipes/meamfit/conda_build_config.yaml diff --git a/recipes/meamfit/conda_build_config.yaml b/recipes/meamfit/conda_build_config.yaml new file mode 100644 index 0000000000000..289631faf39ae --- /dev/null +++ b/recipes/meamfit/conda_build_config.yaml @@ -0,0 +1,3 @@ +mpi: + - mpich + - openmpi From 57d7ed0490f2900ccba5cbb83a381bdd0b833716 Mon Sep 17 00:00:00 2001 From: conda-forge-admin Date: Tue, 6 Feb 2024 12:44:29 +0000 Subject: [PATCH 43/75] Removed recipe (r-sbl) after converting into feedstock. [ci skip] --- recipes/r-sbl/bld.bat | 2 -- recipes/r-sbl/build.sh | 3 -- recipes/r-sbl/meta.yaml | 68 ----------------------------------------- 3 files changed, 73 deletions(-) delete mode 100644 recipes/r-sbl/bld.bat delete mode 100644 recipes/r-sbl/build.sh delete mode 100644 recipes/r-sbl/meta.yaml diff --git a/recipes/r-sbl/bld.bat b/recipes/r-sbl/bld.bat deleted file mode 100644 index 01bc5eadf1152..0000000000000 --- a/recipes/r-sbl/bld.bat +++ /dev/null @@ -1,2 +0,0 @@ -"%R%" CMD INSTALL --build . %R_ARGS% -IF %ERRORLEVEL% NEQ 0 exit /B 1 diff --git a/recipes/r-sbl/build.sh b/recipes/r-sbl/build.sh deleted file mode 100644 index b8d2635525637..0000000000000 --- a/recipes/r-sbl/build.sh +++ /dev/null @@ -1,3 +0,0 @@ -#!/bin/bash -export DISABLE_AUTOBREW=1 -${R} CMD INSTALL --build . ${R_ARGS} diff --git a/recipes/r-sbl/meta.yaml b/recipes/r-sbl/meta.yaml deleted file mode 100644 index 5930e5006842f..0000000000000 --- a/recipes/r-sbl/meta.yaml +++ /dev/null @@ -1,68 +0,0 @@ -{% set version = '0.1.0' %} -{% set posix = 'm2-' if win else '' %} -{% set native = 'm2w64-' if win else '' %} - -package: - name: r-sbl - version: {{ version|replace("-", "_") }} - -source: - url: - - {{ cran_mirror }}/src/contrib/sbl_{{ version }}.tar.gz - - {{ cran_mirror }}/src/contrib/Archive/sbl/sbl_{{ version }}.tar.gz - sha256: 7c5accfbe2e2e71c45c80610e8aafaa17ec436ce8cc9faac2ee54e1023d3bff3 - -build: - merge_build_host: True # [win] - noarch: generic - number: 0 - rpaths: - - lib/R/lib/ - - lib/ - -requirements: - build: - - {{ posix }}zip # [win] - - cross-r-base {{ r_base }} # [build_platform != target_platform] - host: - - r-base - run: - - r-base - -test: - commands: - - $R -e "library('sbl')" # [not win] - - "\"%R%\" -e \"library('sbl')\"" # [win] - -about: - home: https://CRAN.R-project.org/package=sbl - license: GPL-3.0-only - summary: Implements sparse Bayesian learning method for QTL mapping and genome-wide association - studies. - license_family: GPL3 - license_file: - - {{ environ["PREFIX"] }}/lib/R/share/licenses/GPL-3 - -extra: - recipe-maintainers: - - conda-forge/r - -# Package: sbl -# Type: Package -# Title: Sparse Bayesian Learning for QTL Mapping and Genome-Wide Association Studies -# Version: 0.1.0 -# Author: Meiyue Wang and Shizhong Xu -# Maintainer: Meiyue Wang -# Description: Implements sparse Bayesian learning method for QTL mapping and genome-wide association studies. -# License: GPL-3 -# Encoding: UTF-8 -# LazyData: true -# Depends: stats, R (>= 2.10) -# RoxygenNote: 6.1.0 -# Date: 2018-10-17 -# Suggests: knitr, rmarkdown -# VignetteBuilder: knitr -# NeedsCompilation: no -# Packaged: 2018-10-17 19:29:53 UTC; Dell -# Repository: CRAN -# Date/Publication: 2018-10-26 15:50:03 UTC From df9da57f357a1345cdf4af4ceab7679978f2b8a1 Mon Sep 17 00:00:00 2001 From: Jan Janssen Date: Tue, 6 Feb 2024 13:45:03 +0100 Subject: [PATCH 44/75] Update meta.yaml --- recipes/meamfit/meta.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/recipes/meamfit/meta.yaml b/recipes/meamfit/meta.yaml index 9a58add248c63..3b0b0a26f502d 100644 --- a/recipes/meamfit/meta.yaml +++ b/recipes/meamfit/meta.yaml @@ -17,6 +17,8 @@ requirements: build: - {{ compiler('fortran') }} - make + - llvm-openmp # [osx] + - libgomp # [linux] host: - {{ mpi }} - libblas From 6cc3e1cb154c4aebd74a4d0cfd17d12ff4b521f7 Mon Sep 17 00:00:00 2001 From: Jan Janssen Date: Tue, 6 Feb 2024 13:47:20 +0100 Subject: [PATCH 45/75] Update build.sh --- recipes/meamfit/build.sh | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/recipes/meamfit/build.sh b/recipes/meamfit/build.sh index c5089bede9d75..1c42673291ae3 100644 --- a/recipes/meamfit/build.sh +++ b/recipes/meamfit/build.sh @@ -1,2 +1,14 @@ #!/bin/bash +cat << EOF > conda_forge_config +[main] +fc = mpifort +ld = mpifort +f90_module_flag = -J +[opt] +fflags = $(FFLAGS) + +[dbg] +fflags = $(FFLAGS) +EOF +./tools/mkconfig conda_forge_config make From 85cef93d3c7dc77677c01a4295a71fb383ea9ff5 Mon Sep 17 00:00:00 2001 From: Jan Janssen Date: Tue, 6 Feb 2024 13:55:40 +0100 Subject: [PATCH 46/75] Update build.sh --- recipes/meamfit/build.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/recipes/meamfit/build.sh b/recipes/meamfit/build.sh index 1c42673291ae3..77078a1d65384 100644 --- a/recipes/meamfit/build.sh +++ b/recipes/meamfit/build.sh @@ -5,10 +5,10 @@ fc = mpifort ld = mpifort f90_module_flag = -J [opt] -fflags = $(FFLAGS) +fflags = ${FFLAGS} [dbg] -fflags = $(FFLAGS) +fflags = ${FFLAGS} EOF ./tools/mkconfig conda_forge_config make From 871f93cff907cdace2b0692a557a3e58fa628a83 Mon Sep 17 00:00:00 2001 From: rxm7706 <95496360+rxm7706@users.noreply.github.com> Date: Tue, 6 Feb 2024 07:01:05 -0600 Subject: [PATCH 47/75] Add django-breeze --- recipes/django-breeze/meta.yaml | 46 +++++++++++++++++++++++++++++++++ 1 file changed, 46 insertions(+) create mode 100644 recipes/django-breeze/meta.yaml diff --git a/recipes/django-breeze/meta.yaml b/recipes/django-breeze/meta.yaml new file mode 100644 index 0000000000000..f5584c325670b --- /dev/null +++ b/recipes/django-breeze/meta.yaml @@ -0,0 +1,46 @@ +{% set name = "django-breeze" %} +{% set version = "1.0.0" %} + +package: + name: {{ name|lower }} + version: {{ version }} + +source: + url: https://pypi.io/packages/source/{{ name[0] }}/{{ name }}/django_breeze-{{ version }}.tar.gz + sha256: 4bfadc5d5b9a85d9fa8669066ad2da89414055a9ff1866d5d1ac652467adb38d + +build: + entry_points: + - django-breeze = django_breeze.scripts.django_breeze:run + noarch: python + script: {{ PYTHON }} -m pip install . -vv --no-deps --no-build-isolation + number: 0 + +requirements: + host: + - python >=3.10,<4.0 + - poetry-core + - pip + run: + - python >=3.10.0,<4.0.0 + - django-vite >=2.0.2,<3.0.0 + - inertia-django >=0.5.2,<0.6.0 + +test: + imports: + - django_breeze + commands: + - pip check + - django-breeze --help + requires: + - pip + +about: + home: https://github.com/Louxsdon/django-breeze + summary: Django Breeze provides a minimal and simple starting point for building a Django application with Inertia and Vite with minimal or no configuration. Styled with Tailwind CSS. + license: MIT + license_file: LICENSE.md + +extra: + recipe-maintainers: + - rxm7706 From 5a5b8be4d23f7092636d34195ce7022607819274 Mon Sep 17 00:00:00 2001 From: rxm7706 <95496360+rxm7706@users.noreply.github.com> Date: Tue, 6 Feb 2024 07:01:54 -0600 Subject: [PATCH 48/75] Add inertia-django --- recipes/inertia-django/meta.yaml | 43 ++++++++++++++++++++++++++++++++ 1 file changed, 43 insertions(+) create mode 100644 recipes/inertia-django/meta.yaml diff --git a/recipes/inertia-django/meta.yaml b/recipes/inertia-django/meta.yaml new file mode 100644 index 0000000000000..ef099307508e5 --- /dev/null +++ b/recipes/inertia-django/meta.yaml @@ -0,0 +1,43 @@ +{% set name = "inertia-django" %} +{% set version = "0.5.3" %} + +package: + name: {{ name|lower }} + version: {{ version }} + +source: + url: https://pypi.io/packages/source/{{ name[0] }}/{{ name }}/inertia_django-{{ version }}.tar.gz + sha256: b31cf7190630a4e75057d8a236309e33f9fa988a0a22f5ea94cd8e53887dda8e + +build: + noarch: python + script: {{ PYTHON }} -m pip install . -vv --no-deps --no-build-isolation + number: 0 + +requirements: + host: + - python >=3.8,<4.0 + - poetry-core >=1.0.0 + - pip + run: + - python >=3.8.0,<4.0.0 + - django >=4.0.0,<5.0.0 + - requests >=2.0.0,<3.0.0 + +test: + imports: + - inertia + commands: + - pip check + requires: + - pip + +about: + home: https://github.com/inertiajs/inertia-django + summary: Django adapter for the InertiaJS framework + license: MIT + license_file: LICENSE + +extra: + recipe-maintainers: + - rxm7706 From 85cd79a7d4e7e89ad8fc98bb1801221654563976 Mon Sep 17 00:00:00 2001 From: rxm7706 <95496360+rxm7706@users.noreply.github.com> Date: Tue, 6 Feb 2024 07:02:38 -0600 Subject: [PATCH 49/75] Add django-vite --- recipes/django-vite/meta.yaml | 41 +++++++++++++++++++++++++++++++++++ 1 file changed, 41 insertions(+) create mode 100644 recipes/django-vite/meta.yaml diff --git a/recipes/django-vite/meta.yaml b/recipes/django-vite/meta.yaml new file mode 100644 index 0000000000000..782f348bbc0d1 --- /dev/null +++ b/recipes/django-vite/meta.yaml @@ -0,0 +1,41 @@ +{% set name = "django-vite" %} +{% set version = "2.1.3" %} + +package: + name: {{ name|lower }} + version: {{ version }} + +source: + url: https://pypi.io/packages/source/{{ name[0] }}/{{ name }}/django-vite-{{ version }}.tar.gz + sha256: c59b3bbd85501bc1faf63c500df66542abed2951cfa10dfbf8be8ecf229f7652 + +build: + noarch: python + script: {{ PYTHON }} -m pip install . -vv --no-deps --no-build-isolation + number: 0 + +requirements: + host: + - python >=3.8 + - pip + run: + - python >=3.8 + - django >=1.11 + +test: + imports: + - django_vite + commands: + - pip check + requires: + - pip + +about: + home: https://github.com/MrBin99/django-vite + summary: Integration of ViteJS in a Django project. + license: Apache-2.0 + license_file: LICENSE + +extra: + recipe-maintainers: + - rxm7706 From 208867c9a412e0211cdf859698f0aa1521aed06e Mon Sep 17 00:00:00 2001 From: rxm7706 <95496360+rxm7706@users.noreply.github.com> Date: Tue, 6 Feb 2024 07:03:24 -0600 Subject: [PATCH 50/75] Add django-vite-plugin --- recipes/django-vite-plugin/meta.yaml | 41 ++++++++++++++++++++++++++++ 1 file changed, 41 insertions(+) create mode 100644 recipes/django-vite-plugin/meta.yaml diff --git a/recipes/django-vite-plugin/meta.yaml b/recipes/django-vite-plugin/meta.yaml new file mode 100644 index 0000000000000..3413aa3e7d086 --- /dev/null +++ b/recipes/django-vite-plugin/meta.yaml @@ -0,0 +1,41 @@ +{% set name = "django-vite-plugin" %} +{% set version = "3.0.0" %} + +package: + name: {{ name|lower }} + version: {{ version }} + +source: + url: https://pypi.io/packages/source/{{ name[0] }}/{{ name }}/django_vite_plugin-{{ version }}.tar.gz + sha256: d160dfa1aae3c19bd23172ce1f428b7b8d8756c6776ac688dc04d106da18df5a + +build: + noarch: python + script: {{ PYTHON }} -m pip install . -vv --no-deps --no-build-isolation + number: 0 + +requirements: + host: + - python >=3.7 + - hatchling + - pip + run: + - python >=3.7 + +test: + imports: + - django_vite_plugin + commands: + - pip check + requires: + - pip + +about: + summary: Vite build tools integration for django + home: https://github.com/protibimbok/django-vite-plugin + license: MIT + license_file: LICENSE + +extra: + recipe-maintainers: + - rxm7706 From accdde71a47f535fecea6f43b357e76099e4972a Mon Sep 17 00:00:00 2001 From: Jan Janssen Date: Tue, 6 Feb 2024 14:06:09 +0100 Subject: [PATCH 51/75] Update build.sh --- recipes/meamfit/build.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/recipes/meamfit/build.sh b/recipes/meamfit/build.sh index 77078a1d65384..04580aa2e3dcd 100644 --- a/recipes/meamfit/build.sh +++ b/recipes/meamfit/build.sh @@ -11,4 +11,7 @@ fflags = ${FFLAGS} fflags = ${FFLAGS} EOF ./tools/mkconfig conda_forge_config +echo "Folder content:" +ls +cp make.inc make.inc.64 make From a1e015710be8347a0183a26cbd7da9355f159cf2 Mon Sep 17 00:00:00 2001 From: Jan Janssen Date: Tue, 6 Feb 2024 14:21:56 +0100 Subject: [PATCH 52/75] Update build.sh --- recipes/meamfit/build.sh | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/recipes/meamfit/build.sh b/recipes/meamfit/build.sh index 04580aa2e3dcd..4698f95d6df56 100644 --- a/recipes/meamfit/build.sh +++ b/recipes/meamfit/build.sh @@ -5,13 +5,12 @@ fc = mpifort ld = mpifort f90_module_flag = -J [opt] -fflags = ${FFLAGS} +fflags = ${FFLAGS} -ffree-line-length-0 [dbg] -fflags = ${FFLAGS} +fflags = ${FFLAGS} -ffree-line-length-0 EOF ./tools/mkconfig conda_forge_config echo "Folder content:" -ls cp make.inc make.inc.64 make From 458e0a5a4f9c3c2d2ab656201907dc4af5442e67 Mon Sep 17 00:00:00 2001 From: Jan Janssen Date: Tue, 6 Feb 2024 14:31:13 +0100 Subject: [PATCH 53/75] Update build.sh --- recipes/meamfit/build.sh | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/recipes/meamfit/build.sh b/recipes/meamfit/build.sh index 4698f95d6df56..4afdf6b04003a 100644 --- a/recipes/meamfit/build.sh +++ b/recipes/meamfit/build.sh @@ -11,6 +11,8 @@ fflags = ${FFLAGS} -ffree-line-length-0 fflags = ${FFLAGS} -ffree-line-length-0 EOF ./tools/mkconfig conda_forge_config -echo "Folder content:" cp make.inc make.inc.64 + make +mkdir -p ${PREFIX}/bin +cp MEAMfit.x ${PREFIX}/bin From 1800a1ea814c7505a9e0b08a948073e73c54bf0b Mon Sep 17 00:00:00 2001 From: Jan Janssen Date: Tue, 6 Feb 2024 14:31:36 +0100 Subject: [PATCH 54/75] Update meta.yaml --- recipes/meamfit/meta.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes/meamfit/meta.yaml b/recipes/meamfit/meta.yaml index 3b0b0a26f502d..31f50dccc4ef8 100644 --- a/recipes/meamfit/meta.yaml +++ b/recipes/meamfit/meta.yaml @@ -27,7 +27,7 @@ requirements: test: commands: - - meamfit --help + - MEAMfit.x --help about: home: https://gitlab.com/AndyDuff123/meamfit From 62d354f1e269466589754fb12d790c6930a56f63 Mon Sep 17 00:00:00 2001 From: Jan Janssen Date: Tue, 6 Feb 2024 14:40:13 +0100 Subject: [PATCH 55/75] Update conda_build_config.yaml --- recipes/meamfit/conda_build_config.yaml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/recipes/meamfit/conda_build_config.yaml b/recipes/meamfit/conda_build_config.yaml index 289631faf39ae..611b34583317f 100644 --- a/recipes/meamfit/conda_build_config.yaml +++ b/recipes/meamfit/conda_build_config.yaml @@ -1,3 +1,2 @@ mpi: - - mpich - - openmpi +- mpich From 016beb78dbc814a475ad9b549454b556b8578889 Mon Sep 17 00:00:00 2001 From: Jan Janssen Date: Tue, 6 Feb 2024 14:47:14 +0100 Subject: [PATCH 56/75] Update build.sh --- recipes/meamfit/build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes/meamfit/build.sh b/recipes/meamfit/build.sh index 4afdf6b04003a..bb2981e00396a 100644 --- a/recipes/meamfit/build.sh +++ b/recipes/meamfit/build.sh @@ -15,4 +15,4 @@ cp make.inc make.inc.64 make mkdir -p ${PREFIX}/bin -cp MEAMfit.x ${PREFIX}/bin +cp bin/MEAMfit.x ${PREFIX}/bin From 8cdd5d46a01a3d8b23f73ec58ed814538a741f5c Mon Sep 17 00:00:00 2001 From: Jan Janssen Date: Tue, 6 Feb 2024 14:47:27 +0100 Subject: [PATCH 57/75] Update meta.yaml --- recipes/meamfit/meta.yaml | 2 -- 1 file changed, 2 deletions(-) diff --git a/recipes/meamfit/meta.yaml b/recipes/meamfit/meta.yaml index 31f50dccc4ef8..d952ad1e0bc74 100644 --- a/recipes/meamfit/meta.yaml +++ b/recipes/meamfit/meta.yaml @@ -17,8 +17,6 @@ requirements: build: - {{ compiler('fortran') }} - make - - llvm-openmp # [osx] - - libgomp # [linux] host: - {{ mpi }} - libblas From 371bd7b923f2ccc844474a77a037b01a3cf10d5e Mon Sep 17 00:00:00 2001 From: Jack Eakle Date: Tue, 6 Feb 2024 09:30:39 -0500 Subject: [PATCH 58/75] Add Passhash to test --- recipes/passhash/meta.yaml | 48 ++++++++++++++++++++++++++++++++++++++ 1 file changed, 48 insertions(+) create mode 100644 recipes/passhash/meta.yaml diff --git a/recipes/passhash/meta.yaml b/recipes/passhash/meta.yaml new file mode 100644 index 0000000000000..c172c58ae0a94 --- /dev/null +++ b/recipes/passhash/meta.yaml @@ -0,0 +1,48 @@ +{% set name = "passhash" %} +{% set version = "1.0.1" %} + +package: + name: {{ name|lower }} + version: {{ version }} + +source: + url: https://pypi.io/packages/source/{{ name[0] }}/{{ name }}/passhash-{{ version }}.tar.gz + sha256: 915d0aad0f0512db92a2fefe7151831fc6e0ecec27b593481a4a5b5f5e283ecb + +build: + entry_points: + - passhash = passhash:main + noarch: python + script: {{ PYTHON }} -m pip install . -vv --no-deps --no-build-isolation + number: 0 + +requirements: + host: + - python >=3.10 + - setuptools + - setuptools-scm + - pip + run: + - python >=3.10 + - pyyaml ==6.0.1 + - rich ==13.5.2 + - passlib ==1.7.4 + - bcrypt ==4.0.1 + +test: + imports: + - passhash + commands: + - pip check + - passhash --help + requires: + - pip + +about: + summary: Generate password hashes based on various standards. + license: GPL-3.0 + license_file: LICENSE + +extra: + recipe-maintainers: + - jaeakle From 171117b702a74b5243c97003a2ff9a6778f1d615 Mon Sep 17 00:00:00 2001 From: Jack Eakle <41701236+jaeakle@users.noreply.github.com> Date: Tue, 6 Feb 2024 09:50:04 -0500 Subject: [PATCH 59/75] Update meta.yaml license SPDX --- recipes/passhash/meta.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes/passhash/meta.yaml b/recipes/passhash/meta.yaml index c172c58ae0a94..93a7e0958cbdb 100644 --- a/recipes/passhash/meta.yaml +++ b/recipes/passhash/meta.yaml @@ -40,7 +40,7 @@ test: about: summary: Generate password hashes based on various standards. - license: GPL-3.0 + license: GPL-3.0-or-later license_file: LICENSE extra: From 5f9226d13ab60e6821407e61e107842d2d09ef6d Mon Sep 17 00:00:00 2001 From: Jack Eakle <41701236+jaeakle@users.noreply.github.com> Date: Tue, 6 Feb 2024 09:58:11 -0500 Subject: [PATCH 60/75] Update meta.yaml with home in about section --- recipes/passhash/meta.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/recipes/passhash/meta.yaml b/recipes/passhash/meta.yaml index 93a7e0958cbdb..9e3d18296d1ef 100644 --- a/recipes/passhash/meta.yaml +++ b/recipes/passhash/meta.yaml @@ -39,9 +39,10 @@ test: - pip about: + home: https://github.com/ReK42/passhash summary: Generate password hashes based on various standards. license: GPL-3.0-or-later - license_file: LICENSE + license_file: LICENSE.txt extra: recipe-maintainers: From 06dcdccf487f76cd58a195da2afce2bc1c305fd6 Mon Sep 17 00:00:00 2001 From: Jack Eakle <41701236+jaeakle@users.noreply.github.com> Date: Tue, 6 Feb 2024 10:09:33 -0500 Subject: [PATCH 61/75] Update meta.yaml Fixed LICENSE name I altered in a previous commit --- recipes/passhash/meta.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes/passhash/meta.yaml b/recipes/passhash/meta.yaml index 9e3d18296d1ef..cdd3bd9f350b7 100644 --- a/recipes/passhash/meta.yaml +++ b/recipes/passhash/meta.yaml @@ -42,7 +42,7 @@ about: home: https://github.com/ReK42/passhash summary: Generate password hashes based on various standards. license: GPL-3.0-or-later - license_file: LICENSE.txt + license_file: LICENSE extra: recipe-maintainers: From beae748f87d15ac19399a72805ae619af5e34939 Mon Sep 17 00:00:00 2001 From: conda-forge-admin Date: Tue, 6 Feb 2024 15:27:04 +0000 Subject: [PATCH 62/75] Removed recipe (x-wr-timezone) after converting into feedstock. [ci skip] --- recipes/x-wr-timezone/meta.yaml | 45 --------------------------------- 1 file changed, 45 deletions(-) delete mode 100644 recipes/x-wr-timezone/meta.yaml diff --git a/recipes/x-wr-timezone/meta.yaml b/recipes/x-wr-timezone/meta.yaml deleted file mode 100644 index 7242a00f4d27a..0000000000000 --- a/recipes/x-wr-timezone/meta.yaml +++ /dev/null @@ -1,45 +0,0 @@ -{% set name = "x-wr-timezone" %} -{% set version = "0.0.6" %} - -package: - name: {{ name|lower }} - version: {{ version }} - -source: - url: https://pypi.io/packages/source/{{ name[0] }}/{{ name }}/x_wr_timezone-{{ version }}.tar.gz - sha256: 0a5e20c603c0876b03b6ce3b8682c69c18da8ca107aec70caefa58a8f396bf48 - -build: - entry_points: - - x-wr-timezone = x_wr_timezone:main - noarch: python - script: {{ PYTHON }} -m pip install . -vv --no-deps --no-build-isolation - number: 0 - -requirements: - host: - - python >=3.7 - - pip - run: - - python >=3.7 - - icalendar - - pytz - -test: - imports: - - x_wr_timezone - commands: - - pip check - - x-wr-timezone --help - requires: - - pip - -about: - home: https://github.com/niccokunzmann/x-wr-timezone - summary: A Python module and program to convert calendars using X-WR-TIMEZONE to standard ones. - license: LGPL-3.0-only - license_file: LICENSE - -extra: - recipe-maintainers: - - tdido From c1b2657b2090e33e11036122f476f8fe4d570ad0 Mon Sep 17 00:00:00 2001 From: conda-forge-admin Date: Tue, 6 Feb 2024 16:08:02 +0000 Subject: [PATCH 63/75] Removed recipes (django-breeze, django-vite, django-vite-plugin, inertia-django, pyjuliacall, pyjuliapkg) after converting into feedstocks. [ci skip] --- recipes/django-breeze/meta.yaml | 46 ---------------------------- recipes/django-vite-plugin/meta.yaml | 41 ------------------------- recipes/django-vite/meta.yaml | 41 ------------------------- recipes/inertia-django/meta.yaml | 43 -------------------------- recipes/pyjuliacall/meta.yaml | 44 -------------------------- recipes/pyjuliapkg/meta.yaml | 42 ------------------------- 6 files changed, 257 deletions(-) delete mode 100644 recipes/django-breeze/meta.yaml delete mode 100644 recipes/django-vite-plugin/meta.yaml delete mode 100644 recipes/django-vite/meta.yaml delete mode 100644 recipes/inertia-django/meta.yaml delete mode 100644 recipes/pyjuliacall/meta.yaml delete mode 100644 recipes/pyjuliapkg/meta.yaml diff --git a/recipes/django-breeze/meta.yaml b/recipes/django-breeze/meta.yaml deleted file mode 100644 index f5584c325670b..0000000000000 --- a/recipes/django-breeze/meta.yaml +++ /dev/null @@ -1,46 +0,0 @@ -{% set name = "django-breeze" %} -{% set version = "1.0.0" %} - -package: - name: {{ name|lower }} - version: {{ version }} - -source: - url: https://pypi.io/packages/source/{{ name[0] }}/{{ name }}/django_breeze-{{ version }}.tar.gz - sha256: 4bfadc5d5b9a85d9fa8669066ad2da89414055a9ff1866d5d1ac652467adb38d - -build: - entry_points: - - django-breeze = django_breeze.scripts.django_breeze:run - noarch: python - script: {{ PYTHON }} -m pip install . -vv --no-deps --no-build-isolation - number: 0 - -requirements: - host: - - python >=3.10,<4.0 - - poetry-core - - pip - run: - - python >=3.10.0,<4.0.0 - - django-vite >=2.0.2,<3.0.0 - - inertia-django >=0.5.2,<0.6.0 - -test: - imports: - - django_breeze - commands: - - pip check - - django-breeze --help - requires: - - pip - -about: - home: https://github.com/Louxsdon/django-breeze - summary: Django Breeze provides a minimal and simple starting point for building a Django application with Inertia and Vite with minimal or no configuration. Styled with Tailwind CSS. - license: MIT - license_file: LICENSE.md - -extra: - recipe-maintainers: - - rxm7706 diff --git a/recipes/django-vite-plugin/meta.yaml b/recipes/django-vite-plugin/meta.yaml deleted file mode 100644 index 3413aa3e7d086..0000000000000 --- a/recipes/django-vite-plugin/meta.yaml +++ /dev/null @@ -1,41 +0,0 @@ -{% set name = "django-vite-plugin" %} -{% set version = "3.0.0" %} - -package: - name: {{ name|lower }} - version: {{ version }} - -source: - url: https://pypi.io/packages/source/{{ name[0] }}/{{ name }}/django_vite_plugin-{{ version }}.tar.gz - sha256: d160dfa1aae3c19bd23172ce1f428b7b8d8756c6776ac688dc04d106da18df5a - -build: - noarch: python - script: {{ PYTHON }} -m pip install . -vv --no-deps --no-build-isolation - number: 0 - -requirements: - host: - - python >=3.7 - - hatchling - - pip - run: - - python >=3.7 - -test: - imports: - - django_vite_plugin - commands: - - pip check - requires: - - pip - -about: - summary: Vite build tools integration for django - home: https://github.com/protibimbok/django-vite-plugin - license: MIT - license_file: LICENSE - -extra: - recipe-maintainers: - - rxm7706 diff --git a/recipes/django-vite/meta.yaml b/recipes/django-vite/meta.yaml deleted file mode 100644 index 782f348bbc0d1..0000000000000 --- a/recipes/django-vite/meta.yaml +++ /dev/null @@ -1,41 +0,0 @@ -{% set name = "django-vite" %} -{% set version = "2.1.3" %} - -package: - name: {{ name|lower }} - version: {{ version }} - -source: - url: https://pypi.io/packages/source/{{ name[0] }}/{{ name }}/django-vite-{{ version }}.tar.gz - sha256: c59b3bbd85501bc1faf63c500df66542abed2951cfa10dfbf8be8ecf229f7652 - -build: - noarch: python - script: {{ PYTHON }} -m pip install . -vv --no-deps --no-build-isolation - number: 0 - -requirements: - host: - - python >=3.8 - - pip - run: - - python >=3.8 - - django >=1.11 - -test: - imports: - - django_vite - commands: - - pip check - requires: - - pip - -about: - home: https://github.com/MrBin99/django-vite - summary: Integration of ViteJS in a Django project. - license: Apache-2.0 - license_file: LICENSE - -extra: - recipe-maintainers: - - rxm7706 diff --git a/recipes/inertia-django/meta.yaml b/recipes/inertia-django/meta.yaml deleted file mode 100644 index ef099307508e5..0000000000000 --- a/recipes/inertia-django/meta.yaml +++ /dev/null @@ -1,43 +0,0 @@ -{% set name = "inertia-django" %} -{% set version = "0.5.3" %} - -package: - name: {{ name|lower }} - version: {{ version }} - -source: - url: https://pypi.io/packages/source/{{ name[0] }}/{{ name }}/inertia_django-{{ version }}.tar.gz - sha256: b31cf7190630a4e75057d8a236309e33f9fa988a0a22f5ea94cd8e53887dda8e - -build: - noarch: python - script: {{ PYTHON }} -m pip install . -vv --no-deps --no-build-isolation - number: 0 - -requirements: - host: - - python >=3.8,<4.0 - - poetry-core >=1.0.0 - - pip - run: - - python >=3.8.0,<4.0.0 - - django >=4.0.0,<5.0.0 - - requests >=2.0.0,<3.0.0 - -test: - imports: - - inertia - commands: - - pip check - requires: - - pip - -about: - home: https://github.com/inertiajs/inertia-django - summary: Django adapter for the InertiaJS framework - license: MIT - license_file: LICENSE - -extra: - recipe-maintainers: - - rxm7706 diff --git a/recipes/pyjuliacall/meta.yaml b/recipes/pyjuliacall/meta.yaml deleted file mode 100644 index 59e06d9e163a2..0000000000000 --- a/recipes/pyjuliacall/meta.yaml +++ /dev/null @@ -1,44 +0,0 @@ -{% set name = "pyjuliacall" %} -{% set pypi_name = "juliacall" %} -{% set version = "0.9.15" %} - -package: - name: {{ name|lower }} - version: {{ version }} - -source: - url: https://pypi.io/packages/source/{{ pypi_name[0] }}/{{ pypi_name }}/juliacall-{{ version }}.tar.gz - sha256: 08163ae1290dda155cdabdccc4035a4cf0c8e361522a5b3f8e6532401b4f29cc - -build: - noarch: python - script: {{ PYTHON }} -m pip install . -vv --no-deps --no-build-isolation - number: 0 - -requirements: - host: - - python >=3.7 - - setuptools >=42 - - wheel - - pip - run: - - python >=3.7 - - pyjuliapkg >=0.1.8,<0.2.dev0 - -test: - imports: - - juliacall - commands: - - pip check - requires: - - pip - -about: - home: http://github.com/JuliaPy/PythonCall.jl - summary: Julia and Python in seamless harmony - license: MIT - license_file: LICENSE - -extra: - recipe-maintainers: - - mkitti diff --git a/recipes/pyjuliapkg/meta.yaml b/recipes/pyjuliapkg/meta.yaml deleted file mode 100644 index 9f34e1a1e650e..0000000000000 --- a/recipes/pyjuliapkg/meta.yaml +++ /dev/null @@ -1,42 +0,0 @@ -{% set name = "pyjuliapkg" %} -{% set pypi_name = "juliapkg" %} -{% set version = "0.1.10" %} - -package: - name: {{ name|lower }} - version: {{ version }} - -source: - url: https://pypi.io/packages/source/{{ pypi_name[0] }}/{{ pypi_name }}/juliapkg-{{ version }}.tar.gz - sha256: 70507318d51ac8663e856f56048764e49f5a0c4c90d81a3712d039a316369505 - -build: - noarch: python - script: {{ PYTHON }} -m pip install . -vv --no-deps --no-build-isolation - number: 0 - -requirements: - host: - - python >=3.7 - - pip - run: - - python >=3.7 - - semantic_version >=2.9,<3.dev0 - -test: - imports: - - juliapkg - commands: - - pip check - requires: - - pip - -about: - home: https://github.com/JuliaPy/pyjuliapkg - summary: Julia version manager and package manager - license: MIT - license_file: LICENSE - -extra: - recipe-maintainers: - - mkitti From 326547818ef37c5e6ab3688b24275fd49c6dc674 Mon Sep 17 00:00:00 2001 From: Jan Janssen Date: Tue, 6 Feb 2024 17:20:46 +0100 Subject: [PATCH 64/75] Use the hash of the manual --- recipes/meamfit/meta.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes/meamfit/meta.yaml b/recipes/meamfit/meta.yaml index d952ad1e0bc74..9fafae53a2eaa 100644 --- a/recipes/meamfit/meta.yaml +++ b/recipes/meamfit/meta.yaml @@ -6,7 +6,7 @@ package: version: {{ version }} source: - url: https://gitlab.com/AndyDuff123/meamfit/-/archive/9b1b22823bd5810460891808aafca56b9c91d86d/meamfit-9b1b22823bd5810460891808aafca56b9c91d86d.tar.gz + url: https://gitlab.com/AndyDuff123/meamfit/-/archive/4f66fd6bd6dea1066336e7e10ad7c1db132511b9/meamfit-4f66fd6bd6dea1066336e7e10ad7c1db132511b9.tar.gz sha256: fcb43dae83db94dc685914eb980f33471defdcee35905156288fb7429cf72adf build: From 720a96b940f0efacf39dae1d5da6498231c8ba15 Mon Sep 17 00:00:00 2001 From: Jan Janssen Date: Tue, 6 Feb 2024 17:26:03 +0100 Subject: [PATCH 65/75] Update meta.yaml --- recipes/meamfit/meta.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes/meamfit/meta.yaml b/recipes/meamfit/meta.yaml index 9fafae53a2eaa..588d134f4445e 100644 --- a/recipes/meamfit/meta.yaml +++ b/recipes/meamfit/meta.yaml @@ -7,7 +7,7 @@ package: source: url: https://gitlab.com/AndyDuff123/meamfit/-/archive/4f66fd6bd6dea1066336e7e10ad7c1db132511b9/meamfit-4f66fd6bd6dea1066336e7e10ad7c1db132511b9.tar.gz - sha256: fcb43dae83db94dc685914eb980f33471defdcee35905156288fb7429cf72adf + sha256: 7362bf145fd9de0f7842c80887e7630cbe6928c8bf3e45fe5ff6f18e0d8e507f build: number: 0 From e47dee91f27dd39def7c7be8f10773710874c892 Mon Sep 17 00:00:00 2001 From: conda-forge-admin Date: Tue, 6 Feb 2024 16:29:33 +0000 Subject: [PATCH 66/75] Removed recipe (passhash) after converting into feedstock. [ci skip] --- recipes/passhash/meta.yaml | 49 -------------------------------------- 1 file changed, 49 deletions(-) delete mode 100644 recipes/passhash/meta.yaml diff --git a/recipes/passhash/meta.yaml b/recipes/passhash/meta.yaml deleted file mode 100644 index cdd3bd9f350b7..0000000000000 --- a/recipes/passhash/meta.yaml +++ /dev/null @@ -1,49 +0,0 @@ -{% set name = "passhash" %} -{% set version = "1.0.1" %} - -package: - name: {{ name|lower }} - version: {{ version }} - -source: - url: https://pypi.io/packages/source/{{ name[0] }}/{{ name }}/passhash-{{ version }}.tar.gz - sha256: 915d0aad0f0512db92a2fefe7151831fc6e0ecec27b593481a4a5b5f5e283ecb - -build: - entry_points: - - passhash = passhash:main - noarch: python - script: {{ PYTHON }} -m pip install . -vv --no-deps --no-build-isolation - number: 0 - -requirements: - host: - - python >=3.10 - - setuptools - - setuptools-scm - - pip - run: - - python >=3.10 - - pyyaml ==6.0.1 - - rich ==13.5.2 - - passlib ==1.7.4 - - bcrypt ==4.0.1 - -test: - imports: - - passhash - commands: - - pip check - - passhash --help - requires: - - pip - -about: - home: https://github.com/ReK42/passhash - summary: Generate password hashes based on various standards. - license: GPL-3.0-or-later - license_file: LICENSE - -extra: - recipe-maintainers: - - jaeakle From 52d6307e3bbccc522bdad636a97dd9c0b3be40cf Mon Sep 17 00:00:00 2001 From: conda-forge-admin Date: Tue, 6 Feb 2024 17:27:38 +0000 Subject: [PATCH 67/75] Removed recipe (meamfit) after converting into feedstock. [ci skip] --- recipes/meamfit/build.sh | 18 ---------- recipes/meamfit/conda_build_config.yaml | 2 -- recipes/meamfit/meta.yaml | 44 ------------------------- 3 files changed, 64 deletions(-) delete mode 100644 recipes/meamfit/build.sh delete mode 100644 recipes/meamfit/conda_build_config.yaml delete mode 100644 recipes/meamfit/meta.yaml diff --git a/recipes/meamfit/build.sh b/recipes/meamfit/build.sh deleted file mode 100644 index bb2981e00396a..0000000000000 --- a/recipes/meamfit/build.sh +++ /dev/null @@ -1,18 +0,0 @@ -#!/bin/bash -cat << EOF > conda_forge_config -[main] -fc = mpifort -ld = mpifort -f90_module_flag = -J -[opt] -fflags = ${FFLAGS} -ffree-line-length-0 - -[dbg] -fflags = ${FFLAGS} -ffree-line-length-0 -EOF -./tools/mkconfig conda_forge_config -cp make.inc make.inc.64 - -make -mkdir -p ${PREFIX}/bin -cp bin/MEAMfit.x ${PREFIX}/bin diff --git a/recipes/meamfit/conda_build_config.yaml b/recipes/meamfit/conda_build_config.yaml deleted file mode 100644 index 611b34583317f..0000000000000 --- a/recipes/meamfit/conda_build_config.yaml +++ /dev/null @@ -1,2 +0,0 @@ -mpi: -- mpich diff --git a/recipes/meamfit/meta.yaml b/recipes/meamfit/meta.yaml deleted file mode 100644 index 588d134f4445e..0000000000000 --- a/recipes/meamfit/meta.yaml +++ /dev/null @@ -1,44 +0,0 @@ -{% set name = "meamfit" %} -{% set version = "2.0.0" %} - -package: - name: {{ name|lower }} - version: {{ version }} - -source: - url: https://gitlab.com/AndyDuff123/meamfit/-/archive/4f66fd6bd6dea1066336e7e10ad7c1db132511b9/meamfit-4f66fd6bd6dea1066336e7e10ad7c1db132511b9.tar.gz - sha256: 7362bf145fd9de0f7842c80887e7630cbe6928c8bf3e45fe5ff6f18e0d8e507f - -build: - number: 0 - skip: true # [win] - -requirements: - build: - - {{ compiler('fortran') }} - - make - host: - - {{ mpi }} - - libblas - - liblapack - run: - -test: - commands: - - MEAMfit.x --help - -about: - home: https://gitlab.com/AndyDuff123/meamfit - summary: 'A Fortran code to fit reference-free modified embedded atom method (RF-MEAM) interatomic potentials to density functional theory (DFT) data (VASP or CASTEP).' - description: | - Open-source MEAMfit2 code for fitting RF-MEAM (or EAM) potentials to VASP - or CASTEP output data, to generate potentials that can be run using LAMMPS. - license: BSD-3-Clause - license_family: BSD - license_file: LICENSE - doc_url: https://gitlab.com/AndyDuff123/meamfit - dev_url: https://gitlab.com/AndyDuff123/meamfit - -extra: - recipe-maintainers: - - jan-janssen From eee5a6dda11137f549a83c36b07d661bee801860 Mon Sep 17 00:00:00 2001 From: rxm7706 <95496360+rxm7706@users.noreply.github.com> Date: Tue, 6 Feb 2024 11:46:21 -0600 Subject: [PATCH 68/75] Add coderedcms --- recipes/coderedcms/meta.yaml | 55 ++++++++++++++++++++++++++++++++++++ 1 file changed, 55 insertions(+) create mode 100644 recipes/coderedcms/meta.yaml diff --git a/recipes/coderedcms/meta.yaml b/recipes/coderedcms/meta.yaml new file mode 100644 index 0000000000000..f132ebcf181be --- /dev/null +++ b/recipes/coderedcms/meta.yaml @@ -0,0 +1,55 @@ +{% set name = "coderedcms" %} +{% set version = "3.0.3" %} + +package: + name: {{ name|lower }} + version: {{ version }} + +source: + url: https://pypi.io/packages/source/{{ name[0] }}/{{ name }}/coderedcms-{{ version }}.tar.gz + sha256: 99ac48c93336c7d5da506361756b75c1dbcc0e6deec732b661609890b67015cd + +build: + entry_points: + - coderedcms=coderedcms.bin.coderedcms:main + noarch: python + script: {{ PYTHON }} -m pip install . -vv --no-deps --no-build-isolation + number: 0 + +requirements: + host: + - python >=3.8 + - pip + run: + - python >=3.8 + - beautifulsoup4 >=4.8,<4.12 + - django-eventtools ==1.0.* + - django-bootstrap5 ==23.3 + - django >=4.1,<5.1 + - geocoder ==1.38.* + - icalendar ==5.0.* + - wagtail >=5.0,<6.0 + - wagtail-cache >=2.3,<3 + - wagtail-seo >=2.4,<3 + +test: + imports: + - coderedcms + commands: + - pip check + - coderedcms help + requires: + - pip + +about: + home: https://github.com/coderedcorp/coderedcms + summary: Wagtail-based CMS by CodeRed for building marketing websites. + license: MIT AND BSD-3-Clause + license_file: + - LICENSE + - coderedcms/wagtail_flexible_forms/LICENSE + - coderedcms/static/coderedcms/vendor/bootstrap/LICENSE + +extra: + recipe-maintainers: + - rxm7706 From abf1aac415fb271d51b721dbcaf48ca07033c468 Mon Sep 17 00:00:00 2001 From: rxm7706 <95496360+rxm7706@users.noreply.github.com> Date: Tue, 6 Feb 2024 12:01:20 -0600 Subject: [PATCH 69/75] Add wagtail-cache --- recipes/wagtail-cache/meta.yaml | 41 +++++++++++++++++++++++++++++++++ 1 file changed, 41 insertions(+) create mode 100644 recipes/wagtail-cache/meta.yaml diff --git a/recipes/wagtail-cache/meta.yaml b/recipes/wagtail-cache/meta.yaml new file mode 100644 index 0000000000000..4e059f90e0e3a --- /dev/null +++ b/recipes/wagtail-cache/meta.yaml @@ -0,0 +1,41 @@ +{% set name = "wagtail-cache" %} +{% set version = "2.3.0" %} + +package: + name: {{ name|lower }} + version: {{ version }} + +source: + url: https://pypi.io/packages/source/{{ name[0] }}/{{ name }}/wagtail-cache-{{ version }}.tar.gz + sha256: fbb0c04f8238ed688b5f58ad8644366d017d0ebdcaf84d12be33ad85624f0a25 + +build: + noarch: python + script: {{ PYTHON }} -m pip install . -vv --no-deps --no-build-isolation + number: 0 + +requirements: + host: + - python >=3.8 + - pip + run: + - python >=3.8 + - wagtail >=3.0,<6 + +test: + imports: + - wagtailcache + commands: + - pip check + requires: + - pip + +about: + home: https://github.com/coderedcorp/wagtail-cache + summary: A simple page cache for Wagtail based on the Django cache middleware. + license: BSD-3-Clause + license_file: LICENSE + +extra: + recipe-maintainers: + - rxm7706 From cbe8c81b8244213387b5b3723169e0d385096176 Mon Sep 17 00:00:00 2001 From: rxm7706 <95496360+rxm7706@users.noreply.github.com> Date: Tue, 6 Feb 2024 12:02:31 -0600 Subject: [PATCH 70/75] Add wagtail-seo --- recipes/wagtail-seo/meta.yaml | 37 +++++++++++++++++++++++++++++++++++ 1 file changed, 37 insertions(+) create mode 100644 recipes/wagtail-seo/meta.yaml diff --git a/recipes/wagtail-seo/meta.yaml b/recipes/wagtail-seo/meta.yaml new file mode 100644 index 0000000000000..90795945855da --- /dev/null +++ b/recipes/wagtail-seo/meta.yaml @@ -0,0 +1,37 @@ +{% set name = "wagtail-seo" %} +{% set version = "2.4.1" %} + +package: + name: {{ name|lower }} + version: {{ version }} + +source: + url: https://pypi.io/packages/source/{{ name[0] }}/{{ name }}/wagtail-seo-{{ version }}.tar.gz + sha256: fd9ff0f840a2800f30421182bd101615da236bc8431227f9aeb19bcc7adb87ac + +build: + noarch: python + script: {{ PYTHON }} -m pip install . -vv --no-deps --no-build-isolation + number: 0 + +requirements: + host: + - python >=3.8 + - pip + run: + - python >=3.8 + - wagtail >=3.0,<6.0 + +test: + imports: + - wagtailseo + +about: + home: https://github.com/coderedcorp/wagtail-seo + summary: Search engine and social media optimization for Wagtail. + license: BSD-3-Clause + license_file: LICENSE + +extra: + recipe-maintainers: + - rxm7706 From d6344fd8a31230adce173daa488c16ea57fc5f95 Mon Sep 17 00:00:00 2001 From: rxm7706 <95496360+rxm7706@users.noreply.github.com> Date: Tue, 6 Feb 2024 12:09:26 -0600 Subject: [PATCH 71/75] Add django-eventtools --- recipes/django-eventtools/meta.yaml | 43 +++++++++++++++++++++++++++++ 1 file changed, 43 insertions(+) create mode 100644 recipes/django-eventtools/meta.yaml diff --git a/recipes/django-eventtools/meta.yaml b/recipes/django-eventtools/meta.yaml new file mode 100644 index 0000000000000..816cf2fac648f --- /dev/null +++ b/recipes/django-eventtools/meta.yaml @@ -0,0 +1,43 @@ +{% set name = "django-eventtools" %} +{% set version = "1.0.3" %} + +package: + name: {{ name|lower }} + version: {{ version }} + +source: + url: https://pypi.io/packages/source/{{ name[0] }}/{{ name }}/django-eventtools-{{ version }}.tar.gz + sha256: f2b8d5278d2871e1c4e8ed77a91fee136c33dc2c4f7cff88b1a05e133415cbf4 + +build: + noarch: python + script: {{ PYTHON }} -m pip install . -vv --no-deps --no-build-isolation + number: 0 + +requirements: + host: + - python >=3.8 + - pip + run: + - python >=3.8 + - django >=1.8 + - python-dateutil >=2.1 + - six >=1.14.0 + +test: + imports: + - eventtools + commands: + - pip check + requires: + - pip + +about: + home: https://github.com/gregplaysguitar/django-eventtools + summary: Recurring event tools for django + license: BSD-3-Clause + license_file: LICENSE.txt + +extra: + recipe-maintainers: + - rxm7706 From 2de4ecbb09c33a0c2ec2b7efadeb40ea9a0baf43 Mon Sep 17 00:00:00 2001 From: conda-forge-admin Date: Tue, 6 Feb 2024 19:13:23 +0000 Subject: [PATCH 72/75] Removed recipes (coderedcms, django-eventtools, wagtail-cache, wagtail-seo) after converting into feedstocks. [ci skip] --- recipes/coderedcms/meta.yaml | 55 ----------------------------- recipes/django-eventtools/meta.yaml | 43 ---------------------- recipes/wagtail-cache/meta.yaml | 41 --------------------- recipes/wagtail-seo/meta.yaml | 37 ------------------- 4 files changed, 176 deletions(-) delete mode 100644 recipes/coderedcms/meta.yaml delete mode 100644 recipes/django-eventtools/meta.yaml delete mode 100644 recipes/wagtail-cache/meta.yaml delete mode 100644 recipes/wagtail-seo/meta.yaml diff --git a/recipes/coderedcms/meta.yaml b/recipes/coderedcms/meta.yaml deleted file mode 100644 index f132ebcf181be..0000000000000 --- a/recipes/coderedcms/meta.yaml +++ /dev/null @@ -1,55 +0,0 @@ -{% set name = "coderedcms" %} -{% set version = "3.0.3" %} - -package: - name: {{ name|lower }} - version: {{ version }} - -source: - url: https://pypi.io/packages/source/{{ name[0] }}/{{ name }}/coderedcms-{{ version }}.tar.gz - sha256: 99ac48c93336c7d5da506361756b75c1dbcc0e6deec732b661609890b67015cd - -build: - entry_points: - - coderedcms=coderedcms.bin.coderedcms:main - noarch: python - script: {{ PYTHON }} -m pip install . -vv --no-deps --no-build-isolation - number: 0 - -requirements: - host: - - python >=3.8 - - pip - run: - - python >=3.8 - - beautifulsoup4 >=4.8,<4.12 - - django-eventtools ==1.0.* - - django-bootstrap5 ==23.3 - - django >=4.1,<5.1 - - geocoder ==1.38.* - - icalendar ==5.0.* - - wagtail >=5.0,<6.0 - - wagtail-cache >=2.3,<3 - - wagtail-seo >=2.4,<3 - -test: - imports: - - coderedcms - commands: - - pip check - - coderedcms help - requires: - - pip - -about: - home: https://github.com/coderedcorp/coderedcms - summary: Wagtail-based CMS by CodeRed for building marketing websites. - license: MIT AND BSD-3-Clause - license_file: - - LICENSE - - coderedcms/wagtail_flexible_forms/LICENSE - - coderedcms/static/coderedcms/vendor/bootstrap/LICENSE - -extra: - recipe-maintainers: - - rxm7706 diff --git a/recipes/django-eventtools/meta.yaml b/recipes/django-eventtools/meta.yaml deleted file mode 100644 index 816cf2fac648f..0000000000000 --- a/recipes/django-eventtools/meta.yaml +++ /dev/null @@ -1,43 +0,0 @@ -{% set name = "django-eventtools" %} -{% set version = "1.0.3" %} - -package: - name: {{ name|lower }} - version: {{ version }} - -source: - url: https://pypi.io/packages/source/{{ name[0] }}/{{ name }}/django-eventtools-{{ version }}.tar.gz - sha256: f2b8d5278d2871e1c4e8ed77a91fee136c33dc2c4f7cff88b1a05e133415cbf4 - -build: - noarch: python - script: {{ PYTHON }} -m pip install . -vv --no-deps --no-build-isolation - number: 0 - -requirements: - host: - - python >=3.8 - - pip - run: - - python >=3.8 - - django >=1.8 - - python-dateutil >=2.1 - - six >=1.14.0 - -test: - imports: - - eventtools - commands: - - pip check - requires: - - pip - -about: - home: https://github.com/gregplaysguitar/django-eventtools - summary: Recurring event tools for django - license: BSD-3-Clause - license_file: LICENSE.txt - -extra: - recipe-maintainers: - - rxm7706 diff --git a/recipes/wagtail-cache/meta.yaml b/recipes/wagtail-cache/meta.yaml deleted file mode 100644 index 4e059f90e0e3a..0000000000000 --- a/recipes/wagtail-cache/meta.yaml +++ /dev/null @@ -1,41 +0,0 @@ -{% set name = "wagtail-cache" %} -{% set version = "2.3.0" %} - -package: - name: {{ name|lower }} - version: {{ version }} - -source: - url: https://pypi.io/packages/source/{{ name[0] }}/{{ name }}/wagtail-cache-{{ version }}.tar.gz - sha256: fbb0c04f8238ed688b5f58ad8644366d017d0ebdcaf84d12be33ad85624f0a25 - -build: - noarch: python - script: {{ PYTHON }} -m pip install . -vv --no-deps --no-build-isolation - number: 0 - -requirements: - host: - - python >=3.8 - - pip - run: - - python >=3.8 - - wagtail >=3.0,<6 - -test: - imports: - - wagtailcache - commands: - - pip check - requires: - - pip - -about: - home: https://github.com/coderedcorp/wagtail-cache - summary: A simple page cache for Wagtail based on the Django cache middleware. - license: BSD-3-Clause - license_file: LICENSE - -extra: - recipe-maintainers: - - rxm7706 diff --git a/recipes/wagtail-seo/meta.yaml b/recipes/wagtail-seo/meta.yaml deleted file mode 100644 index 90795945855da..0000000000000 --- a/recipes/wagtail-seo/meta.yaml +++ /dev/null @@ -1,37 +0,0 @@ -{% set name = "wagtail-seo" %} -{% set version = "2.4.1" %} - -package: - name: {{ name|lower }} - version: {{ version }} - -source: - url: https://pypi.io/packages/source/{{ name[0] }}/{{ name }}/wagtail-seo-{{ version }}.tar.gz - sha256: fd9ff0f840a2800f30421182bd101615da236bc8431227f9aeb19bcc7adb87ac - -build: - noarch: python - script: {{ PYTHON }} -m pip install . -vv --no-deps --no-build-isolation - number: 0 - -requirements: - host: - - python >=3.8 - - pip - run: - - python >=3.8 - - wagtail >=3.0,<6.0 - -test: - imports: - - wagtailseo - -about: - home: https://github.com/coderedcorp/wagtail-seo - summary: Search engine and social media optimization for Wagtail. - license: BSD-3-Clause - license_file: LICENSE - -extra: - recipe-maintainers: - - rxm7706 From 159a99abd8853656c7ab5aed30dc5e9fd52aaeb8 Mon Sep 17 00:00:00 2001 From: jvolkening Date: Tue, 6 Feb 2024 20:53:02 -0600 Subject: [PATCH 73/75] skip Windows build (for now) --- recipes/perl-number-format/meta.yaml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/recipes/perl-number-format/meta.yaml b/recipes/perl-number-format/meta.yaml index 1aa6f28b5e7ce..ed1f5fd6d27a3 100644 --- a/recipes/perl-number-format/meta.yaml +++ b/recipes/perl-number-format/meta.yaml @@ -13,16 +13,16 @@ source: build: number: 0 noarch: generic + skip: true # [win] script: - - perl Makefile.PL INSTALLDIRS=vendor NO_PERLLOCAL=1 NO_PACKLIST=1 # [not win] - - perl Makefile.PL INSTALLDIRS=vendor NO_PERLLOCAL=1 NO_PACKLIST=1 MAKE=nmake # [win] - - make && make test && make install VERBINST=1 # [not win] - - jom && jom test && jom install VERBINST=1 # [win] + - perl Makefile.PL INSTALLDIRS=vendor NO_PERLLOCAL=1 NO_PACKLIST=1 + - make + - make test + - make install VERBINST=1 requirements: build: - - make # [not win] - - jom # [win] + - make host: - perl run: From 832f2f9390bca79e34068756c0e44409ee76cf92 Mon Sep 17 00:00:00 2001 From: jvolkening Date: Tue, 6 Feb 2024 21:15:34 -0600 Subject: [PATCH 74/75] don't skip Windows build (linter doesn't like) --- recipes/perl-number-format/meta.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/recipes/perl-number-format/meta.yaml b/recipes/perl-number-format/meta.yaml index ed1f5fd6d27a3..5f0a5f6316a9b 100644 --- a/recipes/perl-number-format/meta.yaml +++ b/recipes/perl-number-format/meta.yaml @@ -13,7 +13,6 @@ source: build: number: 0 noarch: generic - skip: true # [win] script: - perl Makefile.PL INSTALLDIRS=vendor NO_PERLLOCAL=1 NO_PACKLIST=1 - make From 7d88b99d867ff71f93b697989bbb5afea1bb5c70 Mon Sep 17 00:00:00 2001 From: conda-forge-admin Date: Wed, 7 Feb 2024 03:55:35 +0000 Subject: [PATCH 75/75] Removed recipe (perl-number-format) after converting into feedstock. [ci skip] --- recipes/perl-number-format/LICENSE | 374 --------------------------- recipes/perl-number-format/meta.yaml | 42 --- 2 files changed, 416 deletions(-) delete mode 100644 recipes/perl-number-format/LICENSE delete mode 100644 recipes/perl-number-format/meta.yaml diff --git a/recipes/perl-number-format/LICENSE b/recipes/perl-number-format/LICENSE deleted file mode 100644 index 3c4bf81a28e5d..0000000000000 --- a/recipes/perl-number-format/LICENSE +++ /dev/null @@ -1,374 +0,0 @@ -Terms of the Perl programming language system itself - -a) the GNU General Public License as published by the Free - Software Foundation; either version 1, or (at your option) any - later version, or -b) the "Artistic License" - ---- The GNU General Public License, Version 1, February 1989 --- - -This software is Copyright (c) 2024 by the author. - -This is free software, licensed under: - - The GNU General Public License, Version 1, February 1989 - - GNU GENERAL PUBLIC LICENSE - Version 1, February 1989 - - Copyright (C) 1989 Free Software Foundation, Inc. - 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA - - Everyone is permitted to copy and distribute verbatim copies - of this license document, but changing it is not allowed. - - Preamble - - The license agreements of most software companies try to keep users -at the mercy of those companies. By contrast, our General Public -License is intended to guarantee your freedom to share and change free -software--to make sure the software is free for all its users. The -General Public License applies to the Free Software Foundation's -software and to any other program whose authors commit to using it. -You can use it for your programs, too. - - When we speak of free software, we are referring to freedom, not -price. Specifically, the General Public License is designed to make -sure that you have the freedom to give away or sell copies of free -software, that you receive source code or can get it if you want it, -that you can change the software or use pieces of it in new free -programs; and that you know you can do these things. - - To protect your rights, we need to make restrictions that forbid -anyone to deny you these rights or to ask you to surrender the rights. -These restrictions translate to certain responsibilities for you if you -distribute copies of the software, or if you modify it. - - For example, if you distribute copies of a such a program, whether -gratis or for a fee, you must give the recipients all the rights that -you have. You must make sure that they, too, receive or can get the -source code. And you must tell them their rights. - - We protect your rights with two steps: (1) copyright the software, and -(2) offer you this license which gives you legal permission to copy, -distribute and/or modify the software. - - Also, for each author's protection and ours, we want to make certain -that everyone understands that there is no warranty for this free -software. If the software is modified by someone else and passed on, we -want its recipients to know that what they have is not the original, so -that any problems introduced by others will not reflect on the original -authors' reputations. - - The precise terms and conditions for copying, distribution and -modification follow. - - GNU GENERAL PUBLIC LICENSE - TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION - - 0. This License Agreement applies to any program or other work which -contains a notice placed by the copyright holder saying it may be -distributed under the terms of this General Public License. The -"Program", below, refers to any such program or work, and a "work based -on the Program" means either the Program or any work containing the -Program or a portion of it, either verbatim or with modifications. Each -licensee is addressed as "you". - - 1. You may copy and distribute verbatim copies of the Program's source -code as you receive it, in any medium, provided that you conspicuously and -appropriately publish on each copy an appropriate copyright notice and -disclaimer of warranty; keep intact all the notices that refer to this -General Public License and to the absence of any warranty; and give any -other recipients of the Program a copy of this General Public License -along with the Program. You may charge a fee for the physical act of -transferring a copy. - - 2. You may modify your copy or copies of the Program or any portion of -it, and copy and distribute such modifications under the terms of Paragraph -1 above, provided that you also do the following: - - a) cause the modified files to carry prominent notices stating that - you changed the files and the date of any change; and - - b) cause the whole of any work that you distribute or publish, that - in whole or in part contains the Program or any part thereof, either - with or without modifications, to be licensed at no charge to all - third parties under the terms of this General Public License (except - that you may choose to grant warranty protection to some or all - third parties, at your option). - - c) If the modified program normally reads commands interactively when - run, you must cause it, when started running for such interactive use - in the simplest and most usual way, to print or display an - announcement including an appropriate copyright notice and a notice - that there is no warranty (or else, saying that you provide a - warranty) and that users may redistribute the program under these - conditions, and telling the user how to view a copy of this General - Public License. - - d) You may charge a fee for the physical act of transferring a - copy, and you may at your option offer warranty protection in - exchange for a fee. - -Mere aggregation of another independent work with the Program (or its -derivative) on a volume of a storage or distribution medium does not bring -the other work under the scope of these terms. - - 3. You may copy and distribute the Program (or a portion or derivative of -it, under Paragraph 2) in object code or executable form under the terms of -Paragraphs 1 and 2 above provided that you also do one of the following: - - a) accompany it with the complete corresponding machine-readable - source code, which must be distributed under the terms of - Paragraphs 1 and 2 above; or, - - b) accompany it with a written offer, valid for at least three - years, to give any third party free (except for a nominal charge - for the cost of distribution) a complete machine-readable copy of the - corresponding source code, to be distributed under the terms of - Paragraphs 1 and 2 above; or, - - c) accompany it with the information you received as to where the - corresponding source code may be obtained. (This alternative is - allowed only for noncommercial distribution and only if you - received the program in object code or executable form alone.) - -Source code for a work means the preferred form of the work for making -modifications to it. For an executable file, complete source code means -all the source code for all modules it contains; but, as a special -exception, it need not include source code for modules which are standard -libraries that accompany the operating system on which the executable -file runs, or for standard header files or definitions files that -accompany that operating system. - - 4. You may not copy, modify, sublicense, distribute or transfer the -Program except as expressly provided under this General Public License. -Any attempt otherwise to copy, modify, sublicense, distribute or transfer -the Program is void, and will automatically terminate your rights to use -the Program under this License. However, parties who have received -copies, or rights to use copies, from you under this General Public -License will not have their licenses terminated so long as such parties -remain in full compliance. - - 5. By copying, distributing or modifying the Program (or any work based -on the Program) you indicate your acceptance of this license to do so, -and all its terms and conditions. - - 6. Each time you redistribute the Program (or any work based on the -Program), the recipient automatically receives a license from the original -licensor to copy, distribute or modify the Program subject to these -terms and conditions. You may not impose any further restrictions on the -recipients' exercise of the rights granted herein. - - 7. The Free Software Foundation may publish revised and/or new versions -of the General Public License from time to time. Such new versions will -be similar in spirit to the present version, but may differ in detail to -address new problems or concerns. - -Each version is given a distinguishing version number. If the Program -specifies a version number of the license which applies to it and "any -later version", you have the option of following the terms and conditions -either of that version or of any later version published by the Free -Software Foundation. If the Program does not specify a version number of -the license, you may choose any version ever published by the Free Software -Foundation. - - 8. If you wish to incorporate parts of the Program into other free -programs whose distribution conditions are different, write to the author -to ask for permission. For software which is copyrighted by the Free -Software Foundation, write to the Free Software Foundation; we sometimes -make exceptions for this. Our decision will be guided by the two goals -of preserving the free status of all derivatives of our free software and -of promoting the sharing and reuse of software generally. - - NO WARRANTY - - 9. BECAUSE THE PROGRAM IS LICENSED FREE OF CHARGE, THERE IS NO WARRANTY -FOR THE PROGRAM, TO THE EXTENT PERMITTED BY APPLICABLE LAW. EXCEPT WHEN -OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR OTHER PARTIES -PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED -OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF -MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. THE ENTIRE RISK AS -TO THE QUALITY AND PERFORMANCE OF THE PROGRAM IS WITH YOU. SHOULD THE -PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF ALL NECESSARY SERVICING, -REPAIR OR CORRECTION. - - 10. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING -WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY AND/OR -REDISTRIBUTE THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, -INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING -OUT OF THE USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED -TO LOSS OF DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY -YOU OR THIRD PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER -PROGRAMS), EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE -POSSIBILITY OF SUCH DAMAGES. - - END OF TERMS AND CONDITIONS - - Appendix: How to Apply These Terms to Your New Programs - - If you develop a new program, and you want it to be of the greatest -possible use to humanity, the best way to achieve this is to make it -free software which everyone can redistribute and change under these -terms. - - To do so, attach the following notices to the program. It is safest to -attach them to the start of each source file to most effectively convey -the exclusion of warranty; and each file should have at least the -"copyright" line and a pointer to where the full notice is found. - - - Copyright (C) 19yy - - This program is free software; you can redistribute it and/or modify - it under the terms of the GNU General Public License as published by - the Free Software Foundation; either version 1, or (at your option) - any later version. - - This program is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - GNU General Public License for more details. - - You should have received a copy of the GNU General Public License - along with this program; if not, write to the Free Software - Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston MA 02110-1301 USA - - -Also add information on how to contact you by electronic and paper mail. - -If the program is interactive, make it output a short notice like this -when it starts in an interactive mode: - - Gnomovision version 69, Copyright (C) 19xx name of author - Gnomovision comes with ABSOLUTELY NO WARRANTY; for details type `show w'. - This is free software, and you are welcome to redistribute it - under certain conditions; type `show c' for details. - -The hypothetical commands `show w' and `show c' should show the -appropriate parts of the General Public License. Of course, the -commands you use may be called something other than `show w' and `show -c'; they could even be mouse-clicks or menu items--whatever suits your -program. - -You should also get your employer (if you work as a programmer) or your -school, if any, to sign a "copyright disclaimer" for the program, if -necessary. Here a sample; alter the names: - - Yoyodyne, Inc., hereby disclaims all copyright interest in the - program `Gnomovision' (a program to direct compilers to make passes - at assemblers) written by James Hacker. - - , 1 April 1989 - Ty Coon, President of Vice - -That's all there is to it! - - ---- The Artistic License 1.0 --- - -This software is Copyright (c) 2024 by the author. - -This is free software, licensed under: - - The Artistic License 1.0 - -The Artistic License - -Preamble - -The intent of this document is to state the conditions under which a Package -may be copied, such that the Copyright Holder maintains some semblance of -artistic control over the development of the package, while giving the users of -the package the right to use and distribute the Package in a more-or-less -customary fashion, plus the right to make reasonable modifications. - -Definitions: - - - "Package" refers to the collection of files distributed by the Copyright - Holder, and derivatives of that collection of files created through - textual modification. - - "Standard Version" refers to such a Package if it has not been modified, - or has been modified in accordance with the wishes of the Copyright - Holder. - - "Copyright Holder" is whoever is named in the copyright or copyrights for - the package. - - "You" is you, if you're thinking about copying or distributing this Package. - - "Reasonable copying fee" is whatever you can justify on the basis of media - cost, duplication charges, time of people involved, and so on. (You will - not be required to justify it to the Copyright Holder, but only to the - computing community at large as a market that must bear the fee.) - - "Freely Available" means that no fee is charged for the item itself, though - there may be fees involved in handling the item. It also means that - recipients of the item may redistribute it under the same conditions they - received it. - -1. You may make and give away verbatim copies of the source form of the -Standard Version of this Package without restriction, provided that you -duplicate all of the original copyright notices and associated disclaimers. - -2. You may apply bug fixes, portability fixes and other modifications derived -from the Public Domain or from the Copyright Holder. A Package modified in such -a way shall still be considered the Standard Version. - -3. You may otherwise modify your copy of this Package in any way, provided that -you insert a prominent notice in each changed file stating how and when you -changed that file, and provided that you do at least ONE of the following: - - a) place your modifications in the Public Domain or otherwise make them - Freely Available, such as by posting said modifications to Usenet or an - equivalent medium, or placing the modifications on a major archive site - such as ftp.uu.net, or by allowing the Copyright Holder to include your - modifications in the Standard Version of the Package. - - b) use the modified Package only within your corporation or organization. - - c) rename any non-standard executables so the names do not conflict with - standard executables, which must also be provided, and provide a separate - manual page for each non-standard executable that clearly documents how it - differs from the Standard Version. - - d) make other distribution arrangements with the Copyright Holder. - -4. You may distribute the programs of this Package in object code or executable -form, provided that you do at least ONE of the following: - - a) distribute a Standard Version of the executables and library files, - together with instructions (in the manual page or equivalent) on where to - get the Standard Version. - - b) accompany the distribution with the machine-readable source of the Package - with your modifications. - - c) accompany any non-standard executables with their corresponding Standard - Version executables, giving the non-standard executables non-standard - names, and clearly documenting the differences in manual pages (or - equivalent), together with instructions on where to get the Standard - Version. - - d) make other distribution arrangements with the Copyright Holder. - -5. You may charge a reasonable copying fee for any distribution of this -Package. You may charge any fee you choose for support of this Package. You -may not charge a fee for this Package itself. However, you may distribute this -Package in aggregate with other (possibly commercial) programs as part of a -larger (possibly commercial) software distribution provided that you do not -advertise this Package as a product of your own. - -6. The scripts and library files supplied as input to or produced as output -from the programs of this Package do not automatically fall under the copyright -of this Package, but belong to whomever generated them, and may be sold -commercially, and may be aggregated with this Package. - -7. C or perl subroutines supplied by you and linked into this Package shall not -be considered part of this Package. - -8. The name of the Copyright Holder may not be used to endorse or promote -products derived from this software without specific prior written permission. - -9. THIS PACKAGE IS PROVIDED "AS IS" AND WITHOUT ANY EXPRESS OR IMPLIED -WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED WARRANTIES OF -MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. - -The End - diff --git a/recipes/perl-number-format/meta.yaml b/recipes/perl-number-format/meta.yaml deleted file mode 100644 index 5f0a5f6316a9b..0000000000000 --- a/recipes/perl-number-format/meta.yaml +++ /dev/null @@ -1,42 +0,0 @@ -{% set cpan_name = "Number-Format" %} -{% set version = "1.76" %} -{% set sha256 = "0e0060eb363635a885706c6a26f5fcaafeae759f7b2acae49dda70e195dd44d6" %} - -package: - name: perl-{{ cpan_name|lower }} - version: {{ version }} - -source: - url: https://cpan.metacpan.org/authors/id/R/RJ/RJBS/Number-Format-{{ version }}.tar.gz - sha256: {{ sha256 }} - -build: - number: 0 - noarch: generic - script: - - perl Makefile.PL INSTALLDIRS=vendor NO_PERLLOCAL=1 NO_PACKLIST=1 - - make - - make test - - make install VERBINST=1 - -requirements: - build: - - make - host: - - perl - run: - - perl - -test: - imports: - - Number::Format - -about: - home: https://metacpan.org/pod/Number::Format - summary: Perl extension for formatting numbers - license: Artistic-1.0-Perl OR GPL-1.0-or-later - license_file: LICENSE - -extra: - recipe-maintainers: - - jvolkening