diff options
| author | Matt Rendina <rendinam@users.noreply.github.com> | 2019-01-14 13:57:27 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-01-14 13:57:27 -0500 |
| commit | 4ac399794c7be759e21fafd96a60d98d2a8a9482 (patch) | |
| tree | 3d2039c95799acf277e425ef88ac280924c0d79a /mpl-scatter-density/meta.yaml | |
| parent | 883e8691a64fadff900a8c0fda0e9eb6d0756d44 (diff) | |
| parent | 6a52edbc369e07162dfa0bab16dcf14167416f83 (diff) | |
| download | astroconda-dev-4ac399794c7be759e21fafd96a60d98d2a8a9482.tar.gz | |
Merge pull request #180 from rendinam/remove_mpl-scatter-density
Remove mpl-scatter-density; exists on main channel.
Diffstat (limited to 'mpl-scatter-density/meta.yaml')
| -rw-r--r-- | mpl-scatter-density/meta.yaml | 47 |
1 files changed, 0 insertions, 47 deletions
diff --git a/mpl-scatter-density/meta.yaml b/mpl-scatter-density/meta.yaml deleted file mode 100644 index 0ca7ad7..0000000 --- a/mpl-scatter-density/meta.yaml +++ /dev/null @@ -1,47 +0,0 @@ -{% set name = "mpl-scatter-density" %} -{% set version = "0.3" %} -{% set number = "0" %} -{% set sha256 = "98953172aea8c652570dcc6238bccd20afb69e6ae9594d4679c08e810b658651" %} - -about: - home: http://github.com/astrofrog/mpl-scatter-density - license: BSD - license_family: BSD - license_file: LICENSE - summary: Matplotlib helpers to make density scatter plots - description: Matplotlib helpers to make density scatter plots - doc_url: http://github.com/astrofrog/mpl-scatter-density - dev_url: http://github.com/astrofrog/mpl-scatter-density - -package: - name: {{ name|lower }} - version: {{ version }} - -build: - number: {{ number }} - -requirements: - build: - - fast-histogram >=0.3 - - matplotlib >=1.5 - - numpy {{ numpy }} - - python {{ python }} - - setuptools - run: - - fast-histogram >=0.3 - - matplotlib >=1.5 - - numpy - - python - -source: - fn: {{ name }}-{{ version }}.tar.gz - url: https://pypi.io/packages/source/{{ name[0] }}/{{ name }}/{{ name }}-{{ version }}.tar.gz - sha256: {{ sha256 }} - -test: - imports: - - mpl_scatter_density - -extra: - recipe-maintainers: - - astrofrog-conda-forge |
