From 445d05764b4cc9879a6f8bb20591da65bae4592d Mon Sep 17 00:00:00 2001 From: John Kirkham Date: Wed, 31 Aug 2016 01:09:30 -0400 Subject: [PATCH 1/9] Added an ok recipe. --- recipes/ok_recipe/meta.yaml | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 recipes/ok_recipe/meta.yaml diff --git a/recipes/ok_recipe/meta.yaml b/recipes/ok_recipe/meta.yaml new file mode 100644 index 000000000..88fd28760 --- /dev/null +++ b/recipes/ok_recipe/meta.yaml @@ -0,0 +1,17 @@ +package: + name: ok_recipe + version: 1 + +build: + number: 0 + +test: {} + +about: + home: https://github.com/conda-forge/conda-forge-linting-service + license: BSD 3-clause + summary: A test recipe for linting + +extra: + recipe-maintainers: + - pelson From 82d9eafed9b9dc5e712f234e7656833bfb0d95d9 Mon Sep 17 00:00:00 2001 From: Isuru Fernando Date: Thu, 21 Sep 2017 22:23:06 -0500 Subject: [PATCH 2/9] Update meta.yaml --- recipes/ok_recipe/meta.yaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/recipes/ok_recipe/meta.yaml b/recipes/ok_recipe/meta.yaml index 88fd28760..e3ed8d51c 100644 --- a/recipes/ok_recipe/meta.yaml +++ b/recipes/ok_recipe/meta.yaml @@ -5,7 +5,9 @@ package: build: number: 0 -test: {} +test: + commands: + - echo "test" about: home: https://github.com/conda-forge/conda-forge-linting-service From c4c5cd4b6db1fe7441569a1c6ea55d5da68ce35f Mon Sep 17 00:00:00 2001 From: Isuru Fernando Date: Wed, 4 Sep 2019 14:55:55 -0500 Subject: [PATCH 3/9] Update meta.yaml --- recipes/ok_recipe/meta.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/recipes/ok_recipe/meta.yaml b/recipes/ok_recipe/meta.yaml index e3ed8d51c..41146927c 100644 --- a/recipes/ok_recipe/meta.yaml +++ b/recipes/ok_recipe/meta.yaml @@ -12,6 +12,7 @@ test: about: home: https://github.com/conda-forge/conda-forge-linting-service license: BSD 3-clause + license_file: LICENSE summary: A test recipe for linting extra: From 5a18bdb415608066ac2ca686e6fe950e802e6d08 Mon Sep 17 00:00:00 2001 From: "Matthew R. Becker" Date: Thu, 19 Mar 2020 09:18:00 -0500 Subject: [PATCH 4/9] Update meta.yaml --- recipes/ok_recipe/meta.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes/ok_recipe/meta.yaml b/recipes/ok_recipe/meta.yaml index 41146927c..b69261820 100644 --- a/recipes/ok_recipe/meta.yaml +++ b/recipes/ok_recipe/meta.yaml @@ -11,7 +11,7 @@ test: about: home: https://github.com/conda-forge/conda-forge-linting-service - license: BSD 3-clause + license: BSD-3-Clause license_file: LICENSE summary: A test recipe for linting From 32681b20200ea9be6e33a1ba9fcf114d95849fe6 Mon Sep 17 00:00:00 2001 From: Matthew R Becker Date: Tue, 18 Aug 2020 15:22:08 -0500 Subject: [PATCH 5/9] Rename recipes/ok_recipe/meta.yaml to recipe/meta.yaml --- {recipes/ok_recipe => recipe}/meta.yaml | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename {recipes/ok_recipe => recipe}/meta.yaml (100%) diff --git a/recipes/ok_recipe/meta.yaml b/recipe/meta.yaml similarity index 100% rename from recipes/ok_recipe/meta.yaml rename to recipe/meta.yaml From befa9d70c450762c34977597932deb0f03a0a9c6 Mon Sep 17 00:00:00 2001 From: "Matthew R. Becker" Date: Fri, 14 Jun 2024 06:41:04 -0500 Subject: [PATCH 6/9] Create blah_blah.yaml --- .ci_support/blah_blah.yaml | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 .ci_support/blah_blah.yaml diff --git a/.ci_support/blah_blah.yaml b/.ci_support/blah_blah.yaml new file mode 100644 index 000000000..89acbb285 --- /dev/null +++ b/.ci_support/blah_blah.yaml @@ -0,0 +1,2 @@ +blah: + - 4 From a98098ef99fd01a424b0301264c8b1c918b16247 Mon Sep 17 00:00:00 2001 From: "Matthew R. Becker" Date: Fri, 14 Jun 2024 06:41:33 -0500 Subject: [PATCH 7/9] Create blah_blah.yaml --- recipes/.ci_support/blah_blah.yaml | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 recipes/.ci_support/blah_blah.yaml diff --git a/recipes/.ci_support/blah_blah.yaml b/recipes/.ci_support/blah_blah.yaml new file mode 100644 index 000000000..89acbb285 --- /dev/null +++ b/recipes/.ci_support/blah_blah.yaml @@ -0,0 +1,2 @@ +blah: + - 4 From 2a21c07a1ff3ef6158f2f72ffec0631cacd21381 Mon Sep 17 00:00:00 2001 From: "Matthew R. Becker" Date: Fri, 20 Sep 2024 05:48:40 -0500 Subject: [PATCH 8/9] Update meta.yaml --- recipe/meta.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipe/meta.yaml b/recipe/meta.yaml index b69261820..a2dcd6e59 100644 --- a/recipe/meta.yaml +++ b/recipe/meta.yaml @@ -11,7 +11,7 @@ test: about: home: https://github.com/conda-forge/conda-forge-linting-service - license: BSD-3-Clause + license: BSD 3-Clause license_file: LICENSE summary: A test recipe for linting From f9badf4cb0fa439a6c7eba87093d0af479073d09 Mon Sep 17 00:00:00 2001 From: "Matthew R. Becker" Date: Fri, 20 Sep 2024 06:24:53 -0500 Subject: [PATCH 9/9] Update meta.yaml --- recipe/meta.yaml | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/recipe/meta.yaml b/recipe/meta.yaml index a2dcd6e59..eaea254e1 100644 --- a/recipe/meta.yaml +++ b/recipe/meta.yaml @@ -5,13 +5,20 @@ package: build: number: 0 +requirements: + host: + - python + - pip + run: + - python + test: commands: - echo "test" about: home: https://github.com/conda-forge/conda-forge-linting-service - license: BSD 3-Clause + license: BSD-3-Clause license_file: LICENSE summary: A test recipe for linting