Skip to content

Commit

Permalink
Update bipython
Browse files Browse the repository at this point in the history
  • Loading branch information
asmeurer committed Jun 30, 2014
1 parent d40ad7f commit 88e117b
Showing 1 changed file with 8 additions and 7 deletions.
15 changes: 8 additions & 7 deletions bipython/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
package:
name: bipython
version: !!str 0.1.2
version: !!str 0.1.3.894b734

source:
fn: bipython-0.1.2.tar.gz
url: https://pypi.python.org/packages/source/b/bipython/bipython-0.1.2.tar.gz
md5: d2547028217a9a1a690ac2d7d36d9128
fn: bipython-0.1.3.-894b734-.tar.gz
url: https://pypi.python.org/packages/source/b/bipython/bipython-0.1.3.-894b734-.tar.gz
md5: 2a1860006e9282c1644bb38ceed085c4
# patches:
# List any patch files here
# - fix.patch
Expand All @@ -21,6 +21,7 @@ build:
# Would create an entry point called bipython that calls bipython.main()

- bipython = bipython:main
- bipython3 = bipython: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.
Expand All @@ -38,7 +39,6 @@ requirements:

run:
- python
- argparse # [py26]
- pygments >=1.6
- urwid >=1.1.1
- bpython >=0.12
Expand All @@ -55,6 +55,7 @@ test:
# entry points work.

- bipython --help
- bipython3 --help

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

about:
home: http://bipython.org/
license: BSD License
summary: 'bipython: boldly indiscriminate python interpreter'
license: BSD License
summary: 'bipython: the boldly indiscriminate python interpreter'

# See
# http://docs.continuum.io/conda/build.html for
Expand Down

0 comments on commit 88e117b

Please sign in to comment.