File: conda.yaml

package info (click to toggle)
python-multipledispatch 1.0.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 272 kB
  • sloc: python: 1,116; makefile: 141
file content (21 lines) | stat: -rw-r--r-- 346 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
package:
    name: multipledispatch 
    version: "0.4.6"

build:
    number: {{environ.get('BINSTAR_BUILD', 1)}}
    script: 
      - cd $RECIPE_DIR
      - $PYTHON setup.py install 

requirements:
    build:
      - setuptools
      - python

    run:
      - python

about:
    home: https://multiple-dispatch.readthedocs.io/
    license: BSD