diff options
| author | Joe Hunkeler <jhunk@stsci.edu> | 2016-03-23 17:00:53 -0400 | 
|---|---|---|
| committer | Joe Hunkeler <jhunk@stsci.edu> | 2016-03-23 17:00:53 -0400 | 
| commit | e4caf4a2acbb18875b1064246554e4105449b5a3 (patch) | |
| tree | b57ece5acd84c9a8c9235818b975a439c8ae3df9 /linecache2 | |
| download | astroconda-contrib-e4caf4a2acbb18875b1064246554e4105449b5a3.tar.gz | |
Initial commit
Diffstat (limited to 'linecache2')
| -rw-r--r-- | linecache2/bld.bat | 3 | ||||
| -rw-r--r-- | linecache2/build.sh | 3 | ||||
| -rw-r--r-- | linecache2/meta.yaml | 25 | 
3 files changed, 31 insertions, 0 deletions
| diff --git a/linecache2/bld.bat b/linecache2/bld.bat new file mode 100644 index 0000000..b290566 --- /dev/null +++ b/linecache2/bld.bat @@ -0,0 +1,3 @@ + +python setup.py install +if errorlevel 1 exit 1
\ No newline at end of file diff --git a/linecache2/build.sh b/linecache2/build.sh new file mode 100644 index 0000000..5c44dc5 --- /dev/null +++ b/linecache2/build.sh @@ -0,0 +1,3 @@ + +find . -name "inspect_fodder2.py" -delete +python setup.py install || exit 1
\ No newline at end of file diff --git a/linecache2/meta.yaml b/linecache2/meta.yaml new file mode 100644 index 0000000..cd8780b --- /dev/null +++ b/linecache2/meta.yaml @@ -0,0 +1,25 @@ +about: +    home: https://pypi.python.org/packages/source/l/linecache2 +    license: BSD +    summary: linecache2 +build: +    number: '0' +package: +    name: linecache2 +    version: 1.0.0 +requirements: +    build: +    - pbr +    - setuptools +    - python x.x +    run: +    - pbr +    - python x.x +source: +    fn: linecache2-1.0.0.tar.gz +    md5: 7b25d0289ec36bff1f9e63c4329ce65c +    url: +    - https://pypi.python.org/packages/source/l/linecache2/linecache2-1.0.0.tar.gz +test: +    imports: +    - linecache2 | 
