diff options
Diffstat (limited to 'traceback2')
-rw-r--r-- | traceback2/bld.bat | 3 | ||||
-rw-r--r-- | traceback2/build.sh | 2 | ||||
-rw-r--r-- | traceback2/meta.yaml | 37 |
3 files changed, 0 insertions, 42 deletions
diff --git a/traceback2/bld.bat b/traceback2/bld.bat deleted file mode 100644 index b290566..0000000 --- a/traceback2/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/traceback2/build.sh b/traceback2/build.sh deleted file mode 100644 index 4b71885..0000000 --- a/traceback2/build.sh +++ /dev/null @@ -1,2 +0,0 @@ - -python setup.py install || exit 1
\ No newline at end of file diff --git a/traceback2/meta.yaml b/traceback2/meta.yaml deleted file mode 100644 index 2fa5df8..0000000 --- a/traceback2/meta.yaml +++ /dev/null @@ -1,37 +0,0 @@ -{% set name = 'traceback2' %} -{% set version = '1.4.0' %} -{% set number = '0' %} - -about: - home: https://pypi.python.org/packages/source/t/{{ name }} - license: BSD - summary: Backports of the traceback module - -build: - number: {{ number }} - -package: - name: {{ name }} - version: {{ version }} - -requirements: - build: - - pbr - - linecache2 - - six - - setuptools - - python x.x - run: - - pbr - - linecache2 - - six - - python x.x - -source: - fn: {{ name }}-{{ version }}.tar.gz - md5: 9e9723f4d70bfc6308fa992dd193c400 - url: https://pypi.python.org/packages/source/t/{{ name }}/{{ name }}-{{ version }}.tar.gz - -test: - imports: - - traceback2 |