[arch-commits] Commit in python-sphinxcontrib-qthelp/repos/community-any (2 files)
Daniel M. Capella
polyzen at archlinux.org
Fri Apr 16 04:37:35 UTC 2021
Date: Friday, April 16, 2021 @ 04:37:35
Author: polyzen
Revision: 919279
archrelease: copy trunk to community-any
Added:
python-sphinxcontrib-qthelp/repos/community-any/PKGBUILD
(from rev 919278, python-sphinxcontrib-qthelp/trunk/PKGBUILD)
Deleted:
python-sphinxcontrib-qthelp/repos/community-any/PKGBUILD
----------+
PKGBUILD | 67 +++++++++++++++++++++++++++++--------------------------------
1 file changed, 32 insertions(+), 35 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2021-04-16 04:37:14 UTC (rev 919278)
+++ PKGBUILD 2021-04-16 04:37:35 UTC (rev 919279)
@@ -1,35 +0,0 @@
-# Maintainer: Daniel M. Capella <polyzen at archlinux.org>
-
-_name=sphinxcontrib-qthelp
-pkgname=python-sphinxcontrib-qthelp
-pkgver=1.0.3
-pkgrel=5
-pkgdesc='Sphinx extension which outputs QtHelp document'
-arch=('any')
-url=https://github.com/sphinx-doc/sphinxcontrib-qthelp
-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=('4c33767ee058b70dba89a6fc5c1892c0d57a54be67ddd3e7875a18d14cba5a72')
-
-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-qthelp/repos/community-any/PKGBUILD (from rev 919278, python-sphinxcontrib-qthelp/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2021-04-16 04:37:35 UTC (rev 919279)
@@ -0,0 +1,32 @@
+# Maintainer: Daniel M. Capella <polyzen at archlinux.org>
+
+_name=sphinxcontrib-qthelp
+pkgname=python-sphinxcontrib-qthelp
+pkgver=1.0.3
+pkgrel=6
+pkgdesc='Sphinx extension which outputs QtHelp document'
+arch=('any')
+url=https://github.com/sphinx-doc/sphinxcontrib-qthelp
+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=('4c33767ee058b70dba89a6fc5c1892c0d57a54be67ddd3e7875a18d14cba5a72')
+
+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