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

Daniel M. Capella polyzen at archlinux.org
Mon Feb 15 05:56:29 UTC 2021


    Date: Monday, February 15, 2021 @ 05:56:28
  Author: polyzen
Revision: 860801

archrelease: copy trunk to community-any

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

----------+
 PKGBUILD |   68 +++++++++++++++++++++++++++++++------------------------------
 1 file changed, 35 insertions(+), 33 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2021-02-15 05:56:14 UTC (rev 860800)
+++ PKGBUILD	2021-02-15 05:56:28 UTC (rev 860801)
@@ -1,33 +0,0 @@
-# Maintainer: Daniel M. Capella <polyzen at archlinux.org>
-
-_name=sphinxcontrib-jsmath
-pkgname=python-sphinxcontrib-jsmath
-pkgver=1.0.1
-pkgrel=7
-pkgdesc='Sphinx extension which renders display math in HTML via JavaScript'
-arch=('any')
-url=https://github.com/sphinx-doc/sphinxcontrib-jsmath
-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=('a9925e4a4587247ed2191a22df5f6970656cb8ca2bd6284309578f2153e0c4b8')
-
-build() {
-  cd $_name-$pkgver
-  python setup.py build
-}
-
-check() {
-  cd $_name-$pkgver
-  pytest
-}
-
-package() {
-  cd $_name-$pkgver
-  rm -r tests
-  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-jsmath/repos/community-any/PKGBUILD (from rev 860800, python-sphinxcontrib-jsmath/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2021-02-15 05:56:28 UTC (rev 860801)
@@ -0,0 +1,35 @@
+# Maintainer: Daniel M. Capella <polyzen at archlinux.org>
+
+_name=sphinxcontrib-jsmath
+pkgname=python-sphinxcontrib-jsmath
+pkgver=1.0.1
+pkgrel=8
+pkgdesc='Sphinx extension which renders display math in HTML via JavaScript'
+arch=('any')
+url=https://github.com/sphinx-doc/sphinxcontrib-jsmath
+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=('a9925e4a4587247ed2191a22df5f6970656cb8ca2bd6284309578f2153e0c4b8')
+
+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:



More information about the arch-commits mailing list