Skip to content

Commit 59b3f39

Browse files
committed
Merge pull request #391 from grlee77/traits
add traits
2 parents 875bc11 + 1677d79 commit 59b3f39

File tree

1 file changed

+34
-0
lines changed

1 file changed

+34
-0
lines changed

recipes/traits/meta.yaml

+34
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,34 @@
1+
{% set version = "4.5.0" %}
2+
3+
package:
4+
name: traits
5+
version: {{ version }}
6+
7+
source:
8+
fn: traits-{{ version }}.tar.gz
9+
url: https://pypi.python.org/packages/source/t/traits/traits-{{ version }}.tar.gz
10+
md5: 3ad558eebaedc63c29c80183c0371d2f
11+
12+
build:
13+
number: 0
14+
script: python setup.py install --single-version-externally-managed --record record.txt
15+
16+
requirements:
17+
build:
18+
- python
19+
- setuptools
20+
run:
21+
- python
22+
23+
test:
24+
imports:
25+
- traits
26+
27+
about:
28+
home: http://code.enthought.com/projects/traits
29+
license: BSD 3-clause
30+
summary: traits - explicitly typed attributes for Python
31+
32+
extra:
33+
recipe-maintainers:
34+
- grlee77

0 commit comments

Comments
 (0)