mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
pelican: update to 3.5.0
This commit is contained in:
parent
6fdd540de5
commit
02f959802d
1 changed files with 7 additions and 9 deletions
|
@ -1,18 +1,16 @@
|
||||||
# Template file for 'pelican'
|
# Template file for 'pelican'
|
||||||
pkgname=pelican
|
pkgname=pelican
|
||||||
version=3.4.0
|
version=3.5.0
|
||||||
revision=3
|
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-Jinja2 python-Pygments
|
depends="python-feedgenerator python-Jinja2 python-Pygments python-docutils
|
||||||
python-docutils python-pytz python-blinker python-Unidecode python-six
|
python-pytz python-blinker python-Unidecode python-six python-dateutil"
|
||||||
python-dateutil"
|
|
||||||
depends="${makedepends//-devel/}"
|
|
||||||
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://pypi.python.org/packages/source/p/${pkgname}/${pkgname}-${version}.tar.gz"
|
distfiles="${PYPI_SITE}/p/pelican/pelican-${version}.tar.gz"
|
||||||
checksum=a0487cc15721fcafc9b4b17a030c4655da6a365344c6bdadda8296423a746c8c
|
checksum=b7edaa88e458b99e4412e4a445c84e2d387387ed2ffdf1a88c1108a58d888836
|
||||||
|
|
Loading…
Add table
Reference in a new issue