Skip to content

Commit

Permalink
added a bunch of dependencies for textract, internetarchive
Browse files Browse the repository at this point in the history
  • Loading branch information
osborne6 committed Aug 26, 2014
1 parent d4adec5 commit 087c777
Show file tree
Hide file tree
Showing 20 changed files with 527 additions and 25 deletions.
8 changes: 8 additions & 0 deletions beautifulsoup4/bld.bat
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
"%PYTHON%" setup.py install
if errorlevel 1 exit 1

:: Add more build steps here, if they are necessary.

:: See
:: http://docs.continuum.io/conda/build.html
:: for a list of environment variables that are set during the build process.
9 changes: 9 additions & 0 deletions beautifulsoup4/build.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
#!/bin/bash

$PYTHON setup.py install

# Add more build steps here, if they are necessary.

# See
# http://docs.continuum.io/conda/build.html
# for a list of environment variables that are set during the build process.
62 changes: 62 additions & 0 deletions beautifulsoup4/meta.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,62 @@
package:
name: beautifulsoup4
version: !!str 4.3.2

source:
fn: beautifulsoup4-4.3.2.tar.gz
url: https://pypi.python.org/packages/source/b/beautifulsoup4/beautifulsoup4-4.3.2.tar.gz
md5: b8d157a204d56512a4cc196e53e7d8ee
# patches:
# List any patch files here
# - fix.patch

# build:
#preserve_egg_dir: True
#entry_points:
# Put any entry points (scripts to be generated automatically) here. The
# syntax is module:function. For example
#
# - beautifulsoup4 = beautifulsoup4:main
#
# Would create an entry point called beautifulsoup4 that calls beautifulsoup4.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

run:
- python

test:
# Python imports
imports:
- bs4
- beautifulsoup4
- bs4.builder
- bs4.tests

#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://www.crummy.com/software/BeautifulSoup/bs4/
license: MIT License
summary: 'Screen-scraping library'

# See
# http://docs.continuum.io/conda/build.html for
# more information about meta.yaml
8 changes: 8 additions & 0 deletions clint/bld.bat
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
"%PYTHON%" setup.py install
if errorlevel 1 exit 1

:: Add more build steps here, if they are necessary.

:: See
:: http://docs.continuum.io/conda/build.html
:: for a list of environment variables that are set during the build process.
9 changes: 9 additions & 0 deletions clint/build.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
#!/bin/bash

$PYTHON setup.py install

# Add more build steps here, if they are necessary.

# See
# http://docs.continuum.io/conda/build.html
# for a list of environment variables that are set during the build process.
65 changes: 65 additions & 0 deletions clint/meta.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,65 @@
package:
name: clint
version: !!str 0.3.7

source:
fn: clint-0.3.7.tar.gz
url: https://pypi.python.org/packages/source/c/clint/clint-0.3.7.tar.gz
md5: 4379c034b978e1542e024de3566ea222
# patches:
# List any patch files here
# - fix.patch

# build:
#preserve_egg_dir: True
#entry_points:
# Put any entry points (scripts to be generated automatically) here. The
# syntax is module:function. For example
#
# - clint = clint:main
#
# Would create an entry point called clint that calls clint.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
- args

run:
- python
- args

test:
# Python imports
imports:
- clint.textui
- clint
- clint.packages.colorama
- clint.packages

#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/kennethreitz/clint
license:
summary: 'Python Command-line Application Tools'

# See
# http://docs.continuum.io/conda/build.html for
# more information about meta.yaml
8 changes: 8 additions & 0 deletions docopt/bld.bat
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
"%PYTHON%" setup.py install
if errorlevel 1 exit 1

:: Add more build steps here, if they are necessary.

:: See
:: http://docs.continuum.io/conda/build.html
:: for a list of environment variables that are set during the build process.
9 changes: 9 additions & 0 deletions docopt/build.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
#!/bin/bash

$PYTHON setup.py install

# Add more build steps here, if they are necessary.

# See
# http://docs.continuum.io/conda/build.html
# for a list of environment variables that are set during the build process.
60 changes: 60 additions & 0 deletions docopt/meta.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,60 @@
package:
name: docopt
version: !!str 0.6.2

