Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
bob
conda
Commits
42164052
Commit
42164052
authored
May 09, 2017
by
Milos CERNAK
Browse files
Add skeleton/bob.ip.facelandmarks
parent
431f31e5
Pipeline
#8985
passed with stage
in 26 minutes and 42 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
skeleton/bob.ip.facelandmarks/meta.yaml
0 → 100755
View file @
42164052
{
%
set version = "1.0.3" %
}
package
:
name
:
bob.ip.facelandmarks
version
:
{{
version
}}
source
:
fn
:
bob.db.replay-{{ version }}.zip
url
:
https://pypi.io/packages/source/b/bob.ip.facelandmarks/bob.ip.facelandmarks-{{ version }}.zip
md5
:
4b8de67a86cef03d2752ce573ae8d5c4
# patches:
# List any patch files here
# - fix.patch
build
:
noarch_python
:
True
preserve_egg_dir
:
True
# entry_points:
# Put any entry points (scripts to be generated automatically) here. The
# syntax is module:function. For example
#
# - bob.ip.facelandmarks = bob.ip.facelandmarks:main
#
# Would create an entry point called bob.db.replay that calls bob.db.replay.main()
# If this is a new build for the same version, increment the build
# number. If you do not include this key, it defaults to 0.
number
:
0
script
:
python -B setup.py install --single-version-externally-managed --record record.txt
requirements
:
build
:
-
python
-
setuptools
-
docopt
-
bob.extension
-
bob.io.base
-
bob.io.image
-
bob.io.video
-
bob.ip.draw
-
bob.ip.color
-
bob.ip.facedetect
-
cyvlfeat
-
menpo
-
menpofit
run
:
-
python
-
setuptools
-
docopt
-
bob.extension
-
bob.io.base
-
bob.io.image
-
bob.io.video
-
bob.ip.draw
-
bob.ip.color
-
bob.ip.facedetect
-
cyvlfeat
-
menpo
-
menpofit
test
:
# Python imports
imports
:
-
bob
-
bob.ip.facelandmarks
# commands:
# You can put test commands to be run here. Use this to test that the
# entry points work.
# You can also put a file called run_test.py in the recipe that will be run
# at test time.
# requires:
# Put any additional test requirements here. For example
# - nose
about
:
home
:
https://www.idiap.ch/software/bob/
license
:
BSD License
summary
:
'
A
wrapper
for
using
menpo
(facial
keypoints
detection
library)
via
Bob'
license_family
:
BSD
# See
# http://docs.continuum.io/conda/build.html for
# more information about meta.yaml
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment