work: switch to setuptools/yaml.

This commit is contained in:
Juan RP 2014-06-18 15:40:07 +02:00
parent 89069cca2f
commit 7049a5d58c

View file

@ -1,12 +1,12 @@
# Template file for 'wok'
pkgname=wok
version=1.1.1
revision=1
revision=2
build_style=python-module
hostmakedepends="python-distribute"
makedepends="python-devel python-jinja pyyaml python-docutils python-Markdown python-Pygments"
noarch="yes"
pycompile_module="wok"
hostmakedepends="python-devel python-setuptools"
makedepends="python-devel python-jinja python-yaml python-docutils python-Markdown python-Pygments"
depends="python>=2.7 python-jinja pyyaml python-docutils python-Markdown python-Pygments"
short_desc="A simple static site generator in python"
maintainer="Juan RP <xtraeme@gmail.com>"