From be7cd25d5d2f8e9f2f84ef4c1c1d6da1181e3ca6 Mon Sep 17 00:00:00 2001 From: John Kirkham Date: Mon, 26 Sep 2016 00:50:30 -0400 Subject: [PATCH] recipes: Remove `pandas-summary` as it has already been converted. [ci skip] --- recipes/pandas-summary/meta.yaml | 45 -------------------------------- 1 file changed, 45 deletions(-) delete mode 100644 recipes/pandas-summary/meta.yaml 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