Skip to content
This repository has been archived by the owner on Sep 29, 2022. It is now read-only.

Commit

Permalink
Added recipe for humanize-0.5.1 package
Browse files Browse the repository at this point in the history
  • Loading branch information
mutirri committed Feb 20, 2015
1 parent d3a7e92 commit 8846915
Show file tree
Hide file tree
Showing 3 changed files with 36 additions and 0 deletions.
2 changes: 2 additions & 0 deletions humanize/bld.bat
@@ -0,0 +1,2 @@
python setup.py install
if errorlevel 1 exit 1
6 changes: 6 additions & 0 deletions humanize/build.sh
@@ -0,0 +1,6 @@
#!/bin/bash

mkdir -vp ${PREFIX}/bin;

${PYTHON} setup.py install || exit 1;

28 changes: 28 additions & 0 deletions humanize/meta.yaml
@@ -0,0 +1,28 @@

package:
name: humanize
version: 0.5.1

source:
fn: humanize-0.5.1.tar.gz
url: https://pypi.python.org/packages/source/h/humanize/humanize-0.5.1.tar.gz
md5: e8473d9dc1b220911cac2edd53b1d973

build:
number: 0

requirements:
build:
- python

run:
- python

test:
imports:
- humanize

about:
home: http://github.com/jmoiron/humanize
license: MIT

0 comments on commit 8846915

Please sign in to comment.