Skip to content

Commit

Permalink
Create meta.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
ksmet1977 committed Apr 14, 2021
1 parent 6b91b75 commit c8f78d2
Showing 1 changed file with 67 additions and 0 deletions.
67 changes: 67 additions & 0 deletions conda/luxpy/meta.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,67 @@
{% set name = "luxpy" %}
{% set version = "1.6.5" %}

package:
name: "{{ name|lower }}"
version: "{{ version }}"

source:
url: "https://pypi.io/packages/source/{{ name[0] }}/{{ name }}/{{ name }}-{{ version }}.tar.gz"
sha256: fdbb84f03be2a3e72e673a4c33beca21c8519f210131aa3e2b6754f07e3e72be

build:
number: 0
script: "{{ PYTHON }} -m pip install . -vv"

requirements:
host:
- imageio
- matplotlib
- numpy
- pandas
- pip
- python
- scipy
run:
- imageio
- matplotlib
- numpy
- pandas
- python
- scipy

test:
imports:
- luxpy
- luxpy.color
- luxpy.color.cam
- luxpy.color.cat
- luxpy.color.cct
- luxpy.color.cri
- luxpy.color.cri.VFPX
- luxpy.color.cri.iestm30
- luxpy.color.cri.indices
- luxpy.color.cri.utils
- luxpy.color.ctf
- luxpy.color.deltaE
- luxpy.color.utils
- luxpy.color.whiteness
- luxpy.math
- luxpy.math.DEMO
- luxpy.math.vec3
- luxpy.spectrum
- luxpy.spectrum.basics
- luxpy.utils

about:
home: "https://github.com/ksmet1977/luxpy"
license: GPLv3
license_family: GPL3
license_file:
summary: "Python package for lighting and color science"
doc_url:
dev_url:

extra:
recipe-maintainers:
- your-github-id-here

0 comments on commit c8f78d2

Please sign in to comment.