diff options
author | Matt Rendina <mrendina@stsci.edu> | 2019-01-14 13:56:43 -0500 |
---|---|---|
committer | Matt Rendina <mrendina@stsci.edu> | 2019-01-14 13:56:43 -0500 |
commit | 6a52edbc369e07162dfa0bab16dcf14167416f83 (patch) | |
tree | 3d2039c95799acf277e425ef88ac280924c0d79a | |
parent | 883e8691a64fadff900a8c0fda0e9eb6d0756d44 (diff) | |
download | astroconda-dev-6a52edbc369e07162dfa0bab16dcf14167416f83.tar.gz |
Remove mpl-scatter-density; exists on main channel.
-rw-r--r-- | mpl-scatter-density/LICENSE | 13 | ||||
-rw-r--r-- | mpl-scatter-density/bld.bat | 1 | ||||
-rw-r--r-- | mpl-scatter-density/build.sh | 2 | ||||
-rw-r--r-- | mpl-scatter-density/meta.yaml | 47 |
4 files changed, 0 insertions, 63 deletions
diff --git a/mpl-scatter-density/LICENSE b/mpl-scatter-density/LICENSE deleted file mode 100644 index 7f5c363..0000000 --- a/mpl-scatter-density/LICENSE +++ /dev/null @@ -1,13 +0,0 @@ -BSD 3-clause license -Copyright (c) 2015-2017, conda-forge -All rights reserved. - -Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: - -1. Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. - -2. Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. - -3. Neither the name of the copyright holder nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission. - -THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. diff --git a/mpl-scatter-density/bld.bat b/mpl-scatter-density/bld.bat deleted file mode 100644 index 39b5e1f..0000000 --- a/mpl-scatter-density/bld.bat +++ /dev/null @@ -1 +0,0 @@ -%PYTHON% setup.py install diff --git a/mpl-scatter-density/build.sh b/mpl-scatter-density/build.sh deleted file mode 100644 index 7245626..0000000 --- a/mpl-scatter-density/build.sh +++ /dev/null @@ -1,2 +0,0 @@ -echo Nope > README.rst -$PYTHON setup.py install 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 |