commit: 9e64cde4436629fe520fd90160fc9a4705252d73 Author: Michael Mair-Keimberger (asterix) <m.mairkeimberger <AT> gmail <DOT> com> AuthorDate: Fri Sep 9 17:10:40 2016 +0000 Commit: David Seifert <soap <AT> gentoo <DOT> org> CommitDate: Sun Sep 11 08:48:15 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9e64cde4
dev-python/async: remove unused patch Closes: https://github.com/gentoo/gentoo/pull/2291 Signed-off-by: David Seifert <soap <AT> gentoo.org> dev-python/async/files/async-0.6.1_libz_link.patch | 14 -------------- 1 file changed, 14 deletions(-) diff --git a/dev-python/async/files/async-0.6.1_libz_link.patch b/dev-python/async/files/async-0.6.1_libz_link.patch deleted file mode 100644 index a7031cf..00000000 --- a/dev-python/async/files/async-0.6.1_libz_link.patch +++ /dev/null @@ -1,14 +0,0 @@ -#Patch by Jesus Rivero <[email protected]> -#Submitted to upstream Ago 26, 2011 -diff -uNr async-0.6.1.orig/setup.py async-0.6.1/setup.py ---- async-0.6.1.orig/setup.py 2010-11-21 07:03:47.000000000 -0500 -+++ async-0.6.1/setup.py 2011-08-26 16:51:57.000000000 -0400 -@@ -77,7 +77,7 @@ - packages = ('async', 'async.mod', 'async.test', 'async.test.mod'), - package_data={'async' : ['AUTHORS', 'README']}, - package_dir = {'async':''}, -- ext_modules=[Extension('async.mod.zlib', ['mod/zlibmodule.c'])], -+ ext_modules=[Extension('async.mod.zlib', ['mod/zlibmodule.c'], libraries=['z'])], - license = "BSD License", - zip_safe=False, - long_description = """Async is a framework to process interdependent tasks in a pool of workers"""
