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

Evangelos Foutras foutrelis at gemini.archlinux.org
Mon May 30 18:04:10 UTC 2022


    Date: Monday, May 30, 2022 @ 18:04:10
  Author: foutrelis
Revision: 1216835

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2022-05-30 18:04:04 UTC (rev 1216834)
+++ PKGBUILD	2022-05-30 18:04:10 UTC (rev 1216835)
@@ -1,27 +0,0 @@
-# Maintainer: Evangelos Foutras <evangelos at foutrelis.com>
-
-_name=sphinxcontrib-spelling
-pkgname=python-$_name
-pkgver=7.4.1
-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=('3a96f22aac6af494073afacb988d94d8d7c2b6027b20503a8f20dae32b10c3be')
-
-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:

Copied: python-sphinxcontrib-spelling/repos/community-any/PKGBUILD (from rev 1216834, python-sphinxcontrib-spelling/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2022-05-30 18:04:10 UTC (rev 1216835)
@@ -0,0 +1,27 @@
+# Maintainer: Evangelos Foutras <evangelos at foutrelis.com>
+
+_name=sphinxcontrib-spelling
+pkgname=python-$_name
+pkgver=7.5.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=('d92bdc1d63f361b6e0a171b9d68518101745485317f15861501e387f1b78f6ab')
+
+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