diff --git a/recipes/pandas-summary/meta.yaml b/recipes/pandas-summary/meta.yaml deleted file mode 100644 index bc86137608bdc..0000000000000 --- a/recipes/pandas-summary/meta.yaml +++ /dev/null @@ -1,45 +0,0 @@ -{% set name = "pandas-summary" %} -{% set version = "0.0.41" %} -{% set sha256 = "4bf4563f9b5ca284ab308f43e1ede7bf4f66a47ebeb8585212ea48f525fcac0a" %} - -package: - name: {{ name|lower }} - version: {{ version }} - -source: - fn: {{ name }}-{{ version }}.tar.gz - url: https://pypi.io/packages/source/{{ name[0] }}/{{ name }}/{{ name }}-{{ version }}.tar.gz - sha256: {{ sha256 }} - -build: - number: 0 - script: python setup.py install --single-version-externally-managed --record record.txt - -requirements: - build: - - python - - setuptools - - run: - - python - - numpy - - pandas - -test: - imports: - - pandas_summary - - requires: - - pytest - -about: - home: https://github.com/mouradmourafiq/pandas-summary - license: MIT - license_family: MIT - license_file: LICENSE - summary: 'An extension to pandas describe function.' - dev_url: https://github.com/mouradmourafiq/pandas-summary - -extra: - recipe-maintainers: - - proinsias