This repository has been archived by the owner on Oct 11, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 26
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #574 from ocefpaf/update_numdifftools
Updated numdifftools 0.9.13
- Loading branch information
Showing
7 changed files
with
109 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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' |