setuptools_cython¶
Summary¶
Cython setuptools integration
Versions¶
- 0.2.1
Meta¶
package:
name: setuptools_cython
version: "0.2.1"
source:
fn: setuptools_cython-0.2.1.tar.gz
url: https://pypi.python.org/packages/source/s/setuptools_cython/setuptools_cython-0.2.1.tar.gz
md5: c29fc5bf2894e69cbd98e3800cef4707
# patches:
# List any patch files here
# - fix.patch
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
#
# - setuptools_cython = setuptools_cython:main
#
# Would create an entry point called setuptools_cython that calls setuptools_cython.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
requirements:
build:
- python
- setuptools
- cython
run:
- python
- setuptools
- cython
# test:
# Python imports
# imports:
# commands:
# You can put test commands to be run here. Use this to test that the
# entry points work.
# You can also put a file called run_test.py in the recipe that will be run
# at test time.
# requires:
# Put any additional test requirements here. For example
# - nose
about:
home: http://pypi.python.org/pypi/setuptools_cython/
license: http://www.gnu.org/licenses/gpl-2.0.html
summary: 'Cython setuptools integration'
# See
# http://docs.continuum.io/conda/build.html for
# more information about meta.yaml