pelican: update to 3.3.0
Switch to setuptools.
This commit is contained in:
parent
509f0c2637
commit
30e813d0e6
|
@ -1,10 +1,10 @@
|
|||
# Template file for 'pelican'
|
||||
pkgname=pelican
|
||||
version=3.1.1
|
||||
revision=2
|
||||
noarch=yes
|
||||
version=3.3.0
|
||||
revision=1
|
||||
noarch="yes"
|
||||
build_style=python-module
|
||||
hostmakedepends="python-distribute"
|
||||
hostmakedepends="python-setuptools"
|
||||
makedepends="python-devel python-feedgenerator python-jinja
|
||||
python-Pygments python-docutils python-blinker python-Unidecode
|
||||
python-Markdown"
|
||||
|
@ -12,7 +12,7 @@ depends="${makedepends}"
|
|||
pycompile_module="pelican"
|
||||
short_desc="Static site generator, written in Python"
|
||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||
homepage="https://github.com/getpelican/pelican"
|
||||
homepage="http://getpelican.com/"
|
||||
license="AGPL-3"
|
||||
distfiles="https://github.com/getpelican/pelican/archive/${version}.tar.gz"
|
||||
checksum=d7e2f83a0168ab9b3fd7c7380abbe58f0a95088221e1ecc0a610d72902d39cd8
|
||||
distfiles="https://github.com/getpelican/${pkgname}/archive/${version}.tar.gz"
|
||||
checksum=3ad536aaaf639221bd8ea921989824107070e80e5fbf14d6e7870aed421d7f32
|
||||
|
|
Loading…
Reference in New Issue
Block a user