mirror of
https://github.com/void-linux/void-packages.git
synced 2025-08-04 03:42:56 +02:00
pelican: update to 3.4.0; fix {make,}deps
This commit is contained in:
parent
a847ab59b0
commit
3bba6403e9
1 changed files with 7 additions and 7 deletions
|
@ -1,18 +1,18 @@
|
||||||
# Template file for 'pelican'
|
# Template file for 'pelican'
|
||||||
pkgname=pelican
|
pkgname=pelican
|
||||||
version=3.3.0
|
version=3.4.0
|
||||||
revision=1
|
revision=1
|
||||||
noarch="yes"
|
noarch=yes
|
||||||
build_style=python-module
|
build_style=python-module
|
||||||
hostmakedepends="python-setuptools"
|
hostmakedepends="python-setuptools"
|
||||||
makedepends="python-devel python-feedgenerator python-jinja
|
makedepends="python-devel python-feedgenerator python-jinja python-Pygments
|
||||||
python-Pygments python-docutils python-blinker python-Unidecode
|
python-docutils python-pytz python-blinker python-Unidecode python-six
|
||||||
python-Markdown"
|
python-dateutil"
|
||||||
depends="${makedepends}"
|
depends="${makedepends}"
|
||||||
pycompile_module="pelican"
|
pycompile_module="pelican"
|
||||||
short_desc="Static site generator, written in Python"
|
short_desc="Static site generator, written in Python"
|
||||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||||
homepage="http://getpelican.com/"
|
homepage="http://getpelican.com/"
|
||||||
license="AGPL-3"
|
license="AGPL-3"
|
||||||
distfiles="https://github.com/getpelican/${pkgname}/archive/${version}.tar.gz"
|
distfiles="https://pypi.python.org/packages/source/p/pelican/pelican-${version}.tar.gz"
|
||||||
checksum=3ad536aaaf639221bd8ea921989824107070e80e5fbf14d6e7870aed421d7f32
|
checksum=a0487cc15721fcafc9b4b17a030c4655da6a365344c6bdadda8296423a746c8c
|
||||||
|
|
Loading…
Add table
Reference in a new issue