Date: Friday, September 7, 2018 @ 18:51:35
Author: dvzrv
Revision: 378652
upgpkg: sigal 1.4.0-4
Removing unneeded python-twine from depends. Moving python-feedgenerator to
optdepends (only needed for plugin). Adding python-{brotli,zopfli} to
optdepends (for plugins).
Modified:
sigal/trunk/PKGBUILD
----------+
PKGBUILD | 14 ++++++++------
1 file changed, 8 insertions(+), 6 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2018-09-07 18:48:50 UTC (rev 378651)
+++ PKGBUILD 2018-09-07 18:51:35 UTC (rev 378652)
@@ -1,16 +1,18 @@
# Maintainer: David Runge <[email protected]>
pkgname=sigal
pkgver=1.4.0
-pkgrel=3
+pkgrel=4
pkgdesc="Yet another simple static gallery generator"
arch=('any')
url="http://sigal.saimon.org/en/latest/"
license=('MIT')
-depends=('ffmpeg' 'python-blinker' 'python-click' 'python-feedgenerator'
'python-jinja'
-'python-markdown' 'python-pillow' 'python-pilkit' 'python-setuptools'
-'python-twine')
-checkdepends=('python-pytest-cov' 'python-boto')
-optdepends=('python-boto: S3 connection')
+depends=('ffmpeg' 'python-blinker' 'python-click' 'python-jinja'
+'python-markdown' 'python-pillow' 'python-pilkit' 'python-setuptools')
+checkdepends=('python-pytest-cov' 'python-boto' 'python-brotli'
'python-feedgenerator' 'python-zopfli')
+optdepends=('python-boto: upload to S3 plugin'
+ 'python-brotli: compress assets plugin'
+ 'python-feedgenerator: feed plugin'
+ 'python-zopfli: compress assets plugin')
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/saimn/${pkgname}/archive/${pkgver}.tar.gz")
# tests are not included in pypi source:
https://github.com/saimn/sigal/issues/337
#source=("https://files.pythonhosted.org/packages/source/${pkgname::1}/${pkgname}/${pkgname}-${pkgver}.tar.gz")