[arch-commits] Commit in nikola/trunk (PKGBUILD)

David Runge dvzrv at archlinux.org
Mon Mar 4 16:44:00 UTC 2019


    Date: Monday, March 4, 2019 @ 16:43:59
  Author: dvzrv
Revision: 437543

upgpkg: nikola 8.0.2-1

Upgrading to 8.0.2. Exchanging pyaml with ruamel-yaml. Minor fixes.

Modified:
  nikola/trunk/PKGBUILD

----------+
 PKGBUILD |   18 +++++++++---------
 1 file changed, 9 insertions(+), 9 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-03-04 16:35:50 UTC (rev 437542)
+++ PKGBUILD	2019-03-04 16:43:59 UTC (rev 437543)
@@ -1,7 +1,7 @@
 # Maintainer: David Runge <dave at sleepmap.de>
 _name=Nikola
 pkgname=nikola
-pkgver=8.0.1
+pkgver=8.0.2
 pkgrel=1
 pkgdesc="A static site and blog generator"
 arch=('any')
@@ -12,10 +12,10 @@
 'python-markdown' 'python-natsort' 'python-piexif' 'python-pillow'
 'python-pygments' 'python-pyrss2gen' 'python-requests' 'python-setuptools'
 'python-unidecode' 'python-yapsy')
-makedepends=('python-jinja' 'python-pyphen' 'python-husl' 'jupyter-notebook'
-'python-ipykernel' 'python-pyaml' 'python-toml' 'python-micawber'
-'python-ghp-import' 'python-phpserialize' 'python-pygal' 'python-typogrify'
-'python-watchdog')
+makedepends=('python-aiohttp' 'python-ghp-import' 'python-husl'
+'python-ipykernel' 'python-jinja' 'python-micawber' 'jupyter-notebook'
+'python-phpserialize' 'python-pygal' 'python-pyphen' 'python-ruamel-yaml'
+'python-toml' 'python-typogrify' 'python-watchdog')
 checkdepends=('python-coverage' 'python-freezegun' 'python-pytest-cov')
 optdepends=('jupyter-notebook: .ipynb support'
             'python-aiohttp: for `nikola auto`'
@@ -26,13 +26,13 @@
             'python-micawber: for embedding media in posts'
             'python-phpserialize: for Wordpress import'
             'python-pygal: for SVG graph plotting'
-            'python-pyphen: hyphenation support'
-            'python-pyaml: for something'
-            'python-toml: .toml support'
+            'python-pyphen: for hyphenation support'
+            'python-ruamel-yaml: for YAML support'
+            'python-toml: for TOML support'
             'python-typogrify: for typographical enhancements'
             'python-watchdog: for `nikola auto`')
 source=("https://files.pythonhosted.org/packages/source/${_name::1}/${_name}/${_name}-${pkgver}.tar.gz")
-sha512sums=('3063e762889daed50db23e8a376e072f075fae1271cc823b54782e97b20ac9a71f32360160465aa3c68b02cc4cb7b7c500cde82676ab9be002b46820a0bfb292')
+sha512sums=('4c5f472ad51e1976e8d4188a45a4aabf428b92d50792175b1e8c71681e1f38b7bdcb3cdf5af1907210871baaeba647d5fc74f4ac5f9a22d24d44f610a64f0b53')
 
 prepare() {
   mv -v "${_name}-$pkgver" "$pkgname-$pkgver"



More information about the arch-commits mailing list