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

2020-11-17 Thread David Runge via arch-commits
Date: Tuesday, November 17, 2020 @ 11:12:20
  Author: dvzrv
Revision: 756573

upgpkg: nikola 8.1.2-2: Rebuild against python 3.9.0.

Modified:
  nikola/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-11-17 11:12:19 UTC (rev 756572)
+++ PKGBUILD2020-11-17 11:12:20 UTC (rev 756573)
@@ -3,7 +3,7 @@
 _name=Nikola
 pkgname=nikola
 pkgver=8.1.2
-pkgrel=1
+pkgrel=2
 pkgdesc="A static site and blog generator"
 arch=('any')
 url="https://getnikola.com/;


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

2020-11-17 Thread David Runge via arch-commits
Date: Tuesday, November 17, 2020 @ 11:10:40
  Author: dvzrv
Revision: 756488

upgpkg: nikola 8.1.2-1: Upgrade to 3.1.2.

Remove all (now) unnecessary fixes and patches.

Modified:
  nikola/trunk/PKGBUILD

--+
 PKGBUILD |   23 ---
 1 file changed, 8 insertions(+), 15 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-11-17 11:10:39 UTC (rev 756487)
+++ PKGBUILD2020-11-17 11:10:40 UTC (rev 756488)
@@ -2,8 +2,8 @@
 
 _name=Nikola
 pkgname=nikola
-pkgver=8.1.1
-pkgrel=3
+pkgver=8.1.2
+pkgrel=1
 pkgdesc="A static site and blog generator"
 arch=('any')
 url="https://getnikola.com/;
@@ -32,11 +32,11 @@
 '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"{,.asc}
