From a05d04b0167a399908959a25beecc0e044507d59 Mon Sep 17 00:00:00 2001 From: whitequark Date: Fri, 9 Oct 2015 22:50:51 +0300 Subject: [PATCH] conda: add missing recipes. [ci skip] --- conda/chardet/bld.bat | 2 ++ conda/chardet/build.sh | 1 + conda/chardet/meta.yaml | 33 +++++++++++++++++++++++++++++++++ conda/dateutil/bld.bat | 1 + conda/dateutil/build.sh | 1 + conda/dateutil/meta.yaml | 30 ++++++++++++++++++++++++++++++ conda/sphinx-argparse/bld.bat | 1 + conda/sphinx-argparse/build.sh | 1 + conda/sphinx-argparse/meta.yaml | 28 ++++++++++++++++++++++++++++ 9 files changed, 98 insertions(+) create mode 100644 conda/chardet/bld.bat create mode 100644 conda/chardet/build.sh create mode 100644 conda/chardet/meta.yaml create mode 100644 conda/dateutil/bld.bat create mode 100644 conda/dateutil/build.sh create mode 100644 conda/dateutil/meta.yaml create mode 100644 conda/sphinx-argparse/bld.bat create mode 100644 conda/sphinx-argparse/build.sh create mode 100644 conda/sphinx-argparse/meta.yaml diff --git a/conda/chardet/bld.bat b/conda/chardet/bld.bat new file mode 100644 index 000000000..c40a9bbef --- /dev/null +++ b/conda/chardet/bld.bat @@ -0,0 +1,2 @@ +"%PYTHON%" setup.py install +if errorlevel 1 exit 1 diff --git a/conda/chardet/build.sh b/conda/chardet/build.sh new file mode 100644 index 000000000..5a5aeeb48 --- /dev/null +++ b/conda/chardet/build.sh @@ -0,0 +1 @@ +$PYTHON setup.py install diff --git a/conda/chardet/meta.yaml b/conda/chardet/meta.yaml new file mode 100644 index 000000000..e9b7c795c --- /dev/null +++ b/conda/chardet/meta.yaml @@ -0,0 +1,33 @@ +package: + name: chardet + version: 2.2.1 + +source: + fn: chardet-2.2.1.tar.gz + url: https://pypi.python.org/packages/source/c/chardet/chardet-2.2.1.tar.gz + md5: 4a758402eaefd0331bdedc7ecb6f452c + +build: + entry_points: + - chardetect = chardet.chardetect:main + number: 0 + +requirements: + build: + - python + - setuptools + + run: + - python + +test: + # Python imports + imports: + - chardet + + commands: + - chardetect run_test.py + +about: + home: https://github.com/chardet/chardet + license: GNU Library or Lesser General Public License (LGPL) diff --git a/conda/dateutil/bld.bat b/conda/dateutil/bld.bat new file mode 100644 index 000000000..39b5e1fee --- /dev/null +++ b/conda/dateutil/bld.bat @@ -0,0 +1 @@ +%PYTHON% setup.py install diff --git a/conda/dateutil/build.sh b/conda/dateutil/build.sh new file mode 100644 index 000000000..5a5aeeb48 --- /dev/null +++ b/conda/dateutil/build.sh @@ -0,0 +1 @@ +$PYTHON setup.py install diff --git a/conda/dateutil/meta.yaml b/conda/dateutil/meta.yaml new file mode 100644 index 000000000..fd9d40a3e --- /dev/null +++ b/conda/dateutil/meta.yaml @@ -0,0 +1,30 @@ +package: + name: dateutil + version: 2.4.2 + +source: + fn: python-dateutil-2.4.2.tar.gz + url: https://pypi.python.org/packages/source/p/python-dateutil/python-dateutil-2.4.2.tar.gz + md5: 4ef68e1c485b09e9f034e10473e5add2 + +build: + number: 0 + +requirements: + build: + - python + - setuptools + - six >=1.5 + run: + - python + - six >=1.5 + +test: + imports: + - dateutil + - dateutil.zoneinfo + +about: + home: https://dateutil.readthedocs.org + license: BSD + summary: 'Extensions to the standard Python datetime module' diff --git a/conda/sphinx-argparse/bld.bat b/conda/sphinx-argparse/bld.bat new file mode 100644 index 000000000..39b5e1fee --- /dev/null +++ b/conda/sphinx-argparse/bld.bat @@ -0,0 +1 @@ +%PYTHON% setup.py install diff --git a/conda/sphinx-argparse/build.sh b/conda/sphinx-argparse/build.sh new file mode 100644 index 000000000..5a5aeeb48 --- /dev/null +++ b/conda/sphinx-argparse/build.sh @@ -0,0 +1 @@ +$PYTHON setup.py install diff --git a/conda/sphinx-argparse/meta.yaml b/conda/sphinx-argparse/meta.yaml new file mode 100644 index 000000000..6ead92292 --- /dev/null +++ b/conda/sphinx-argparse/meta.yaml @@ -0,0 +1,28 @@ +package: + name: sphinx-argparse + version: 0.1.13 + +source: + fn: sphinx-argparse-0.1.13.tar.gz + url: https://pypi.python.org/packages/source/s/sphinx-argparse/sphinx-argparse-0.1.13.tar.gz + md5: 5ec84e75e1c4b2ae7ca5fb92a6abd738 + +build: + number: 0 + +requirements: + build: + - python + - setuptools + - sphinx + run: + - python + - sphinx + +test: + imports: + - sphinxarg + +about: + license: MIT + summary: 'Sphinx extension that automatically documents argparse commands and options'