
0]c           @   sw  y d  d l  m Z WnF e k
 r\ d GHd d d d d d d	 d
 d d d d d d g Z n Xy d  d l m Z Wn0e k
 rd GHi	 d d h d 6d d d d d d d d d d d  d! d" h d# 6d$ d% d& d' d( d) d* d+ d, d- d. d/ d0 d1 d2 d3 d4 d5 d6 d7 h d8 6d8 d9 d: d; d< h d= 6d d8 d> d? d d2 d= d7 h d@ 6dA dB dC dD dE h dF 6dG dH dI dJ dK h d? 6dL dM dN dO dC dP dQ dR dS dT h
 d> 6dU dV dW h dX 6Z n Xi dY dZ 6d[ d\ 6d] d^ 6d_ d` 6da db 6dc dd 6de df 6Z i dg dh 6di dj 6dk dl 6dm dn 6do dp 6dq dr 6ds dt 6du dv 6dw dx 6dy dz 6d{ d| 6d} d~ 6d d 6d d 6d d 6d d 6d d 6d d 6d d 6d d 6Z d Z d S(   i(   t   allowed_license_familiessp   warning: could not import conda-build ALLOWED_LICENSE_FAMILIES data.  Falling back to possibly stale static listt   AGPLt   GPLt   GPL2t   GPL3t   LGPLt   BSDt   MITt   APACHEt   PSFt   CCs   PUBLIC-DOMAINt   PROPRIETARYt   OTHERt   NONE(   t   FIELDSs]   warning: could not import conda-build FIELDS data.  Falling back to possibly stalestatic listt   namet   versiont   packaget   fnt   urlt   md5t   sha1t   sha256t   git_urlt   git_tagt
   git_brancht   git_revt   patchest   hg_urlt   hg_tagt   patht   sourcet   featurest   track_featurest   skipt   numbert   entry_pointst
   osx_is_appt   noarcht   preserve_egg_dirt   win_has_prefixt   no_linkt   ignore_prefix_filest   msvc_compilert   skip_compile_pyct   detect_binary_files_with_prefixt   scriptt   always_include_filest   binary_relocationt   binary_has_prefix_filest   noarch_pythont   run_exportst   buildt   runt   preferred_envt   hostt   preferred_env_executable_pathst   requirementst   aboutt   testt   outputst   entryt   icont   summaryt   typet   cli_optst   appt   requirest   commandst   filest   source_filest   importst   licenset   license_urlt   license_familyt   license_filet   descriptiont   homet   doc_urlt   doc_source_urlt   dev_urls   recipe-maintainerst   finalt   parent_recipet   extras   MachO-universals   s
   MachO-i386s   s   MachO-x86_64s   s	   MachO-ppcs   s   MachO-ppc64s   t   DLLs   MZ t   ELFs   ELFt   UNKNOWNi    t   AM33i  t   AMD64id  t   ARMi  t   EBCi  t   I386iL  t   IA64i   t   M32RiA  t   MIPS16if  t   MIPSFPUif  t	   MIPSFPU16if  t   POWERPCi  t	   POWERPCFPi  t   R4000if  t   SH3i  t   SH3DSPi  t   SH4i  t   SH5i  t   THUMBi  t	   WCEMIPSV2ii  s9  
# Note: there are many handy hints in comments in this example -- remove them when you've finalized your recipe
# Jinja variables help maintain the recipe as you'll update the version only here.
# sha256 is the prefered checksum -- you can get it for a file with:
#  `openssl sha256 <file name>`.
# You may need the openssl package, available on conda-forge
#  `conda install openssl -c conda-forge``
# If the installation is complex, or different between Unix and Windows, use separate bld.bat and build.sh files instead of this key.
# By default, the package will be built for the Python versions supported by conda-forge and for all major OSs.
# Add the line "skip: True  # [py<35]" (for example) to limit to Python 3.5 and newer, or "skip: True  # [not win]" to limit to Windows.
# When setuptools is available add the `--single-version-externally-managed --record record.txt` above.
# if your project compiles code (such as a C extension) then add `toolchain` as a build requirement.
# Some package might need a `test/commands` key to check CLI.
# List all the packages/modules that `run_test.py` imports.
# Remember to specify the license variants for BSD, Apache, GPL, and LGLP.
# Prefer the short version, e.g: GPL-2.0 instead of GNU General Public License version 2.0
# See https://opensource.org/licenses/alphabetical
# The license_family, i.e. "BSD" if license is "BSD-3-Clause". (optional)
# It is strongly encouraged to include a license file in the package,
# (even if the license doesn't require it) using the license_file entry.
# See http://conda.pydata.org/docs/building/meta-yaml.html#license-file
# The remaining entries in this section are optional, but recommended
# GitHub IDs for maintainers of the recipe.
# Always check with the people listed below if they are OK becoming maintainers of the recipe. (There will be spam!)
N(	   t   conda_build.license_familyR    t   LICENSE_FAMILIESt   ImportErrort   conda_build.metadataR   t   MAGIC_HEADERSt	   DLL_TYPESt   CONDA_FORGE_COMMENTS(    (    (    s5   lib/python2.7/site-packages/conda_verify/constants.pyt   <module>   s   






