Skip to content
This repository has been archived by the owner on Oct 11, 2019. It is now read-only.

Commit

Permalink
Merge pull request #574 from ocefpaf/update_numdifftools
Browse files Browse the repository at this point in the history
Updated numdifftools 0.9.13
  • Loading branch information
rsignell-usgs committed Nov 9, 2015
2 parents 99260c3 + 8580b32 commit 2b050b9
Show file tree
Hide file tree
Showing 7 changed files with 109 additions and 9 deletions.
16 changes: 7 additions & 9 deletions numdifftools/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,29 +1,27 @@
package:
name: numdifftools
version: "0.9.12"
version: "0.9.13"

source:
fn: numdifftools-0.9.12.zip
url: https://pypi.python.org/packages/source/N/Numdifftools/numdifftools-0.9.12.zip
md5: f1c3a80a08ca6ca21d7a8966ca5a97b0
fn: numdifftools-0.9.13.zip
url: https://pypi.python.org/packages/source/N/Numdifftools/numdifftools-0.9.13.zip
md5: 86295fdf387780028ffc97eecdc9dce9

build:
number: 0

requirements:
build:
- python >=2.7,<3
- python
- setuptools
- setuptools_scm
- pyscaffold >=2.4rc1,<2.5a0
- six
run:
- python
- numpy
- matplotlib
- scipy
- algopy
- numpydoc
- sphinx_rtd_theme
- six

test:
Expand All @@ -32,7 +30,7 @@ test:
- numdifftools.tests
requires:
- pytest
- pytest-cov
- pytest-cov # [not py3k]

about:
home: https://github.com/pbrod/numdifftools/
Expand Down
2 changes: 2 additions & 0 deletions pbr/bld.bat
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
"%PYTHON%" setup.py install --single-version-externally-managed --record record.txt
if errorlevel 1 exit 1
3 changes: 3 additions & 0 deletions pbr/build.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
#!/bin/bash

$PYTHON setup.py install --single-version-externally-managed --record record.txt
49 changes: 49 additions & 0 deletions pbr/meta.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,49 @@
package:
name: pbr
version: "1.8.1"

source:
fn: pbr-1.8.1.tar.gz
url: https://pypi.python.org/packages/source/p/pbr/pbr-1.8.1.tar.gz
md5: c8f9285e1a4ca6f9654c529b158baa3a

build:
number: 0
preserve_egg_dir: True
entry_points:
- pbr = pbr.cmd.main:main

requirements:
build:
- python
- setuptools
run:
- python

test:
imports:
- pbr
- pbr.cmd
- pbr.hooks
#- pbr.tests
commands:
- pbr --help
requires:
- coverage >=3.6
#- discover
#- fixtures >=1.3.1
#- hacking <0.11,>=0.10.0
#- mock >=1.2
#- python-subunit >=0.0.18
- six >=1.9.0
- sphinx !=1.2.0,!=1.3b1,<1.3,>=1.1.2
#- testrepository >=0.0.18
#- testresources >=0.2.4
#- testscenarios >=0.4
#- testtools >=1.4.0
- virtualenv

about:
home: https://launchpad.net/pbr
license: Apache Software License
summary: 'Python Build Reasonableness'
2 changes: 2 additions & 0 deletions pyscaffold/bld.bat
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
"%PYTHON%" setup.py install --single-version-externally-managed --record record.txt
if errorlevel 1 exit 1
3 changes: 3 additions & 0 deletions pyscaffold/build.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
#!/bin/bash

$PYTHON setup.py install --single-version-externally-managed --record record.txt
43 changes: 43 additions & 0 deletions pyscaffold/meta.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,43 @@
package:
name: pyscaffold
version: "2.4.4"

source:
fn: pyscaffold-2.4.4.tar.gz
url: https://pypi.python.org/packages/source/P/PyScaffold/pyscaffold-2.4.4.tar.gz
md5: 647ffe3bcd0454990e80aef291eea6ce

build:
number: 0
preserve_egg_dir: True
entry_points:
- putup=pyscaffold.cli:run


requirements:
build:
- python
- setuptools
- setuptools_scm >=1.7
- six
- pbr >=1.6
run:
- python
- six
- pbr >=1.6

test:
imports:
- pyscaffold
#- pyscaffold.contrib
- pyscaffold.templates
commands:
- putup --help
requires:
- pytest
- pytest-cov # [not py3k]

about:
home: http://pyscaffold.readthedocs.org/
license: BSD License
summary: 'Template tool for putting up the scaffold of a Python project'

0 comments on commit 2b050b9

Please sign in to comment.