New package: wok-0.9.
This commit is contained in:
parent
1d50fb0f05
commit
133a122cfc
2 changed files with 36 additions and 0 deletions
srcpkgs/wok
19
srcpkgs/wok/patches/fix_setup.patch
Normal file
19
srcpkgs/wok/patches/fix_setup.patch
Normal file
|
@ -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'],
|
17
srcpkgs/wok/template
Normal file
17
srcpkgs/wok/template
Normal file
|
@ -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 <xtraeme@gmail.com>"
|
||||
homepage="https://github.com/mythmon/wok"
|
||||
license="MIT"
|
||||
distfiles="https://github.com/mythmon/wok/archive/v${version}.tar.gz"
|
||||
checksum=e5c5d24dbda05d396e5d22aeac05ce40bf4f362da9ca04a82c04c80ebade12b8
|
Loading…
Reference in a new issue