[arch-commits] Commit in nikola/repos/community-any (PKGBUILD PKGBUILD keys)

David Runge dvzrv at gemini.archlinux.org
Tue Aug 2 15:36:04 UTC 2022


    Date: Tuesday, August 2, 2022 @ 15:36:03
  Author: dvzrv
Revision: 1259822

archrelease: copy trunk to community-any

Added:
  nikola/repos/community-any/PKGBUILD
    (from rev 1259821, nikola/trunk/PKGBUILD)
  nikola/repos/community-any/keys/
Deleted:
  nikola/repos/community-any/PKGBUILD

----------+
 PKGBUILD |  146 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 73 insertions(+), 73 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2022-08-02 15:35:51 UTC (rev 1259821)
+++ PKGBUILD	2022-08-02 15:36:03 UTC (rev 1259822)
@@ -1,73 +0,0 @@
-# Maintainer: David Runge <dvzrv at archlinux.org>
-
-_name=Nikola
-pkgname=nikola
-pkgver=8.2.2
-pkgrel=1
-pkgdesc="A static site and blog generator"
-arch=(any)
-url="https://getnikola.com/"
-license=(MIT)
-# still requires python-setuptools due to the use of pkg_resources
-depends=(python-babel python-blinker python-doit python-dateutil
-python-docutils python-logbook python-lxml python-mako python-markdown
-python-natsort python-piexif python-pillow python-pygments python-pyrss2gen
-python-requests python-setuptools python-unidecode python-yapsy)
-makedepends=(jupyter-notebook python-aiohttp python-build python-ghp-import
-python-husl python-installer python-ipykernel python-jinja python-micawber
-python-phpserialize python-pygal python-pyphen python-ruamel-yaml python-toml
-python-typogrify python-watchdog python-wheel zeromq)
-checkdepends=(python-freezegun python-pytest)
-optdepends=(
-  'jupyter-notebook: for .ipynb support'
-  'python-aiohttp: for `nikola auto`'
-  'python-ghp-import: for upload to Github pages'
-  'python-hsluv: for section color mixing'
-  'python-html5lib: for HTML5 minify and format support'
-  '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'
-  '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{,.asc})
-sha512sums=('f2bf38c81c2e01f6d6cb6a24d9b9ea95f047e9bd9987437df61cf1cb10c39c5f9259e8baa4c64dc24e4f69dc3b3e35e3553dced7d42c840645e024d6c21eb9ae'
-            'SKIP')
-b2sums=('78950e97016b7a87d41739684de102c548a5dfecfe9c1239a94c757a4d7d00f5d77bf679b6ed1a853aa46e1fcb78c27e7c2276e7aafeb874c0e21c1ae9f1cbb2'
-        'SKIP')
-validpgpkeys=('DF32C99CFF84282CF9D4CF7171023DBD5EAAEA16') # Chris Warrick <kwpolska at gmail.com>
-
-prepare() {
-  sed -e '/addopts/d' -i $_name-$pkgver/setup.cfg
-}
-
-build() {
-  cd $_name-$pkgver
-  python -m build --wheel --no-isolation
-
-  # shell completions
-  python -m $pkgname tabcompletion --shell bash --hardcode-tasks > ${pkgname}_bash
-  python -m $pkgname tabcompletion --shell zsh --hardcode-tasks > ${pkgname}_zsh
-  # ensure that the shell completion is assigned to the correct executable
-  sed -e "s/__main__.py/$pkgname/g" -i "${pkgname}_"{bash,zsh}
-}
-
-check() {
-  cd $_name-$pkgver
-  pytest -vv -k "not test_compiling_markdown"
-}
-
-package() {
-  cd $_name-$pkgver
-  python -m installer --destdir="$pkgdir" dist/*.whl
-  install -vDm 644 LICENSE.txt -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 "$pkgdir/usr/share/bash-completion/completions/$pkgname"
-  install -vDm 644 ${pkgname}_zsh "$pkgdir/usr/share/zsh/site-functions/_$pkgname"
-}

Copied: nikola/repos/community-any/PKGBUILD (from rev 1259821, nikola/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2022-08-02 15:36:03 UTC (rev 1259822)
@@ -0,0 +1,73 @@
+# Maintainer: David Runge <dvzrv at archlinux.org>
+
+_name=Nikola
+pkgname=nikola
+pkgver=8.2.3
+pkgrel=1
+pkgdesc="A static site and blog generator"
+arch=(any)
+url="https://getnikola.com/"
+license=(MIT)
+# still requires python-setuptools due to the use of pkg_resources
+depends=(python-babel python-blinker python-doit python-dateutil
+python-docutils python-logbook python-lxml python-mako python-markdown
+python-natsort python-piexif python-pillow python-pygments python-pyrss2gen
+python-requests python-setuptools python-unidecode python-yapsy)
+makedepends=(jupyter-notebook python-aiohttp python-build python-ghp-import
+python-husl python-installer python-ipykernel python-jinja python-micawber
+python-phpserialize python-pygal python-pyphen python-ruamel-yaml python-toml
+python-typogrify python-watchdog python-wheel zeromq)
+checkdepends=(python-freezegun python-pytest)
+optdepends=(
+  'jupyter-notebook: for .ipynb support'
+  'python-aiohttp: for `nikola auto`'
+  'python-ghp-import: for upload to Github pages'
+  'python-hsluv: for section color mixing'
+  'python-html5lib: for HTML5 minify and format support'
+  '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'
+  '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{,.asc})
+sha512sums=('fbb107f975a4eeb369469eaa7a83e6fd342202530f91a0428c854f2eca28315268d6623983a078496943878a9f0548a5939184a2349d468cc0ac7152116b48b4'
+            'SKIP')
+b2sums=('690ea8584b9b11b1f26b768dc6daaded2f976b54a7be3b75f83d50cda3721f3f0051fd7ff7be3c38ed871ac905f604f891936e4ea72381b8f88a461f4d227587'
+        'SKIP')
+validpgpkeys=('DF32C99CFF84282CF9D4CF7171023DBD5EAAEA16') # Chris Warrick <kwpolska at gmail.com>
+
+prepare() {
+  sed -e '/addopts/d' -i $_name-$pkgver/setup.cfg
+}
+
+build() {
+  cd $_name-$pkgver
+  python -m build --wheel --no-isolation
+
+  # shell completions
+  python -m $pkgname tabcompletion --shell bash --hardcode-tasks > ${pkgname}_bash
+  python -m $pkgname tabcompletion --shell zsh --hardcode-tasks > ${pkgname}_zsh
+  # ensure that the shell completion is assigned to the correct executable
+  sed -e "s/__main__.py/$pkgname/g" -i "${pkgname}_"{bash,zsh}
+}
+
+check() {
+  cd $_name-$pkgver
+  pytest -vv -k "not test_compiling_markdown"
+}
+
+package() {
+  cd $_name-$pkgver
+  python -m installer --destdir="$pkgdir" dist/*.whl
+  install -vDm 644 LICENSE.txt -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 "$pkgdir/usr/share/bash-completion/completions/$pkgname"
+  install -vDm 644 ${pkgname}_zsh "$pkgdir/usr/share/zsh/site-functions/_$pkgname"
+}



More information about the arch-commits mailing list