Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added recipe for traceback2 #1308

Merged
merged 5 commits into from
Aug 25, 2016
Merged
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
41 changes: 41 additions & 0 deletions recipes/traceback2/meta.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,41 @@
{%set name = "traceback2" %}
{%set version = "1.4.0" %}
{%set hash_type = "sha256" %}
{%set hash_val = "05acc67a09980c2ecfedd3423f7ae0104839eccb55fc645773e1caa0951c3030" %}

package:
name: {{ name }}
version: {{ version }}

source:
fn: {{ name }}-{{ version }}.tar.gz
url: https://pypi.io/packages/source/{{ name[0] }}/{{ name }}/{{ name }}-{{ version }}.tar.gz
{{ hash_type }}: {{ hash_val }}

build:
number: 0
script: python setup.py install --single-version-externally-managed --record=record.txt

requirements:
build:
- python
- setuptools
- pbr

run:
- python
- linecache2
- six

test:
imports:
- traceback2

about:
home: https://github.com/testing-cabal/traceback2
license: PSF 2.0
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please add an issue upstream about including a license file in their sdists. Also please xref it here.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Done - see issue 9

summary: 'Backports of the traceback module'

extra:
recipe-maintainers:
- pmlandwehr
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@anguslees, would you be willing to help maintain traceback2?

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please feel free to add @anguslees here, @pmlandwehr, as he proposed such a recipe he was willing to maintain in PR ( #537 ). If I'm wrong about this assumption, please let us know, @anguslees, and we can take you off after.