functools32¶
Summary¶
Backport of the functools module from Python 3.2.3 for use on 2.7 and PyPy.
Versions¶
- 3.2.3.2
License¶
PSF license
Meta¶
package:
name: functools32
version: "3.2.3.2"
source:
fn: functools32-3.2.3-2.tar.gz
url: https://pypi.python.org/packages/source/f/functools32/functools32-3.2.3-2.tar.gz
build:
skip: True # [not py27]
requirements:
build:
- python
run:
- python
test:
# Python imports
imports:
- functools32
# 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: https://github.com/MiCHiLU/python-functools32
license: PSF license
summary: 'Backport of the functools module from Python 3.2.3 for use on 2.7 and PyPy.'
# See
# http://docs.continuum.io/conda/build.html for
# more information about meta.yaml