-
"${pkgname}-8.1.1-fix_shortcode_log.patch::https://github.com/getnikola/nikola/commit/62c29c6382d663afbed9a23f68ea1cba881abcdb.patch;)
-sha512sums=('a833cb7687077266a20f7043f99b03391f350b48ceea71250158e760b0e44b603de1d6e398a03ec848483775501ad248b6ac45a23ceb250d120a63f110d482b5'
-'SKIP'
-
'10937750e24886a7e033c7148ffdea46b637793a80957a6e579f27aaa698028c18ad32e6c34947ebf398acab828dbfd6eb549730dccc9cec736e69f47df6c646')
+source=("https://files.pythonhosted.org/packages/source/${_name::1}/${_name}/${_name}-${pkgver}.tar.gz"{,.asc})
+sha512sums=('5f53f4939dddececfaf75922147b18fd08434242373d3f4a54e300475adf274b716cdc6e485e6703bdb17fe038656a8c4ac9b260b4ddd47c252a645c3d26a30a'
+'SKIP')
+b2sums=('28b4a9905a92ba2714e05aec5854ffbd9bf136e9d31218e032d6697f54b3b2711256b83e74ef6ebd0411fdeb0ac17d6454c52473cb396c029af5086cc085728e'
+'SKIP')
 validpgpkeys=('DF32C99CFF84282CF9D4CF7171023DBD5EAAEA16') # Chris Warrick 

 
 prepare() {
@@ -44,8 +44,6 @@
   cd "$pkgname-$pkgver"
   # remove options to pytest so that we don't require python-coverage et. al.
   sed -e '/addopts/d' -i setup.cfg
-  # fix log argument handling for shortcodes (make compatible with python 3.9)
-  patch -Np 1 -i ../"${pkgname}-8.1.1-fix_shortcode_log.patch"
 }
 
 build() {
@@ -67,8 +65,7 @@
 check() {
   cd "$pkgname-$pkgver"
   export PYTHONPATH="build:${PYTHONPATH}"
-  # disabling failing test: https://github.com/getnikola/nikola/issues/3432
-  pytest -vv -k 'not test_compiling_markdown[hilite]' tests/
+  pytest -v
 }
 
 package() {
@@ -85,8 +82,4 @@
 "${pkgdir}/usr/share/bash-completion/completions/${pkgname}"
   install -vDm 644 "${pkgname}_zsh" \
 "${pkgdir}/usr/share/zsh/site-functions/_${pkgname}"
-  # removing tests as a top-level module
-  # https://github.com/getnikola/nikola/issues/3348
-  local site_packages=$(python -c "import site; 
print(site.getsitepackages()[0])")
-  rm -rvf "${pkgdir}/${site_packages}/tests"
 }


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

2020-11-13 Thread Evangelos Foutras via arch-commits
Date: Saturday, November 14, 2020 @ 05:45:15
  Author: foutrelis
Revision: 754045

upgpkg: nikola 8.1.1-3: Python 3.9 rebuild

Modified:
  nikola/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-11-14 02:19:23 UTC (rev 754044)
+++ PKGBUILD2020-11-14 05:45:15 UTC (rev 754045)
@@ -3,7 +3,7 @@
 _name=Nikola
 pkgname=nikola
 pkgver=8.1.1
-pkgrel=2
+pkgrel=3
 pkgdesc="A static site and blog generator"
 arch=('any')
 url="https://getnikola.com/;


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

2020-11-13 Thread David Runge via arch-commits
Date: Friday, November 13, 2020 @ 23:32:31
  Author: dvzrv
Revision: 754034

Prepare for python 3.9.9.

Apply upstream patch for fixing logger argument handling.

Modified:
  nikola/trunk/PKGBUILD

--+
 PKGBUILD |8 ++--
 1 file changed, 6 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-11-13 23:19:31 UTC (rev 754033)
+++ PKGBUILD2020-11-13 23:32:31 UTC (rev 754034)
@@ -32,9 +32,11 @@
 '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"{,.asc})
+source=("https://files.pythonhosted.org/packages/source/${_name::1}/${_name}/${_name}-${pkgver}.tar.gz"{,.asc}
+
"${pkgname}-8.1.1-fix_shortcode_log.patch::https://github.com/getnikola/nikola/commit/62c29c6382d663afbed9a23f68ea1cba881abcdb.patch;)
 
sha512sums=('a833cb7687077266a20f7043f99b03391f350b48ceea71250158e760b0e44b603de1d6e398a03ec848483775501ad248b6ac45a23ceb250d120a63f110d482b5'
-'SKIP')
+'SKIP'
+
'10937750e24886a7e033c7148ffdea46b637793a80957a6e579f27aaa698028c18ad32e6c34947ebf398acab828dbfd6eb549730dccc9cec736e69f47df6c646')
 validpgpkeys=('DF32C99CFF84282CF9D4CF7171023DBD5EAAEA16') # Chris Warrick 

 
 prepare() {
@@ -42,6 +44,8 @@
   cd "$pkgname-$pkgver"
   # remove options to pytest so that we don't require python-coverage et. al.
   sed -e '/addopts/d' -i setup.cfg
+  # fix log argument handling for shortcodes (make compatible with python 3.9)
+  patch -Np 1 -i ../"${pkgname}-8.1.1-fix_shortcode_log.patch"
 }
 
 build() {


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

2020-07-15 Thread David Runge via arch-commits
Date: Wednesday, July 15, 2020 @ 19:50:23
  Author: dvzrv
Revision: 663989

upgpkg: nikola 8.1.1-2: Rebuilding for reproducibility.

Exporting PYTHONHASHSEED so .pyc files stay reproducible.

Modified:
  nikola/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-07-15 19:38:56 UTC (rev 663988)
+++ PKGBUILD2020-07-15 19:50:23 UTC (rev 663989)
@@ -3,7 +3,7 @@
 _name=Nikola
 pkgname=nikola
 pkgver=8.1.1
-pkgrel=1
+pkgrel=2
 pkgdesc="A static site and blog generator"
 arch=('any')
 url="https://getnikola.com/;
@@ -69,10 +69,10 @@
 
 package() {
   cd "$pkgname-$pkgver"
+  export PYTHONHASHSEED=0
   python setup.py install --skip-build \
---optimize=1 \
---prefix=/usr \
---root="${pkgdir}"
+  --optimize=1 \
+  --root="${pkgdir}"
   install -vDm 644 LICENSE.txt \
 -t "${pkgdir}/usr/share/licenses/${pkgname}"
   install -vDm 644 {AUTHORS,CHANGES}.txt {CONTRIBUTING,README}.rst \


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

2020-07-06 Thread David Runge via arch-commits
Date: Monday, July 6, 2020 @ 12:07:31
  Author: dvzrv
Revision: 657983

upgpkg: nikola 8.1.1-1: Upgrading to 8.1.1.

Removing additional pytest options to remove python-coverage and 
python-pytest-cov from checkdepends.
Reporting and disabling a failed test.

Modified:
  nikola/trunk/PKGBUILD

--+
 PKGBUILD |   13 -
 1 file changed, 8 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-07-06 12:04:58 UTC (rev 657982)
+++ PKGBUILD2020-07-06 12:07:31 UTC (rev 657983)
@@ -2,7 +2,7 @@
 
 _name=Nikola
 pkgname=nikola
-pkgver=8.0.4
+pkgver=8.1.1
 pkgrel=1
 pkgdesc="A static site and blog generator"
 arch=('any')
@@ -17,8 +17,7 @@
 'python-husl' 'python-ipykernel' 'python-jinja' 'python-micawber'
 'python-phpserialize' 'python-pygal' 'python-pyphen' 'python-ruamel-yaml'
 'python-toml' 'python-typogrify' 'python-watchdog')
-checkdepends=('python-coverage' 'python-freezegun' 'python-pytest'
-'python-pytest-cov')
+checkdepends=('python-freezegun' 'python-pytest')
 optdepends=('jupyter-notebook: for .ipynb support'
 'python-aiohttp: for `nikola auto`'
 'python-ghp-import: for upload to Github pages'
@@ -34,12 +33,15 @@
 'python-typogrify: for typographical enhancements'
 'python-watchdog: for `nikola auto`')
 
source=("https://files.pythonhosted.org/packages/source/${_name::1}/${_name}/${_name}-${pkgver}.tar.gz"{,.asc})
-sha512sums=('eb6774d11be4eab81fbe41115d80e5d0d38694b734431d5d6355fcd3e3d8ae5ff4a02114c5dd0dbbc9e1ea5a625e9ac2b6b91e82f6e017b4376e4ca8d56cfec7'
+sha512sums=('a833cb7687077266a20f7043f99b03391f350b48ceea71250158e760b0e44b603de1d6e398a03ec848483775501ad248b6ac45a23ceb250d120a63f110d482b5'
 'SKIP')
 validpgpkeys=('DF32C99CFF84282CF9D4CF7171023DBD5EAAEA16') # Chris Warrick 

 
 prepare() {
   mv -v "${_name}-$pkgver" "$pkgname-$pkgver"
+  cd "$pkgname-$pkgver"
+  # remove options to pytest so that we don't require python-coverage et. al.
+  sed -e '/addopts/d' -i setup.cfg
 }
 
 build() {
@@ -61,7 +63,8 @@
 check() {
   cd "$pkgname-$pkgver"
   export PYTHONPATH="build:${PYTHONPATH}"
-  pytest -v tests/
+  # disabling failing test: https://github.com/getnikola/nikola/issues/3432
+  pytest -vv -k 'not test_compiling_markdown[hilite]' tests/
 }
 
 package() {


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

2020-02-07 Thread David Runge via arch-commits
Date: Friday, February 7, 2020 @ 12:02:06
  Author: dvzrv
Revision: 563715

upgpkg: nikola 8.0.4-1: Upgrading to 8.0.4. Adding upstream pgp key for 
verification. Opening upstream ticket about removing tests as top-level module. 
Running tests for tests/ dir specifically because of top-level tests module 
being exported. Minor cleanups.

Modified:
  nikola/trunk/PKGBUILD

--+
 PKGBUILD |   38 +++---
 1 file changed, 23 insertions(+), 15 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-02-07 10:47:36 UTC (rev 563714)
+++ PKGBUILD2020-02-07 12:02:06 UTC (rev 563715)
@@ -1,7 +1,8 @@
 # Maintainer: David Runge 
+
 _name=Nikola
 pkgname=nikola
-pkgver=8.0.3
+pkgver=8.0.4
 pkgrel=1
 pkgdesc="A static site and blog generator"
 arch=('any')
@@ -12,17 +13,18 @@
 'python-markdown' 'python-natsort' 'python-piexif' 'python-pillow'
 'python-pygments' 'python-pyrss2gen' 'python-requests' 'python-setuptools'
 'python-unidecode' 'python-yapsy')
-makedepends=('python-aiohttp' 'python-ghp-import' 'python-husl'
-'python-ipykernel' 'python-jinja' 'python-micawber' 'jupyter-notebook'
+makedepends=('jupyter-notebook' 'python-aiohttp' 'python-ghp-import'
+'python-husl' 'python-ipykernel' 'python-jinja' 'python-micawber'
 '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'
+checkdepends=('python-coverage' 'python-freezegun' 'python-pytest'
+'python-pytest-cov')
+optdepends=('jupyter-notebook: for .ipynb support'
 'python-aiohttp: for `nikola auto`'
 'python-ghp-import: for upload to Github pages'
-'python-husl: optional color support'
-'python-ipykernel: .ipynb support'
-'python-jinja: jinja2 based themes'
+'python-husl: for optional color support'
+'python-ipykernel: for .ipynb support'
+'python-jinja: for jinja2 based themes'
 'python-micawber: for embedding media in posts'
 'python-phpserialize: for Wordpress import'
 'python-pygal: for SVG graph plotting'
@@ -31,8 +33,10 @@
 '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=('e9b55a11bc8cfba9ebdf3d735820fc10b92cdfe2afcdc97751e9346bb649701e29ad668145adac7a49a9f546dff669f0c8063e825d8da7076cf618e00fc797a5')
+source=("https://files.pythonhosted.org/packages/source/${_name::1}/${_name}/${_name}-${pkgver}.tar.gz"{,.asc})
+sha512sums=('eb6774d11be4eab81fbe41115d80e5d0d38694b734431d5d6355fcd3e3d8ae5ff4a02114c5dd0dbbc9e1ea5a625e9ac2b6b91e82f6e017b4376e4ca8d56cfec7'
+'SKIP')
+validpgpkeys=('DF32C99CFF84282CF9D4CF7171023DBD5EAAEA16') # Chris Warrick 

 
 prepare() {
   mv -v "${_name}-$pkgver" "$pkgname-$pkgver"
@@ -56,8 +60,8 @@
 
 check() {
   cd "$pkgname-$pkgver"
-  export PYTHONPATH=build:${PYTHONPATH}
-  py.test
+  export PYTHONPATH="build:${PYTHONPATH}"
+  pytest -v tests/
 }
 
 package() {
@@ -67,11 +71,15 @@
 --prefix=/usr \
 --root="${pkgdir}"
   install -vDm 644 LICENSE.txt \
-"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+-t "${pkgdir}/usr/share/licenses/${pkgname}"
   install -vDm 644 {AUTHORS,CHANGES}.txt {CONTRIBUTING,README}.rst \
 -t "${pkgdir}/usr/share/doc/${pkgname}"
-  install -vDm 644 ${pkgname}_bash \
+  install -vDm 644 "${pkgname}_bash" \
 "${pkgdir}/usr/share/bash-completion/completions/${pkgname}"
-  install -vDm 644 ${pkgname}_zsh \
+  install -vDm 644 "${pkgname}_zsh" \
 "${pkgdir}/usr/share/zsh/site-functions/_${pkgname}"
+  # removing tests as a top-level module
+  # https://github.com/getnikola/nikola/issues/3348
+  local site_packages=$(python -c "import site; 
print(site.getsitepackages()[0])")
+  rm -rvf "${pkgdir}/${site_packages}/tests"
 }


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

2019-11-06 Thread David Runge via arch-commits
Date: Wednesday, November 6, 2019 @ 22:19:23
  Author: dvzrv
Revision: 524426

upgpkg: nikola 8.0.3-1

Upgrading to 8.0.3. Updating maintainer info. Removing python-markdown 
requirements hack.
Creating shell completion during build() to not require hardcoding paths in 
package().

Modified:
  nikola/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-11-06 21:52:05 UTC (rev 524425)
+++ PKGBUILD2019-11-06 22:19:23 UTC (rev 524426)
@@ -1,8 +1,8 @@
-# Maintainer: David Runge 
+# Maintainer: David Runge 
 _name=Nikola
 pkgname=nikola
-pkgver=8.0.2
-pkgrel=2
+pkgver=8.0.3
+pkgrel=1
 pkgdesc="A static site and blog generator"
 arch=('any')
 url="https://getnikola.com/;
@@ -32,19 +32,26 @@
 '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=('4c5f472ad51e1976e8d4188a45a4aabf428b92d50792175b1e8c71681e1f38b7bdcb3cdf5af1907210871baaeba647d5fc74f4ac5f9a22d24d44f610a64f0b53')
+sha512sums=('e9b55a11bc8cfba9ebdf3d735820fc10b92cdfe2afcdc97751e9346bb649701e29ad668145adac7a49a9f546dff669f0c8063e825d8da7076cf618e00fc797a5')
 
 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() {
   cd "$pkgname-$pkgver"
   python setup.py build
+  # shell completions
+  PYTHONPATH="build" \
+  python -m "${pkgname}" tabcompletion \
+--shell bash \
+--hardcode-tasks \
+> "${pkgname}_bash"
+  PYTHONPATH="build" \
+  python -m "${pkgname}" tabcompletion \
+--shell zsh \
+--hardcode-tasks \
+> "${pkgname}_zsh"
 }
 
 check() {
@@ -63,18 +70,8 @@
 "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
   install -vDm 644 {AUTHORS,CHANGES}.txt {CONTRIBUTING,README}.rst \
 -t "${pkgdir}/usr/share/doc/${pkgname}"
-  # shell completions
-  export PYTHONPATH="${pkgdir}/usr/lib/python3.8/site-packages:${PYTHONPATH}"
-  "${pkgdir}/usr/bin/${pkgname}" tabcompletion \
---shell bash \
---hardcode-tasks \
-> "${pkgname}_bash"
   install -vDm 644 ${pkgname}_bash \
 "${pkgdir}/usr/share/bash-completion/completions/${pkgname}"
-  "${pkgdir}/usr/bin/${pkgname}" tabcompletion \
---shell zsh \
---hardcode-tasks \
-> "${pkgname}_zsh"
   install -vDm 644 ${pkgname}_zsh \
 "${pkgdir}/usr/share/zsh/site-functions/_${pkgname}"
 }


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

2019-11-03 Thread Felix Yan via arch-commits
Date: Monday, November 4, 2019 @ 05:44:25
  Author: felixonmars
Revision: 523231

Python 3.8 rebuild

Modified:
  nikola/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-11-04 05:40:43 UTC (rev 523230)
+++ PKGBUILD2019-11-04 05:44:25 UTC (rev 523231)
@@ -2,7 +2,7 @@
 _name=Nikola
 pkgname=nikola
 pkgver=8.0.2
-pkgrel=1
+pkgrel=2
 pkgdesc="A static site and blog generator"
 arch=('any')
 url="https://getnikola.com/;


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

2019-03-04 Thread David Runge via arch-commits
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
===
--- PKGBUILD2019-03-04 16:35:50 UTC (rev 437542)
+++ PKGBUILD2019-03-04 16:43:59 UTC (rev 437543)
@@ -1,7 +1,7 @@
 # Maintainer: David Runge 
 _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"


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

2018-10-11 Thread David Runge via arch-commits
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
===
--- PKGBUILD2018-10-11 21:45:41 UTC (rev 392828)
+++ PKGBUILD2018-10-11 21:54:05 UTC (rev 392829)
@@ -1,7 +1,7 @@
 # Maintainer: David Runge 
 _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() {


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

2018-09-14 Thread David Runge via arch-commits
Date: Friday, September 14, 2018 @ 09:34:54
  Author: dvzrv
Revision: 380842

upgpkg: nikola 8.0.0-1

Upgrading to 8.0.0.

Modified:
  nikola/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-09-14 09:18:09 UTC (rev 380841)
+++ PKGBUILD2018-09-14 09:34:54 UTC (rev 380842)
@@ -1,8 +1,8 @@
 # Maintainer: David Runge 
 _name=Nikola
 pkgname=nikola
-pkgver=8.0.0rc1
-pkgrel=3
+pkgver=8.0.0
+pkgrel=1
 pkgdesc="A static site and blog generator"
 arch=('any')
 url="https://getnikola.com/;
@@ -34,7 +34,7 @@
 # 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=('f9decb28940ae2d258f0283365050448b915332f2d3dc44a87ebc5624f2e5d267f4ca65e96b2bba6a52df4b4b011cfbcd9d2e296b4b2eb369831372b8f12d80b')
+sha512sums=('1df09ac46bf48c58959616d492fe33cea2192d1216bc95d39c219b2e9ed079c69de99acc9d77142808cd6f4ef9f3706e4d701aa68a72cbb335c9649f96a707f4')
 
 prepare() {
   mv -v "${_name}-$pkgver" "$pkgname-$pkgver"


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

2018-09-09 Thread David Runge via arch-commits
Date: Sunday, September 9, 2018 @ 22:10:06
  Author: dvzrv
Revision: 378939

upgpkg: nikola 8.0.0rc1-3

Adding python{,2}-nikola{,-doc} to replaces (for a while) to transition from 
previous AUR packages.

Modified:
  nikola/trunk/PKGBUILD

--+
 PKGBUILD |4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-09-09 21:58:57 UTC (rev 378938)
+++ PKGBUILD2018-09-09 22:10:06 UTC (rev 378939)
@@ -2,7 +2,7 @@
 _name=Nikola
 pkgname=nikola
 pkgver=8.0.0rc1
-pkgrel=2
+pkgrel=3
 pkgdesc="A static site and blog generator"
 arch=('any')
 url="https://getnikola.com/;
@@ -31,6 +31,8 @@
 '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=('f9decb28940ae2d258f0283365050448b915332f2d3dc44a87ebc5624f2e5d267f4ca65e96b2bba6a52df4b4b011cfbcd9d2e296b4b2eb369831372b8f12d80b')
 


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

2018-09-09 Thread David Runge via arch-commits
Date: Sunday, September 9, 2018 @ 09:34:18
  Author: dvzrv
Revision: 378879

upgpkg: nikola 8.0.0rc1-2

Removing python-ws4py from optdepends/makedepends (replaced by python-aiohttp). 
Removing now unneeded removal of version pinning in test requirements.

Modified:
  nikola/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-09-09 09:12:54 UTC (rev 378878)
+++ PKGBUILD2018-09-09 09:34:18 UTC (rev 378879)
@@ -2,7 +2,7 @@
 _name=Nikola
 pkgname=nikola
 pkgver=8.0.0rc1
-pkgrel=1
+pkgrel=2
 pkgdesc="A static site and blog generator"
 arch=('any')
 url="https://getnikola.com/;
@@ -15,7 +15,7 @@
 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' 'python-ws4py')
+'python-watchdog')
 checkdepends=('python-coverage' 'python-freezegun' 'python-pytest-cov')
 optdepends=('jupyter-notebook: .ipynb support'
 'python-aiohttp: for `nikola auto`'
@@ -30,8 +30,7 @@
 'python-pyaml: for something'
 'python-toml: .toml support'
 'python-typogrify: for typographical enhancements'
-'python-watchdog: for `nikola auto`'
-'python-ws4py: for `nikola auto`')
+'python-watchdog: for `nikola auto`')
 
source=("https://files.pythonhosted.org/packages/source/${_name::1}/${_name}/${_name}-${pkgver}.tar.gz;)
 
sha512sums=('f9decb28940ae2d258f0283365050448b915332f2d3dc44a87ebc5624f2e5d267f4ca65e96b2bba6a52df4b4b011cfbcd9d2e296b4b2eb369831372b8f12d80b')
 
@@ -38,8 +37,6 @@
 prepare() {
   mv -v "${_name}-$pkgver" "$pkgname-$pkgver"
   cd "$pkgname-$pkgver"
-  # remove hard dependencies on test package versions
-  sed -e 's/\=\=/\>\=/g' -i requirements-tests.txt
 }
 
 build() {