mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-07 15:43:49 +02:00
work: switch to setuptools/yaml.
This commit is contained in:
parent
89069cca2f
commit
7049a5d58c
1 changed files with 3 additions and 3 deletions
|
@ -1,12 +1,12 @@
|
||||||
# Template file for 'wok'
|
# Template file for 'wok'
|
||||||
pkgname=wok
|
pkgname=wok
|
||||||
version=1.1.1
|
version=1.1.1
|
||||||
revision=1
|
revision=2
|
||||||
build_style=python-module
|
build_style=python-module
|
||||||
hostmakedepends="python-distribute"
|
|
||||||
makedepends="python-devel python-jinja pyyaml python-docutils python-Markdown python-Pygments"
|
|
||||||
noarch="yes"
|
noarch="yes"
|
||||||
pycompile_module="wok"
|
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"
|
depends="python>=2.7 python-jinja pyyaml python-docutils python-Markdown python-Pygments"
|
||||||
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>"
|
||||||
|
|
Loading…
Add table
Reference in a new issue