diff --git a/recipes/json-repair/meta.yaml b/recipes/json-repair/meta.yaml deleted file mode 100644 index 211ee5d54b2ea..0000000000000 --- a/recipes/json-repair/meta.yaml +++ /dev/null @@ -1,41 +0,0 @@ -{% set name = "json-repair" %} -{% set version = "0.26.0" %} - -package: - name: {{ name|lower }} - version: {{ version }} - -source: - url: https://pypi.io/packages/source/{{ name[0] }}/{{ name }}/json_repair-{{ version }}.tar.gz - sha256: dccdcfcbe910a5b3f93ea234cf41e79c900b42e16746400d7a9d8823229c7f61 - -build: - noarch: python - script: {{ PYTHON }} -m pip install . -vv --no-deps --no-build-isolation - number: 0 - -requirements: - host: - - python >=3.8 - - setuptools >=61.0 - - pip - run: - - python >=3.8 - -test: - imports: - - json_repair - commands: - - pip check - requires: - - pip - -about: - home: https://github.com/mangiucugna/json_repair/ - summary: A package to repair broken json strings - license: MIT - license_file: LICENSE - -extra: - recipe-maintainers: - - jan-janssen