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

David Runge dvzrv at archlinux.org
Thu Oct 11 21:54:06 UTC 2018


    Date: Thursday, October 11, 2018 @ 21:54:05
  Author: dvzrv
Revision: 392829

upgpkg: nikola 8.0.1-1

Upgrading to 8.0.1. This seems to be compatible to python-markdown 3.0.1 (in case this will be updated soon).

Modified:
  nikola/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-10-11 21:45:41 UTC (rev 392828)
+++ PKGBUILD	2018-10-11 21:54:05 UTC (rev 392829)
@@ -1,7 +1,7 @@
 # Maintainer: David Runge <dave at sleepmap.de>
 _name=Nikola
 pkgname=nikola
-pkgver=8.0.0
+pkgver=8.0.1
 pkgrel=1
 pkgdesc="A static site and blog generator"
 arch=('any')
@@ -31,14 +31,15 @@
             'python-toml: .toml support'
             'python-typogrify: for typographical enhancements'
             'python-watchdog: for `nikola auto`')
-# TODO: remove with next minor version
-replaces=('python-nikola' 'python2-nikola' 'python-nikola-doc')
 source=("https://files.pythonhosted.org/packages/source/${_name::1}/${_name}/${_name}-${pkgver}.tar.gz")
-sha512sums=('1df09ac46bf48c58959616d492fe33cea2192d1216bc95d39c219b2e9ed079c69de99acc9d77142808cd6f4ef9f3706e4d701aa68a72cbb335c9649f96a707f4')
+sha512sums=('3063e762889daed50db23e8a376e072f075fae1271cc823b54782e97b20ac9a71f32360160465aa3c68b02cc4cb7b7c500cde82676ab9be002b46820a0bfb292')
 
 prepare() {
   mv -v "${_name}-$pkgver" "$pkgname-$pkgver"
   cd "$pkgname-$pkgver"
+  # removing upper limit for python-markdown (seemingly compatible to 3.0.1)
+  # https://github.com/getnikola/nikola/issues/3173
+  sed -e 's/,<3.0.0//' -i requirements.txt
 }
 
 build() {



More information about the arch-commits mailing list