From 84e0d4a5c461ca6e66b16eb8a3722654f9ed2b9d Mon Sep 17 00:00:00 2001 From: conda-forge-admin Date: Sat, 16 Mar 2024 12:45:02 +0000 Subject: [PATCH] Removed recipes (ParProcCo, django-utils-six, hadoop-test-cluster, okta-jwt-verifier, plpygis, salabim) after converting into feedstocks. [ci skip] --- recipes/ParProcCo/LICENSE | 29 ------- recipes/ParProcCo/meta.yaml | 55 -------------- recipes/django-utils-six/meta.yaml | 42 ----------- recipes/hadoop-test-cluster/LICENSE | 27 ------- recipes/hadoop-test-cluster/meta.yaml | 39 ---------- recipes/okta-jwt-verifier/LONG_DESCRIPTION.md | 16 ---- recipes/okta-jwt-verifier/meta.yaml | 47 ------------ recipes/plpygis/meta.yaml | 40 ---------- recipes/salabim/license.txt | 20 ----- recipes/salabim/meta.yaml | 75 ------------------- 10 files changed, 390 deletions(-) delete mode 100644 recipes/ParProcCo/LICENSE delete mode 100644 recipes/ParProcCo/meta.yaml delete mode 100644 recipes/django-utils-six/meta.yaml delete mode 100644 recipes/hadoop-test-cluster/LICENSE delete mode 100644 recipes/hadoop-test-cluster/meta.yaml delete mode 100644 recipes/okta-jwt-verifier/LONG_DESCRIPTION.md delete mode 100644 recipes/okta-jwt-verifier/meta.yaml delete mode 100644 recipes/plpygis/meta.yaml delete mode 100644 recipes/salabim/license.txt delete mode 100644 recipes/salabim/meta.yaml diff --git a/recipes/ParProcCo/LICENSE b/recipes/ParProcCo/LICENSE deleted file mode 100644 index 85179428da02a..0000000000000 --- a/recipes/ParProcCo/LICENSE +++ /dev/null @@ -1,29 +0,0 @@ -BSD 3-Clause License - -Copyright (c) 2021, Diamond Light Source -All rights reserved. - -Redistribution and use in source and binary forms, with or without -modification, are permitted provided that the following conditions are met: - -1. Redistributions of source code must retain the above copyright notice, this - list of conditions and the following disclaimer. - -2. Redistributions in binary form must reproduce the above copyright notice, - this list of conditions and the following disclaimer in the documentation - and/or other materials provided with the distribution. - -3. Neither the name of the copyright holder nor the names of its - contributors may be used to endorse or promote products derived from - this software without specific prior written permission. - -THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" -AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE -IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE -DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE -FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL -DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR -SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER -CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, -OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE -OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. diff --git a/recipes/ParProcCo/meta.yaml b/recipes/ParProcCo/meta.yaml deleted file mode 100644 index b2724bffc43b3..0000000000000 --- a/recipes/ParProcCo/meta.yaml +++ /dev/null @@ -1,55 +0,0 @@ -{% set name = "ParProcCo" %} -{% set version = "2.1.0" %} - -package: - name: {{ name|lower }} - version: {{ version }} - -source: - url: https://pypi.io/packages/source/{{ name[0] }}/{{ name }}/ParProcCo-{{ version }}.tar.gz - sha256: f86ec8aabaf76d3e67a3718c56bf59c1a63aac9675d2650f66395fc9961e234f - -build: - number: 0 - script: "{{ PYTHON }} -m pip install . -vv" - noarch: python - -requirements: - host: - - python >=3.10 - - pip - run: - - python >=3.10 - - h5py >=3 - - pydantic >=2 - - pyyaml - - requests - -test: - imports: - - {{ name }} - source_files: - - tests - requires: - - parameterized - - pytest - commands: - - pytest -vv tests/ - -about: - home: https://github.com/DiamondLightSource/{{ name }} - license: BSD-3-Clause - license_family: BSD - license_file: LICENSE - summary: 'Parallel Processing Coordinator' - - description: - Parallel Processing Coordinator. Splits dataset processing to run parallel - cluster jobs and aggregates outputs. - doc_url: https://github.com/DiamondLightSource/{{ name }}/blob/master/README.md - dev_url: https://github.com/DiamondLightSource/{{ name }} - -extra: - recipe-maintainers: - - PeterC-DLS - - VictoriaBeilsten-Edmands diff --git a/recipes/django-utils-six/meta.yaml b/recipes/django-utils-six/meta.yaml deleted file mode 100644 index c2e7f3ea63b77..0000000000000 --- a/recipes/django-utils-six/meta.yaml +++ /dev/null @@ -1,42 +0,0 @@ -{% set name = "django-utils-six" %} -{% set version = "2.0" %} - -package: - name: {{ name|lower }} - version: {{ version }} - -source: - url: https://pypi.io/packages/source/{{ name[0] }}/{{ name }}/django-utils-six-{{ version }}.tar.gz - sha256: 4ef9d20de679a5b2448429476452493661fe08f23d6e788a8e9816ec05e3c5b0 - -build: - noarch: python - script: {{ PYTHON }} -m pip install . -vv --no-deps --no-build-isolation - number: 0 - -requirements: - host: - - python >=3.6,<4.0 - - poetry >=0.12 - - poetry-core - - pip - run: - - python >=3.6.0,<4.0.0 - -test: - imports: - - django - commands: - - pip check - requires: - - pip - -about: - home: https://github.com/whtsky/django-utils-six - summary: Forward compatibility django.utils.six for Django 3 - license: BSD-3-Clause - license_file: LICENSE - -extra: - recipe-maintainers: - - rxm7706 diff --git a/recipes/hadoop-test-cluster/LICENSE b/recipes/hadoop-test-cluster/LICENSE deleted file mode 100644 index 2e2f068d51d73..0000000000000 --- a/recipes/hadoop-test-cluster/LICENSE +++ /dev/null @@ -1,27 +0,0 @@ -Copyright (c) 2018, Jim Crist -All rights reserved. - -Redistribution and use in source and binary forms, with or without -modification, are permitted provided that the following conditions are met: - -1. Redistributions of source code must retain the above copyright notice, this - list of conditions and the following disclaimer. - -2. Redistributions in binary form must reproduce the above copyright notice, - this list of conditions and the following disclaimer in the documentation - and/or other materials provided with the distribution. - -3. Neither the name of the copyright holder nor the names of its contributors - may be used to endorse or promote products derived from this software - without specific prior written permission. - -THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" -AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE -IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE -DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE -FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL -DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR -SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER -CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, -OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE -OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. diff --git a/recipes/hadoop-test-cluster/meta.yaml b/recipes/hadoop-test-cluster/meta.yaml deleted file mode 100644 index d5b6021a18640..0000000000000 --- a/recipes/hadoop-test-cluster/meta.yaml +++ /dev/null @@ -1,39 +0,0 @@ -{% set version = "0.1.0" %} - -package: - name: hadoop-test-cluster - version: {{ version }} - -source: - url: https://pypi.io/packages/source/h/hadoop-test-cluster/hadoop-test-cluster-{{ version }}.tar.gz - sha256: b72948f296c0537b9800f8b7befb2806bbbd99de3b54656ccb8bdb7be99b4424 - -build: - skip: True # [win] - number: 0 - script: {{ PYTHON }} -m pip install . --no-deps -vv - -requirements: - host: - - python - - pip - run: - - python - -test: - requires: - - pip - commands: - - pip check - imports: - - hadoop_test_cluster - -about: - home: https://github.com/jcrist/hadoop-test-cluster - license: BSD-3-Clause - license_file: LICENSE - summary: A dockerized setup for testing code on realistic hadoop clusters - -extra: - recipe-maintainers: - - raybellwaves diff --git a/recipes/okta-jwt-verifier/LONG_DESCRIPTION.md b/recipes/okta-jwt-verifier/LONG_DESCRIPTION.md deleted file mode 100644 index dea69f9ac5f64..0000000000000 --- a/recipes/okta-jwt-verifier/LONG_DESCRIPTION.md +++ /dev/null @@ -1,16 +0,0 @@ -Okta JWT Verifier -================= - -A Python library for OKTA JWT tokens validation - -Getting Started ---------------- -``` $ pip install okta-jwt-verifier ``` - -Look for our quickstart guide here! -- https://github.com/okta/okta-jwt-verifier-python - -Okta Developer Forum --------------------- - -Find out more and look for help here: https://devforum.okta.com/ diff --git a/recipes/okta-jwt-verifier/meta.yaml b/recipes/okta-jwt-verifier/meta.yaml deleted file mode 100644 index 1d4ddce2a014e..0000000000000 --- a/recipes/okta-jwt-verifier/meta.yaml +++ /dev/null @@ -1,47 +0,0 @@ -{% set name = "okta-jwt-verifier" %} -{% set version = "0.2.3" %} - -package: - name: {{ name|lower }} - version: {{ version }} - -source: - url: https://pypi.io/packages/source/{{ name[0] }}/{{ name }}/okta_jwt_verifier-{{ version }}.tar.gz - sha256: efd347d91be91649bd3af04b2ea82c1d3cc70bd8ca338f4d387fd933a5a606b1 - -build: - noarch: python - script: - - cp -R {{ RECIPE_DIR }}/LONG_DESCRIPTION.md {{ SRC_DIR }}/LONG_DESCRIPTION.md # [unix] - - echo f | xcopy /f /y /S %RECIPE_DIR%\LONG_DESCRIPTION.md %SRC_DIR%\LONG_DESCRIPTION.md # [win] - - {{ PYTHON }} -m pip install . -vv --no-deps --no-build-isolation - number: 0 - -requirements: - host: - - python >=3.6 - - pip - run: - - python >=3.6 - - acachecontrol - - aiohttp - - python-jose - - retry - -test: - imports: - - okta_jwt_verifier - commands: - - pip check - requires: - - pip - -about: - home: https://github.com/okta/okta-jwt-verifier-python - summary: Okta JWT Verifier - license: Apache-2.0 - license_file: LICENSE.md - -extra: - recipe-maintainers: - - rxm7706 diff --git a/recipes/plpygis/meta.yaml b/recipes/plpygis/meta.yaml deleted file mode 100644 index 406f07ae05f12..0000000000000 --- a/recipes/plpygis/meta.yaml +++ /dev/null @@ -1,40 +0,0 @@ -{% set name = "plpygis" %} -{% set version = "0.2.1" %} - -package: - name: {{ name|lower }} - version: {{ version }} - -source: - url: https://pypi.io/packages/source/{{ name[0] }}/{{ name }}/plpygis-{{ version }}.tar.gz - sha256: 62b3ef9ee81293e4f8ca423066cea5940542521cd16c4a08852bf73305da33c8 - -build: - noarch: python - script: {{ PYTHON }} -m pip install . -vv --no-deps --no-build-isolation - number: 0 - -requirements: - host: - - python >=3.6 - - pip - run: - - python >=3.6 - -test: - imports: - - plpygis - commands: - - pip check - requires: - - pip - -about: - home: https://github.com/bosth/plpygis - summary: PostGIS Python tools - license: GPL-3.0-only - license_file: LICENSE - -extra: - recipe-maintainers: - - tylere diff --git a/recipes/salabim/license.txt b/recipes/salabim/license.txt deleted file mode 100644 index 7788e1a26c7ae..0000000000000 --- a/recipes/salabim/license.txt +++ /dev/null @@ -1,20 +0,0 @@ -The MIT License (MIT) - -Copyright (c) 2017-2021 Ruud van der Ham, ruud@salabim.org - -Permission is hereby granted, free of charge, to any person obtaining a copy of -this software and associated documentation files (the "Software"), to deal in -the Software without restriction, including without limitation the rights to -use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of -the Software, and to permit persons to whom the Software is furnished to do so, -subject to the following conditions: - -The above copyright notice and this permission notice shall be included in all -copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS -FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR -COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER -IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN -CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. diff --git a/recipes/salabim/meta.yaml b/recipes/salabim/meta.yaml deleted file mode 100644 index 75cf3fdcfd053..0000000000000 --- a/recipes/salabim/meta.yaml +++ /dev/null @@ -1,75 +0,0 @@ -{% set name = "salabim" %} -{% set version = "24.0.0" %} - -package: - name: {{ name|lower }} - version: {{ version }} - -source: - url: https://pypi.io/packages/source/{{ name[0] }}/{{ name }}/salabim-{{ version }}.tar.gz - sha256: f76a91496eebcf8c02ca70fc9380a7bffc652156589c82d1726c4f11ad45e19a - -build: - noarch: python - script: {{ PYTHON }} -m pip install . -vv --no-deps --no-build-isolation - number: 0 - -requirements: - host: - - pip - - python >=3.6 - run: - - python >=3.6 - run_constrained: - - greenlet - - numpy - - opencv - - pandas - - pillow - # salabim docs say this stricth pin is needed, but worried that this will - # be problematic in environment solves - - pyglet # ==1.5.27 - - pyopengl - - pysimplegui - - python-dateutil - - scipy - # no feedstock, but may be added in future - # - pywavefront - -test: - imports: - - salabim - commands: - - pip check - requires: - - pip - -outputs: - - name: salabim - - name: salabim-animation - requirements: - build: - - pip - - python >=3.6 - run: - - python >=3.6 - - salabim - # all of these are optional dependencies but are needed for the - # animations - - numpy - - opencv - - pillow - - pyopengl - test: - imports: - - salabim - -about: - home: https://github.com/salabim/salabim - summary: discrete event simulation in Python - license: MIT - license_file: license.txt - -extra: - recipe-maintainers: - - moorepants