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

Evangelos Foutras foutrelis at gemini.archlinux.org
Sun May 1 07:09:05 UTC 2022


    Date: Sunday, May 1, 2022 @ 07:09:05
  Author: foutrelis
Revision: 1192008

archrelease: copy trunk to community-any

Added:
  python-sphinxcontrib-spelling/repos/community-any/PKGBUILD
    (from rev 1192007, 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-01 07:09:00 UTC (rev 1192007)
+++ PKGBUILD	2022-05-01 07:09:05 UTC (rev 1192008)
@@ -1,27 +0,0 @@
-# Maintainer: Evangelos Foutras <evangelos at foutrelis.com>
-
-_name=sphinxcontrib-spelling
-pkgname=python-$_name
-pkgver=7.3.2
-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=('9d66dc4990749c5ac52e7eaf17e82f4dc6b4aff6515d26bbf48821829d41bd02')
-
-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 1192007, python-sphinxcontrib-spelling/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2022-05-01 07:09:05 UTC (rev 1192008)
@@ -0,0 +1,27 @@
+# Maintainer: Evangelos Foutras <evangelos at foutrelis.com>
+
+_name=sphinxcontrib-spelling
+pkgname=python-$_name
+pkgver=7.3.3
+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=('3819d12629d95e0c909224fa40b462a67e0adb321d50283d7fc0d11686c8ac7e')
+
+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