wok: pyyaml -> python-yaml.

This commit is contained in:
Juan RP 2014-06-18 16:23:40 +02:00
parent bff1f948bb
commit c73945147d

View File

@ -1,13 +1,13 @@
# Template file for 'wok' # Template file for 'wok'
pkgname=wok pkgname=wok
version=1.1.1 version=1.1.1
revision=2 revision=3
build_style=python-module build_style=python-module
noarch="yes" noarch="yes"
pycompile_module="wok" pycompile_module="wok"
hostmakedepends="python-devel python-setuptools" hostmakedepends="python-devel python-setuptools"
makedepends="python-devel python-jinja python-yaml python-docutils python-Markdown python-Pygments" 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" depends="${makedepends/python-devel/}"
short_desc="A simple static site generator in python" short_desc="A simple static site generator in python"
maintainer="Juan RP <xtraeme@gmail.com>" maintainer="Juan RP <xtraeme@gmail.com>"
homepage="https://github.com/mythmon/wok" homepage="https://github.com/mythmon/wok"