[arch-commits] Commit in python-sphinxcontrib-spelling/repos (2 files)

Felix Yan felixonmars at gemini.archlinux.org
Thu Dec 9 03:24:37 UTC 2021


    Date: Thursday, December 9, 2021 @ 03:24:36
  Author: felixonmars
Revision: 1065795

archrelease: copy trunk to community-staging-any

Added:
  python-sphinxcontrib-spelling/repos/community-staging-any/
  python-sphinxcontrib-spelling/repos/community-staging-any/PKGBUILD
    (from rev 1065794, python-sphinxcontrib-spelling/trunk/PKGBUILD)

----------+
 PKGBUILD |   27 +++++++++++++++++++++++++++
 1 file changed, 27 insertions(+)

Copied: python-sphinxcontrib-spelling/repos/community-staging-any/PKGBUILD (from rev 1065794, python-sphinxcontrib-spelling/trunk/PKGBUILD)
===================================================================
--- community-staging-any/PKGBUILD	                        (rev 0)
+++ community-staging-any/PKGBUILD	2021-12-09 03:24:36 UTC (rev 1065795)
@@ -0,0 +1,27 @@
+# Maintainer: Evangelos Foutras <evangelos at foutrelis.com>
+
+_name=sphinxcontrib-spelling
+pkgname=python-$_name
+pkgver=7.3.0
+pkgrel=2
+pkgdesc="Spelling checker for Sphinx"
+arch=('any')
+url="https://sphinxcontrib-spelling.readthedocs.io/"
+license=('BSD')
+depends=('python-sphinx' 'python-pyenchant')
+makedepends=('python-setuptools' 'python-pbr')
+source=(https://files.pythonhosted.org/packages/source/s/$_name/$_name-$pkgver.tar.gz)
+sha256sums=('a11799366f02fbd3390abf6aa2d4f0fe34df9be6e5ac0b1c8139dbd6c7fb0c99')
+
+build() {
+  cd $_name-$pkgver
+  python setup.py build
+}
+
+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