{% set name = 'bob.bio.face' %} {% set project_dir = environ.get('RECIPE_DIR') + '/..' %} package: name: {{ name }} version: {{ environ.get('BOB_PACKAGE_VERSION', '0.0.1') }} build: entry_points: - baselines.py = bob.bio.face.script.baselines:main - display_face_annotations.py = bob.bio.face.script.display_face_annotations:main number: {{ environ.get('BOB_BUILD_NUMBER', 0) }} run_exports: - {{ pin_subpackage(name) }} script: - cd {{ project_dir }} {% if environ.get('BUILD_EGG') %} - python setup.py sdist --formats=zip {% endif %} - python setup.py install --single-version-externally-managed --record record.txt requirements: host: - python {{ python }} - setuptools {{ setuptools }} - bob.extension - bob.blitz - bob.core - bob.io.base - bob.io.image - bob.learn.activation - bob.math - bob.sp - bob.ip.base - bob.ip.color - bob.ip.draw - bob.ip.gabor - bob.learn.linear - bob.learn.em - bob.measure - bob.db.base - bob.db.atnt - bob.bio.base - bob.learn.boosting - bob.ip.facedetect - bob.ip.flandmark - matplotlib {{ matplotlib }} - six {{ six }} run: - python - setuptools - matplotlib - six test: imports: - {{ name }} commands: - baselines.py --help - display_face_annotations.py --help - nosetests --with-coverage --cover-package={{ name }} -sv {{ name }} - sphinx-build -aEW {{ project_dir }}/doc {{ project_dir }}/sphinx - sphinx-build -aEb doctest {{ project_dir }}/doc sphinx - conda inspect linkages -p $PREFIX {{ name }} # [not win] - conda inspect objects -p $PREFIX {{ name }} # [osx] requires: - bob-devel {{ bob_devel }}.* - nose - coverage - sphinx - sphinx_rtd_theme - bob.db.arface - bob.db.atnt - bob.db.banca - bob.db.caspeal - bob.db.frgc - bob.db.gbu - bob.db.ijba - bob.db.ijbc - bob.db.lfw - bob.db.mobio - bob.db.msu_mfsd_mod - bob.db.multipie - bob.db.replay - bob.db.replaymobile - bob.db.scface - bob.db.xm2vts - bob.bio.gmm - gridtk about: home: https://www.idiap.ch/software/bob/ license: BSD License summary: Tools for running face recognition experiments license_family: BSD