pelican: update to 3.4.0; fix {make,}deps
This commit is contained in:
parent
a847ab59b0
commit
3bba6403e9
|
@ -1,18 +1,18 @@
|
|||
# Template file for 'pelican'
|
||||
pkgname=pelican
|
||||
version=3.3.0
|
||||
version=3.4.0
|
||||
revision=1
|
||||
noarch="yes"
|
||||
noarch=yes
|
||||
build_style=python-module
|
||||
hostmakedepends="python-setuptools"
|
||||
makedepends="python-devel python-feedgenerator python-jinja
|
||||
python-Pygments python-docutils python-blinker python-Unidecode
|
||||
python-Markdown"
|
||||
makedepends="python-devel python-feedgenerator python-jinja python-Pygments
|
||||
python-docutils python-pytz python-blinker python-Unidecode python-six
|
||||
python-dateutil"
|
||||
depends="${makedepends}"
|
||||
pycompile_module="pelican"
|
||||
short_desc="Static site generator, written in Python"
|
||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||
homepage="http://getpelican.com/"
|
||||
license="AGPL-3"
|
||||
distfiles="https://github.com/getpelican/${pkgname}/archive/${version}.tar.gz"
|
||||
checksum=3ad536aaaf639221bd8ea921989824107070e80e5fbf14d6e7870aed421d7f32
|
||||
distfiles="https://pypi.python.org/packages/source/p/pelican/pelican-${version}.tar.gz"
|
||||
checksum=a0487cc15721fcafc9b4b17a030c4655da6a365344c6bdadda8296423a746c8c
|
||||
|
|
Loading…
Reference in New Issue