diff options
author | Joseph Hunkeler <jhunkeler@users.noreply.github.com> | 2016-07-27 11:41:19 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-07-27 11:41:19 -0400 |
commit | 80728ec5690cdad0009c41583ec983f7ba735522 (patch) | |
tree | c8a649f9dff615fa24461202d29a75016b40544c | |
parent | aa4b764af144da075756a1c03e017b7864cf230a (diff) | |
download | astroconda-contrib-80728ec5690cdad0009c41583ec983f7ba735522.tar.gz |
Remove decorator package (already upstream) (#45)
-rw-r--r-- | decorator/bld.bat | 3 | ||||
-rw-r--r-- | decorator/build.sh | 2 | ||||
-rw-r--r-- | decorator/meta.yaml | 24 |
3 files changed, 0 insertions, 29 deletions
diff --git a/decorator/bld.bat b/decorator/bld.bat deleted file mode 100644 index b290566..0000000 --- a/decorator/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/decorator/build.sh b/decorator/build.sh deleted file mode 100644 index 4b71885..0000000 --- a/decorator/build.sh +++ /dev/null @@ -1,2 +0,0 @@ - -python setup.py install || exit 1
\ No newline at end of file diff --git a/decorator/meta.yaml b/decorator/meta.yaml deleted file mode 100644 index c5082d5..0000000 --- a/decorator/meta.yaml +++ /dev/null @@ -1,24 +0,0 @@ -{% set name = 'decorator' %} -{% set version = '4.0.9' %} -{% set number = '0' %} - -about: - home: https://github.com/micheles/decorator - license: BSD - summary: Better living through Python with decorators -build: - number: {{ number }} -package: - name: {{ name }} - version: {{ version }} -requirements: - build: - - setuptools - - python x.x - run: - - python x.x -source: - fn: {{ name }}-{{ version }}.tar.gz - md5: f12c5651ccd707e12a0abaa4f76cd69a - url: - - https://pypi.python.org/packages/source/d/decorator/{{ name }}-{{ version }}.tar.gz |