source:
fn: docopt-0.6.2.tar.gz
url: https://pypi.python.org/packages/source/d/docopt/docopt-0.6.2.tar.gz
md5: 4bc74561b37fad5d3e7d037f82a4c3b1
# patches:
# List any patch files here
# - fix.patch

# build:
#preserve_egg_dir: True
#entry_points:
# Put any entry points (scripts to be generated automatically) here. The
# syntax is module:function. For example
#
# - docopt = docopt:main
#
# Would create an entry point called docopt that calls docopt.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

run:
- python

test:
# Python imports
imports:
- docopt

#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://docopt.org
license: MIT License
summary: 'Pythonic argument parser, that will make you smile'

# See
# http://docs.continuum.io/conda/build.html for
# more information about meta.yaml
8 changes: 8 additions & 0 deletions internetarchive/bld.bat
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
"%PYTHON%" setup.py install
if errorlevel 1 exit 1

:: Add more build steps here, if they are necessary.

:: See
:: http://docs.continuum.io/conda/build.html
:: for a list of environment variables that are set during the build process.
44 changes: 19 additions & 25 deletions internetarchive/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,71 +1,64 @@
package:
name: internetarchive
version: 0.6.6
version: !!str 0.7.1

source:
fn: internetarchive-0.6.6.tar.gz
url: https://pypi.python.org/packages/source/i/internetarchive/internetarchive-0.6.6.tar.gz
#https://pypi.python.org/packages/source/i/internetarchive/internetarchive-0.6.6.tar.gz
#https://pypi.python.org/packages/source/e/ephem/ephem-3.7.5.3.tar.gz#md5=0e33905844e3be5c901c13e5a9c938a3
fn: internetarchive-0.7.1.tar.gz
url: https://pypi.python.org/packages/source/i/internetarchive/internetarchive-0.7.1.tar.gz
md5: 076c7b048de35c81a9a2842053150224
# patches:
# List any patch files here
# - fix.patch

build:
# entry_points:
#preserve_egg_dir: True
entry_points:
# Put any entry points (scripts to be generated automatically) here. The
# syntax is module:function. For example
#
# - nltk = nltk:main
# - internetarchive = internetarchive:main
#
# Would create an entry point called nltk that calls nltk.main()
# Would create an entry point called internetarchive that calls internetarchive.main()

- ia = internetarchive.iacli.ia: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
# number: 1

requirements:
build:
- python
- setuptools
- requests
- jsonpatch
- pyyaml
- pytest
- clint
- docopt
- ujson
- gevent
- pyyaml
- clint
- six

run:
- python
- ujson
- gevent
- pyyaml
- requests
- jsonpatch
- pytest
- docopt
- pyyaml
- clint
- docopt
- ujson
- gevent
- six

test:
# Python imports
imports:
- internetarchive
#- internetarchive.get_item
#- nltk
#- nltk.chunk
#- nltk.tokenize
- internetarchive.iacli

# commands:
commands:
# You can put test commands to be run here. Use this to test that the
# entry points work.

- ia --help

# You can also put a file called run_test.py in the recipe that will be run
# at test time.
Expand All @@ -76,7 +69,8 @@ test:

about:
home: https://github.com/jjjake/ia-wrapper
license: AGPL 3
license: GNU Affero General Public License v3
summary: 'A python interface to archive.org.'

# See
# http://docs.continuum.io/conda/build.html for
Expand Down
8 changes: 8 additions & 0 deletions python-docx/bld.bat
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
"%PYTHON%" setup.py install
if errorlevel 1 exit 1

:: Add more build steps here, if they are necessary.

:: See
:: http://docs.continuum.io/conda/build.html
:: for a list of environment variables that are set during the build process.
9 changes: 9 additions & 0 deletions python-docx/build.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
#!/bin/bash

$PYTHON setup.py install

# Add more build steps here, if they are necessary.

# See
# http://docs.continuum.io/conda/build.html
# for a list of environment variables that are set during the build process.
Loading

0 comments on commit 087c777

Please sign in to comment.