mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-09 00:23:52 +02:00
pelican: update to 4.1.1, adopt
This commit is contained in:
parent
c6e1cd1113
commit
507abdb876
1 changed files with 3 additions and 3 deletions
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'pelican'
|
# Template file for 'pelican'
|
||||||
pkgname=pelican
|
pkgname=pelican
|
||||||
version=4.0.1
|
version=4.1.1
|
||||||
revision=1
|
revision=1
|
||||||
archs=noarch
|
archs=noarch
|
||||||
build_style=python2-module
|
build_style=python2-module
|
||||||
|
@ -10,12 +10,12 @@ depends="python-setuptools python-feedgenerator python-Jinja2 python-Pygments
|
||||||
python-docutils python-pytz python-blinker python-Unidecode python-six
|
python-docutils python-pytz python-blinker python-Unidecode python-six
|
||||||
python-dateutil"
|
python-dateutil"
|
||||||
short_desc="Static site generator written in Python"
|
short_desc="Static site generator written in Python"
|
||||||
maintainer="Orphaned <orphan@voidlinux.org>"
|
maintainer="Lugubris <lugubris@disroot.org>"
|
||||||
license="AGPL-3.0-or-later"
|
license="AGPL-3.0-or-later"
|
||||||
homepage="https://getpelican.com/"
|
homepage="https://getpelican.com/"
|
||||||
changelog="https://raw.githubusercontent.com/getpelican/pelican/${version}/docs/changelog.rst"
|
changelog="https://raw.githubusercontent.com/getpelican/pelican/${version}/docs/changelog.rst"
|
||||||
distfiles="${PYPI_SITE}/p/pelican/pelican-${version}.tar.gz"
|
distfiles="${PYPI_SITE}/p/pelican/pelican-${version}.tar.gz"
|
||||||
checksum=990aa8b62a7bcb34c7585e5a67d05a10690ab2fff3cb761d0a94826cec51cd17
|
checksum=77b71b4f0eba5d8e2aa7de6e1854659acc623f5bb74be7750ccbba1856c06bce
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vlicense LICENSE
|
vlicense LICENSE
|
||||||
|
|
Loading…
Add table
Reference in a new issue