diff options
author | Joseph Hunkeler <jhunk@stsci.edu> | 2016-04-30 19:06:49 -0400 |
---|---|---|
committer | Joseph Hunkeler <jhunk@stsci.edu> | 2016-04-30 19:06:49 -0400 |
commit | 9377b7a9d941050e9843fbd02e087e2b45f28ad6 (patch) | |
tree | 26c9f1750930a8a58563cc66ce55cb519c5749c7 /decorators | |
parent | 21d169fa527d5b3849055cdd01f590a1c1820920 (diff) | |
download | astroconda-contrib-9377b7a9d941050e9843fbd02e087e2b45f28ad6.tar.gz |
Redo completely broken decorator recipe
Diffstat (limited to 'decorators')
-rw-r--r-- | decorators/bld.bat | 3 | ||||
-rw-r--r-- | decorators/build.sh | 2 | ||||
-rw-r--r-- | decorators/meta.yaml | 20 |
3 files changed, 0 insertions, 25 deletions
diff --git a/decorators/bld.bat b/decorators/bld.bat deleted file mode 100644 index b290566..0000000 --- a/decorators/bld.bat +++ /dev/null @@ -1,3 +0,0 @@ - -python setup.py install -if errorlevel 1 exit 1
\ No newline at end of file diff --git a/decorators/build.sh b/decorators/build.sh deleted file mode 100644 index 4b71885..0000000 --- a/decorators/build.sh +++ /dev/null @@ -1,2 +0,0 @@ - -python setup.py install || exit 1
\ No newline at end of file diff --git a/decorators/meta.yaml b/decorators/meta.yaml deleted file mode 100644 index 917aa4b..0000000 --- a/decorators/meta.yaml +++ /dev/null @@ -1,20 +0,0 @@ -about: - home: https://github.com/micheles/decorator - license: BSD - summary: Better living through Python with decorators -build: - number: '0' -package: - name: decorators - version: 4.0.9 -requirements: - build: - - setuptools - - python x.x - run: - - python x.x -source: - fn: decorators-4.0.9.tar.gz - md5: f12c5651ccd707e12a0abaa4f76cd69a - url: - - https://pypi.python.org/packages/source/d/decorators/decorators-4.0.9.tar.gz |