[arch-commits] Commit in python-sphinxcontrib-qthelp/repos (2 files)
Daniel M. Capella
polyzen at archlinux.org
Thu Apr 11 20:49:55 UTC 2019
Date: Thursday, April 11, 2019 @ 20:49:54
Author: polyzen
Revision: 451167
archrelease: copy trunk to community-any
Added:
python-sphinxcontrib-qthelp/repos/community-any/
python-sphinxcontrib-qthelp/repos/community-any/PKGBUILD
(from rev 451166, python-sphinxcontrib-qthelp/trunk/PKGBUILD)
----------+
PKGBUILD | 33 +++++++++++++++++++++++++++++++++
1 file changed, 33 insertions(+)
Copied: python-sphinxcontrib-qthelp/repos/community-any/PKGBUILD (from rev 451166, python-sphinxcontrib-qthelp/trunk/PKGBUILD)
===================================================================
--- community-any/PKGBUILD (rev 0)
+++ community-any/PKGBUILD 2019-04-11 20:49:54 UTC (rev 451167)
@@ -0,0 +1,33 @@
+# Maintainer: Daniel M. Capella <polyzen at archlinux.org>
+
+_name=sphinxcontrib-qthelp
+pkgname=python-sphinxcontrib-qthelp
+pkgver=1.0.2
+pkgrel=1
+pkgdesc='Sphinx extension which outputs QtHelp document'
+arch=('any')
+url=https://github.com/sphinx-doc/sphinxcontrib-qthelp
+license=('BSD')
+depends=('python-sphinx')
+makedepends=('python-setuptools')
+checkdepends=('python-pytest')
+source=("https://files.pythonhosted.org/packages/source/${_name::1}/$_name/$_name-$pkgver.tar.gz")
+sha256sums=('79465ce11ae5694ff165becda529a600c754f4bc459778778c7017374d4d406f')
+
+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