From f0a28945c2330891aada95666999633e226a7966 Mon Sep 17 00:00:00 2001 From: Juan RP Date: Tue, 10 Jun 2014 09:58:11 +0200 Subject: [PATCH] wok: remove unused patch to unbreak build. --- srcpkgs/wok/patches/fix_setup.patch | 19 ------------------- 1 file changed, 19 deletions(-) delete mode 100644 srcpkgs/wok/patches/fix_setup.patch diff --git a/srcpkgs/wok/patches/fix_setup.patch b/srcpkgs/wok/patches/fix_setup.patch deleted file mode 100644 index 533f20fce4..0000000000 --- a/srcpkgs/wok/patches/fix_setup.patch +++ /dev/null @@ -1,19 +0,0 @@ ---- setup.py.orig -+++ setup.py -@@ -16,14 +16,14 @@ setup( - "content, and resources (like CSS and images) into a neat stack of " - "plain HTML. You run it on your local computer, and it generates a " - "directory of web files that you can upload to your web server, or " -- "serve directly." -+ "serve directly.", - download_url="http://wok.mythmon.com/download", - classifiers=[ - "Development Status :: 4 - Beta", - "License :: OSI Approved :: MIT License", - 'Operating System :: POSIX', - 'Programming Language :: Python', -- ] -+ ], - requires=['pyyaml', 'jinja2', 'Markdown', 'docutils', 'Pygments'], - packages=['wok'], - scripts=['scripts/wok'],