[arch-commits] Commit in python-sphinxcontrib-devhelp/repos (2 files)
Daniel M. Capella
polyzen at archlinux.org
Thu Apr 11 20:44:53 UTC 2019
Date: Thursday, April 11, 2019 @ 20:44:52
Author: polyzen
Revision: 451164
archrelease: copy trunk to community-any
Added:
python-sphinxcontrib-devhelp/repos/community-any/
python-sphinxcontrib-devhelp/repos/community-any/PKGBUILD
(from rev 451163, python-sphinxcontrib-devhelp/trunk/PKGBUILD)
----------+
PKGBUILD | 33 +++++++++++++++++++++++++++++++++
1 file changed, 33 insertions(+)
Copied: python-sphinxcontrib-devhelp/repos/community-any/PKGBUILD (from rev 451163, python-sphinxcontrib-devhelp/trunk/PKGBUILD)
===================================================================
--- community-any/PKGBUILD (rev 0)
+++ community-any/PKGBUILD 2019-04-11 20:44:52 UTC (rev 451164)
@@ -0,0 +1,33 @@
+# Maintainer: Daniel M. Capella <polyzen at archlinux.org>
+
+_name=sphinxcontrib-devhelp
+pkgname=python-sphinxcontrib-devhelp
+pkgver=1.0.1
+pkgrel=1
+pkgdesc='Sphinx extension which outputs Devhelp document'
+arch=('any')
+url=https://github.com/sphinx-doc/sphinxcontrib-devhelp
+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=('6c64b077937330a9128a4da74586e8c2130262f014689b4b89e2d08ee7294a34')
+
+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