From 4c6372b5ac4f5e344667ac95d5f300ce613a4325 Mon Sep 17 00:00:00 2001 From: "Pete[r] M. Landwehr" Date: Sat, 13 Aug 2016 17:58:22 -0700 Subject: [PATCH] Removed patch from repo --- recipes/linecache2/inspect_fodder2.patch | 24 ------------------------ recipes/linecache2/meta.yaml | 6 ------ 2 files changed, 30 deletions(-) delete mode 100644 recipes/linecache2/inspect_fodder2.patch diff --git a/recipes/linecache2/inspect_fodder2.patch b/recipes/linecache2/inspect_fodder2.patch deleted file mode 100644 index 80b4326e24d79..0000000000000 --- a/recipes/linecache2/inspect_fodder2.patch +++ /dev/null @@ -1,24 +0,0 @@ ---- linecache2/tests/inspect_fodder2.py -+++ linecache2/tests/inspect_fodder2.py -@@ -99,16 +99,16 @@ - method_in_dynamic_class = f().g - - #line 101 --def keyworded(*arg1, arg2=1): -- pass -+# def keyworded(*arg1, arg2=1): -+# pass - - #line 105 --def annotated(arg1: list): -- pass -+# def annotated(arg1: list): -+# pass - - #line 109 --def keyword_only_arg(*, arg): -- pass -+# def keyword_only_arg(*, arg): -+# pass - - from functools import wraps diff --git a/recipes/linecache2/meta.yaml b/recipes/linecache2/meta.yaml index 83f3146745e89..34f90a587faf2 100644 --- a/recipes/linecache2/meta.yaml +++ b/recipes/linecache2/meta.yaml @@ -11,17 +11,11 @@ source: fn: {{ name }}-{{ version }}.tar.gz url: https://pypi.io/packages/source/{{ name[0] }}/{{ name }}/{{ name }}-{{ version }}.tar.gz {{ hash_type }}: {{ hash_val }} - # patches: - # - inspect_fodder2.patch # [not py3k] - # - test_linecache.patch # [not py3k] - # inspect_fodder2 kills the build when byte-compiling on py 2.x - # the patch removes inspect_fodder2 and refs to it build: number: 0 script: python setup.py install --single-version-externally-managed --record=record.txt - requirements: build: - python