Skip to content

Commit

Permalink
Merge pull request #68 from kain88-de/conda-recipes-2
Browse files Browse the repository at this point in the history
Conda recipes 2
  • Loading branch information
dotsdl committed Jun 2, 2016
2 parents 18786c9 + 52f49c5 commit 70878af
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 34 deletions.
8 changes: 0 additions & 8 deletions maintainer/conda/datreant.core/bld.bat

This file was deleted.

10 changes: 0 additions & 10 deletions maintainer/conda/datreant.core/build.sh

This file was deleted.

4 changes: 2 additions & 2 deletions maintainer/conda/pathlib/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ source:
# - fix.patch

build:
noarch_python: True
# noarch_python: True
# preserve_egg_dir: True
# entry_points:
# Put any entry points (scripts to be generated automatically) here. The
Expand All @@ -24,7 +24,7 @@ build:

# If this is a new build for the same version, increment the build
# number. If you do not include this key, it defaults to 0.
# number: 1
number: 1

requirements:
build:
Expand Down
7 changes: 7 additions & 0 deletions maintainer/conda/pathlib/package_build.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# serve as a reminder how to generate package

conda build .
conda convert $CONDA_PATH/conda-bld/linux-64/pathlib-1.0.1-py27_1.tar.bz -p linux-32
conda convert $CONDA_PATH/conda-bld/linux-64/pathlib-1.0.1-py27_1.tar.bz -p osx-64

# upload each package individually to anaconda
17 changes: 3 additions & 14 deletions maintainer/conda/datreant.core/meta.yaml → meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,19 +10,8 @@ source:

build:
noarch_python: True
# preserve_egg_dir: True
# entry_points:
# Put any entry points (scripts to be generated automatically) here. The
# syntax is module:function. For example
#
# - datreant.core = datreant.core:main
#
# Would create an entry point called datreant.core that calls datreant.core.main()


# If this is a new build for the same version, increment the build
# number. If you do not include this key, it defaults to 0.
# number: 1
script: $PYTHON setup.py install
number: 3

requirements:
build:
Expand Down Expand Up @@ -66,7 +55,7 @@ test:
- python-levenshtein

files:
- ../../../src/datreant/core/tests
- src/datreant/core/tests

commands:
# You can put test commands to be run here. Use this to test that the
Expand Down

0 comments on commit 70878af

Please sign in to comment.