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

Evangelos Foutras foutrelis at gemini.archlinux.org
Thu Dec 9 03:18:22 UTC 2021


    Date: Thursday, December 9, 2021 @ 03:18:21
  Author: foutrelis
Revision: 1065788

archrelease: copy trunk to community-any

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

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

Copied: python-sphinxcontrib-spelling/repos/community-any/PKGBUILD (from rev 1065787, python-sphinxcontrib-spelling/trunk/PKGBUILD)
===================================================================
--- community-any/PKGBUILD	                        (rev 0)
+++ community-any/PKGBUILD	2021-12-09 03:18:21 UTC (rev 1065788)
@@ -0,0 +1,27 @@
+# Maintainer: Evangelos Foutras <evangelos at foutrelis.com>
+
+_name=sphinxcontrib-spelling
+pkgname=python-$_name
+pkgver=7.3.0
+pkgrel=1
+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