forked from M-Labs/artiq
parent
db061bc43d
commit
a05d04b016
|
@ -0,0 +1,2 @@
|
|||
"%PYTHON%" setup.py install
|
||||
if errorlevel 1 exit 1
|
|
@ -0,0 +1 @@
|
|||
$PYTHON setup.py install
|
|
@ -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)
|
|
@ -0,0 +1 @@
|
|||
%PYTHON% setup.py install
|
|
@ -0,0 +1 @@
|
|||
$PYTHON setup.py install
|
|
@ -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'
|
|
@ -0,0 +1 @@
|
|||
%PYTHON% setup.py install
|
|
@ -0,0 +1 @@
|
|||
$PYTHON setup.py install
|
|
@ -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'
|
Loading…
Reference in New Issue