Skip to content

Commit

Permalink
Update recipes
Browse files Browse the repository at this point in the history
  • Loading branch information
pfernique committed Feb 10, 2017
1 parent 289b084 commit b5ee24f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 44 deletions.
16 changes: 0 additions & 16 deletions conda/libstatiskit_stl/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,19 +1,3 @@
##################################################################################
# #
# PyClangLite: Python bindings for Clang #
# #
# Homepage: http://pyclanglite.readthedocs.io/ #
# #
# Copyright (c) 2016 Pierre Fernique #
# #
# This software is distributed under the CeCILL-C license. You should have #
# received a copy of the legalcode along with this work. If not, see #
# <http://www.cecill.info/licences/Licence_CeCILL-C_V1-en.html>. #
# #
# File authors: Pierre Fernique <pfernique@gmail.com> (3) #
# #
##################################################################################

package:
name: libstatiskit_stl
version: "1.0.0"
Expand Down
34 changes: 6 additions & 28 deletions conda/python-statiskit_stl/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,19 +1,3 @@
##################################################################################
# #
# PyClangLite: Python bindings for Clang #
# #
# Homepage: http://pyclanglite.readthedocs.io/ #
# #
# Copyright (c) 2016 Pierre Fernique #
# #
# This software is distributed under the CeCILL-C license. You should have #
# received a copy of the legalcode along with this work. If not, see #
# <http://www.cecill.info/licences/Licence_CeCILL-C_V1-en.html>. #
# #
# File authors: Pierre Fernique <pfernique@gmail.com> (3) #
# #
##################################################################################

package:
name: python-statiskit_stl
version: "3.3.1"
Expand All @@ -23,11 +7,7 @@ source:

build:
number: 0
features:
- vc9 # [win and py27]
- vc10 # [win and py34]
- vc14 # [win and py>=35]


about:
home: statiskit.readthedocs.org
license: CeCILL
Expand All @@ -46,11 +26,9 @@ requirements:
- python

test:
# source_files: [not win]
# - test [not win]
# requires: [not win]
# - libdev [not win]
# - python-dev [not win]
# - python-dbg [not win]
source_files:
- test/test_*.py
requires:
- python-dbg
commands:
- python -c "import statiskit.stl.__stl"
- nosetests test -x -s -v

0 comments on commit b5ee24f

Please sign in to comment.