[arch-commits] Commit in python-sphinxcontrib-devhelp/repos (2 files)
Felix Yan
felixonmars at archlinux.org
Mon Nov 9 14:17:09 UTC 2020
Date: Monday, November 9, 2020 @ 14:17:08
Author: felixonmars
Revision: 746937
archrelease: copy trunk to community-staging-any
Added:
python-sphinxcontrib-devhelp/repos/community-staging-any/
python-sphinxcontrib-devhelp/repos/community-staging-any/PKGBUILD
(from rev 746935, python-sphinxcontrib-devhelp/trunk/PKGBUILD)
----------+
PKGBUILD | 32 ++++++++++++++++++++++++++++++++
1 file changed, 32 insertions(+)
Copied: python-sphinxcontrib-devhelp/repos/community-staging-any/PKGBUILD (from rev 746935, python-sphinxcontrib-devhelp/trunk/PKGBUILD)
===================================================================
--- community-staging-any/PKGBUILD (rev 0)
+++ community-staging-any/PKGBUILD 2020-11-09 14:17:08 UTC (rev 746937)
@@ -0,0 +1,32 @@
+# Maintainer: Daniel M. Capella <polyzen at archlinux.org>
+
+_name=sphinxcontrib-devhelp
+pkgname=python-sphinxcontrib-devhelp
+pkgver=1.0.2
+pkgrel=2
+pkgdesc='Sphinx extension which outputs Devhelp document'
+arch=('any')
+url=https://github.com/sphinx-doc/sphinxcontrib-devhelp
+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=('ff7f1afa7b9642e7060379360a67e9c41e8f3121f2ce9164266f61b9f4b338e4')
+
+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