pelican: update to 3.5.0
This commit is contained in:
parent
6fdd540de5
commit
02f959802d
|
@ -1,18 +1,16 @@
|
|||
# Template file for 'pelican'
|
||||
pkgname=pelican
|
||||
version=3.4.0
|
||||
revision=3
|
||||
version=3.5.0
|
||||
revision=1
|
||||
noarch=yes
|
||||
build_style=python-module
|
||||
hostmakedepends="python-setuptools"
|
||||
makedepends="python-devel python-feedgenerator python-Jinja2 python-Pygments
|
||||
python-docutils python-pytz python-blinker python-Unidecode python-six
|
||||
python-dateutil"
|
||||
depends="${makedepends//-devel/}"
|
||||
depends="python-feedgenerator python-Jinja2 python-Pygments python-docutils
|
||||
python-pytz python-blinker python-Unidecode python-six python-dateutil"
|
||||
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>"
|
||||
homepage="http://getpelican.com/"
|
||||
license="AGPL-3"
|
||||
distfiles="https://pypi.python.org/packages/source/p/${pkgname}/${pkgname}-${version}.tar.gz"
|
||||
checksum=a0487cc15721fcafc9b4b17a030c4655da6a365344c6bdadda8296423a746c8c
|
||||
distfiles="${PYPI_SITE}/p/pelican/pelican-${version}.tar.gz"
|
||||
checksum=b7edaa88e458b99e4412e4a445c84e2d387387ed2ffdf1a88c1108a58d888836
|
||||
|
|
Loading…
Reference in New Issue