[arch-commits] Commit in python-sphinxcontrib-serializinghtml/repos/community-any (2 files)

Daniel M. Capella polyzen at archlinux.org
Fri Apr 16 04:37:57 UTC 2021


    Date: Friday, April 16, 2021 @ 04:37:56
  Author: polyzen
Revision: 919280

archrelease: copy trunk to community-any

Added:
  python-sphinxcontrib-serializinghtml/repos/community-any/PKGBUILD
    (from rev 919279, python-sphinxcontrib-serializinghtml/trunk/PKGBUILD)
Deleted:
  python-sphinxcontrib-serializinghtml/repos/community-any/PKGBUILD

----------+
 PKGBUILD |   67 +++++++++++++++++++++++++++++--------------------------------
 1 file changed, 32 insertions(+), 35 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2021-04-16 04:37:35 UTC (rev 919279)
+++ PKGBUILD	2021-04-16 04:37:56 UTC (rev 919280)
@@ -1,35 +0,0 @@
-# Maintainer: Daniel M. Capella <polyzen at archlinux.org>
-
-_name=sphinxcontrib-serializinghtml
-pkgname=python-sphinxcontrib-serializinghtml
-pkgver=1.1.4
-pkgrel=5
-pkgdesc='Sphinx extension which outputs "serialized" HTML files (json and pickle)'
-arch=('any')
-url=https://github.com/sphinx-doc/sphinxcontrib-serializinghtml
-license=('BSD')
-makedepends=('python-setuptools')
-checkdepends=('python-pytest' 'python-sphinx')
-source=("https://files.pythonhosted.org/packages/source/${_name::1}/$_name/$_name-$pkgver.tar.gz")
-sha256sums=('eaa0eccc86e982a9b939b2b82d12cc5d013385ba5eadcc7e4fed23f4405f77bc')
-
-build() {
-  cd $_name-$pkgver
-  python setup.py build
-}
-
-check() {
-  cd $_name-$pkgver
-  pytest
-
-  # Remove created cache files for reproduciblity with rebuilderd
-  rm -r tests/__pycache__
-}
-
-package() {
-  cd $_name-$pkgver
-  python setup.py install --root="$pkgdir" --optimize=1 --skip-build
-  install -Dm644 -t "$pkgdir"/usr/share/licenses/$pkgname LICENSE
-}
-
-# vim:set ts=2 sw=2 et:

Copied: python-sphinxcontrib-serializinghtml/repos/community-any/PKGBUILD (from rev 919279, python-sphinxcontrib-serializinghtml/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2021-04-16 04:37:56 UTC (rev 919280)
@@ -0,0 +1,32 @@
+# Maintainer: Daniel M. Capella <polyzen at archlinux.org>
+
+_name=sphinxcontrib-serializinghtml
+pkgname=python-sphinxcontrib-serializinghtml
+pkgver=1.1.4
+pkgrel=6
+pkgdesc='Sphinx extension which outputs "serialized" HTML files (json and pickle)'
+arch=('any')
+url=https://github.com/sphinx-doc/sphinxcontrib-serializinghtml
+license=('BSD')
+makedepends=('python-setuptools')
+checkdepends=('python-pytest' 'python-sphinx')
+source=("https://files.pythonhosted.org/packages/source/${_name::1}/$_name/$_name-$pkgver.tar.gz")
+sha256sums=('eaa0eccc86e982a9b939b2b82d12cc5d013385ba5eadcc7e4fed23f4405f77bc')
+
+build() {
+  cd $_name-$pkgver
+  python setup.py build
+}
+
+check() {
+  cd $_name-$pkgver
+  pytest
+}
+
+package() {
+  cd $_name-$pkgver
+  python setup.py install --root="$pkgdir" --optimize=1 --skip-build
+  install -Dm644 -t "$pkgdir"/usr/share/licenses/$pkgname LICENSE
+}
+
+# vim:set ts=2 sw=2 et:



More information about the arch-commits mailing list