void-packages/srcpkgs/wok/patches/fix_setup.patch
2013-03-06 13:37:45 +01:00

19 lines
734 B
Diff

--- 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'],