Skip to content

Commit

Permalink
Create meta.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
ksmet1977 committed May 10, 2021
1 parent 3d4b7d3 commit e068bcf
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.9" %}

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

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

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 e068bcf

Please sign in to comment.