diff --git a/srcpkgs/wok/patches/fix_setup.patch b/srcpkgs/wok/patches/fix_setup.patch new file mode 100644 index 00000000000..533f20fce4c --- /dev/null +++ b/srcpkgs/wok/patches/fix_setup.patch @@ -0,0 +1,19 @@ +--- 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'], diff --git a/srcpkgs/wok/template b/srcpkgs/wok/template new file mode 100644 index 00000000000..47403b4a33b --- /dev/null +++ b/srcpkgs/wok/template @@ -0,0 +1,17 @@ +# Template file for 'wok' +pkgname=wok +version=0.9 +revision=1 +create_srcdir=yes +noarch=yes +pycompile_module="wok" +build_style=python-module +depends="python>=2.7 python-jinja pyyaml python-docutils python-Markdown python-Pigments" +makedepends="python-devel python-distribute" +crossmakedepends="python-devel" +short_desc="A simple static site generator in python" +maintainer="Juan RP " +homepage="https://github.com/mythmon/wok" +license="MIT" +distfiles="https://github.com/mythmon/wok/archive/v${version}.tar.gz" +checksum=e5c5d24dbda05d396e5d22aeac05ce40bf4f362da9ca04a82c04c80ebade12b8