summaryrefslogtreecommitdiff
path: root/qtpy
diff options
context:
space:
mode:
authorJoseph Hunkeler <jhunkeler@users.noreply.github.com>2018-02-14 16:04:22 -0500
committerGitHub <noreply@github.com>2018-02-14 16:04:22 -0500
commit000f9fe943522e54fcfd0910711bfdbde8785e3b (patch)
treebc1fe80a8a74668743a3b6c8cef29733debe621a /qtpy
parentb42445476e8dafef90f7190a9fbf20ef94c1ba78 (diff)
downloadastroconda-contrib-000f9fe943522e54fcfd0910711bfdbde8785e3b.tar.gz
Next (#292)
* Strip x.x selectors * Assign build-time python lock * Minimal build matrix * Numpy locking * Force -m64 on darwin * ds9: add md5 hash * stsci: Remove build section * Replace python calls with env variable; Strip redundant exit conditions * Remove dead packages * sextractor: Use Intel MKL * Use autotools whatever the platform; Switch URL to github mirror (astromatic is too slow) * Force linkage against Intel OpenMP Signed-off-by: Joseph Hunkeler <jhunkeler@gmail.com> * Add version guard template * Remove dead sextractor package * Bump all build revisions * Remove recipes that exist in defaults or no longer serve a purpose * Fixup mosviz requirements * Remove purge_path usage * Remove glue* recipes (favor defaults channel) * Remove pydrizzle * Replace glueviz requirement with glue-core * Remove pytools * Remove pytools dependency * Adjust specviz requirements * pyregion moved to astropy org * Fix d2to1 dependency * Remove d2to1 pip calls * Remove deprecated stsci_sphinx_theme
Diffstat (limited to 'qtpy')
-rw-r--r--qtpy/LICENSE13
-rw-r--r--qtpy/meta.yaml37
2 files changed, 0 insertions, 50 deletions
diff --git a/qtpy/LICENSE b/qtpy/LICENSE
deleted file mode 100644
index 04ad21b..0000000
--- a/qtpy/LICENSE
+++ /dev/null
@@ -1,13 +0,0 @@
-BSD 3-clause license
-Copyright (c) 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/qtpy/meta.yaml b/qtpy/meta.yaml
deleted file mode 100644
index 13e9e2b..0000000
--- a/qtpy/meta.yaml
+++ /dev/null
@@ -1,37 +0,0 @@
-{% set name = 'qtpy' %}
-{% set version = '1.1.1' %}
-{% set number = '0' %}
-
-package:
- name: {{ name }}
- version: {{ version }}
-
-source:
- fn: {{ name }}-{{ version }}.tar.gz
- url: https://pypi.io/packages/source/q/{{ name }}/QtPy-{{ version }}.tar.gz
- md5: 181a1cc9c010e0c1f4daa3f0f69e3782
-
-build:
- number: {{ number }}
- script: python setup.py install --single-version-externally-managed --record record.txt
-
-requirements:
-
- build:
- - python
- - setuptools
-
- run:
- - python
-
-test:
- requires:
- - pyqt
- imports:
- - qtpy
-
-about:
- home: https://github.com/spyder-ide/qtpy
- license: MIT
- summary: A uniform layer to support PyQt5, PyQt4 and PySide with a single codebase
-