From 874cf6b6add40e5a9bfcd67593b1a6211da72e76 Mon Sep 17 00:00:00 2001 From: conda-forge-admin Date: Fri, 7 Feb 2025 07:31:08 +0000 Subject: [PATCH] Removed recipes (django-tasks, organizeit2) after converting into feedstocks. [ci skip] --- recipes/django-tasks/meta.yaml | 46 --------------------------------- recipes/organizeit2/recipe.yaml | 44 ------------------------------- 2 files changed, 90 deletions(-) delete mode 100644 recipes/django-tasks/meta.yaml delete mode 100644 recipes/organizeit2/recipe.yaml diff --git a/recipes/django-tasks/meta.yaml b/recipes/django-tasks/meta.yaml deleted file mode 100644 index e063d4263fd4a..0000000000000 --- a/recipes/django-tasks/meta.yaml +++ /dev/null @@ -1,46 +0,0 @@ -{% set name = "django-tasks" %} -{% set version = "0.6.1" %} - -package: - name: {{ name|lower }} - version: {{ version }} - -source: - url: https://pypi.org/packages/source/{{ name[0] }}/{{ name }}/django_tasks-{{ version }}.tar.gz - sha256: 4086e7eb9e965f79c4ac76f5c3690ec3bf41c461585237b71b4bde729ced9826 - -build: - noarch: python - script: {{ PYTHON }} -m pip install . -vv --no-deps --no-build-isolation - number: 0 - -requirements: - host: - - python {{ python_min }} - - setuptools - - pip - run: - - python >={{ python_min }} - - django >=4.2 - - typing_extensions - - django-stubs-ext - -test: - imports: - - django_tasks - commands: - - pip check - requires: - - python {{ python_min }} - - pip - -about: - summary: An implementation and backport of background workers and tasks in Django - home: https://github.com/RealOrangeOne/django-tasks - dev_url: https://github.com/RealOrangeOne/django-tasks - license: BSD-3-Clause - license_file: LICENSE - -extra: - recipe-maintainers: - - darynwhite diff --git a/recipes/organizeit2/recipe.yaml b/recipes/organizeit2/recipe.yaml deleted file mode 100644 index 8dc4d42a88cac..0000000000000 --- a/recipes/organizeit2/recipe.yaml +++ /dev/null @@ -1,44 +0,0 @@ -context: - name: organizeit2 - version: 0.4.0 - -package: - name: ${{ name|lower }} - version: ${{ version }} - -source: - url: https://pypi.org/packages/source/${{ name[0] }}/${{ name }}/${{ name }}-${{ version }}.tar.gz - sha256: 05c8be6f36c26fbb395bd0bc92abcb494670a8dfebfc13eb35bead47c685829e - -build: - number: 0 - noarch: python - script: python -m pip install . -vv --no-deps --no-build-isolation - -requirements: - host: - - python ${{ python_min }}.* - - pip - - hatchling - run: - - python >=${{ python_min }} - - ccflow - - fsspec - -tests: - - python: - imports: - - organizeit2 - pip_check: true - python_version: ${{ python_min }}.* - -about: - license: Apache-2.0 - license_file: LICENSE - summary: Engage with Zorp! - homepage: https://github.com/timkpaine/organizeit2 - repository: https://github.com/timkpaine/organizeit2 - -extra: - recipe-maintainers: - - timkpaine