Skip to content

Commit 797fc84

Browse files
committed
cleaned out release recipe and updated dev recipe
1 parent 5ede27a commit 797fc84

File tree

6 files changed

+5
-85
lines changed

6 files changed

+5
-85
lines changed

conda.recipe/dev/bld.bat

Lines changed: 0 additions & 8 deletions
This file was deleted.

conda.recipe/dev/build.sh

Lines changed: 0 additions & 9 deletions
This file was deleted.

conda.recipe/dev/meta.yaml renamed to conda.recipe/meta.yaml

Lines changed: 5 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,20 @@
11
package:
22
name: mpl-probscale
3-
version: 0.1.1
3+
version: 0.1.2dev
44

55
source:
6-
path: ../../
7-
# patches:
8-
# List any patch files here
9-
# - fix.patch
6+
path: ../
107

118
build:
12-
number: 1
9+
script: python setup.py install
10+
number: 2
1311

1412
requirements:
1513
build:
1614
- python
1715
- numpy
1816
- matplotlib
17+
- nose
1918

2019
run:
2120
- python
@@ -38,7 +37,3 @@ about:
3837
home: http://phobson.github.io/mpl-probscale/
3938
license: BSD License
4039
summary: 'Probability scales for matplotlib.'
41-
42-
# See
43-
# http://docs.continuum.io/conda/build.html for
44-
# more information about meta.yaml/configure

conda.recipe/release/bld.bat

Lines changed: 0 additions & 8 deletions
This file was deleted.

conda.recipe/release/build.sh

Lines changed: 0 additions & 9 deletions
This file was deleted.

conda.recipe/release/meta.yaml

Lines changed: 0 additions & 41 deletions
This file was deleted.

0 commit comments

Comments
 (0)