Skip to content

Commit

Permalink
webcolors: Add webcolors for testing.
Browse files Browse the repository at this point in the history
  • Loading branch information
jakirkham committed Jun 6, 2016
1 parent 3273c9a commit fcfd155
Showing 1 changed file with 38 additions and 0 deletions.
38 changes: 38 additions & 0 deletions recipes/webcolors/meta.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,38 @@
{% set version = "1.5" %}

package:
name: webcolors
version: {{ version }}

source:
fn: webcolors-{{ version }}.tar.gz
url: https://pypi.python.org/packages/source/w/webcolors/webcolors-{{ version }}.tar.gz
md5: 2e9da1bbb7a087c6108e05be64640afb

build:
number: 0
script:
- source activate "${CONDA_DEFAULT_ENV}" # [unix]
- activate "%CONDA_DEFAULT_ENV%" # [win]
- pip install .

requirements:
build:
- python
- python-toolchain

run:
- python

test:
imports:
- webcolors

about:
home: https://github.com/ubernostrum/webcolors
license: BSD License
summary: 'A library for working with color names and color value formats defined by the HTML and CSS specifications for use in documents on the Web.'

extra:
recipe-maintainers:
- jakirkham

0 comments on commit fcfd155

Please sign in to comment.