[arch-commits] Commit in python-pyenchant/repos/community-any (PKGBUILD PKGBUILD)

Jelle van der Waa jelle at gemini.archlinux.org
Sun Jan 9 17:40:27 UTC 2022


    Date: Sunday, January 9, 2022 @ 17:40:27
  Author: jelle
Revision: 1098370

archrelease: copy trunk to community-any

Added:
  python-pyenchant/repos/community-any/PKGBUILD
    (from rev 1098369, python-pyenchant/trunk/PKGBUILD)
Deleted:
  python-pyenchant/repos/community-any/PKGBUILD

----------+
 PKGBUILD |   58 +++++++++++++++++++++++++++++-----------------------------
 1 file changed, 29 insertions(+), 29 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2022-01-09 17:40:22 UTC (rev 1098369)
+++ PKGBUILD	2022-01-09 17:40:27 UTC (rev 1098370)
@@ -1,29 +0,0 @@
-# Contributor: Pierre Buard <pierre.buard at gmail.com>
-# Contributor: Allan McRae <allan at archlinux.org>
-# Contributor: Sebastien Piccand <sebcactus gmail com>
-# Contributor: Daniel J Griffiths <ghost1227 at archlinux.us>
-# Maintainer: Jelle van der Waa <jelle at archlinux.org>
-
-pkgname=python-pyenchant
-pkgver=3.2.1
-pkgrel=3
-arch=('any')
-url="https://pypi.python.org/pypi/pyenchant"
-license=('LGPL')
-pkgdesc='PyEnchant is a spellchecking library for Python3 based on the Enchant library'
-depends=('python' 'enchant')
-makedepends=('python-setuptools' 'enchant')
-source=("${pkgname}-${pkgver}.tar.gz::https://github.com/rfk/pyenchant/archive/v${pkgver}.tar.gz")
-sha512sums=('3d1229307b070fa83bd8a287a787b40edfba31e748ca37a94f71caa4b355a9de829f3133db9772a57f0aa922fbd4f32c67c986e86c8905633b3940dd20be32ed')
-
-build() {
-  cd pyenchant-${pkgver}
-
-  python3 setup.py build
-}
-
-package() {
-  cd pyenchant-${pkgver}
-  
-  python3 setup.py install --root="${pkgdir}" --optimize=1
-}

Copied: python-pyenchant/repos/community-any/PKGBUILD (from rev 1098369, python-pyenchant/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2022-01-09 17:40:27 UTC (rev 1098370)
@@ -0,0 +1,29 @@
+# Contributor: Pierre Buard <pierre.buard at gmail.com>
+# Contributor: Allan McRae <allan at archlinux.org>
+# Contributor: Sebastien Piccand <sebcactus gmail com>
+# Contributor: Daniel J Griffiths <ghost1227 at archlinux.us>
+# Maintainer: Jelle van der Waa <jelle at archlinux.org>
+
+pkgname=python-pyenchant
+pkgver=3.2.2
+pkgrel=1
+arch=('any')
+url="https://pypi.python.org/pypi/pyenchant"
+license=('LGPL')
+pkgdesc='PyEnchant is a spellchecking library for Python3 based on the Enchant library'
+depends=('python' 'enchant')
+makedepends=('python-setuptools' 'enchant')
+source=("${pkgname}-${pkgver}.tar.gz::https://github.com/rfk/pyenchant/archive/v${pkgver}.tar.gz")
+sha512sums=('42ab2e0cc38af4223ec0233c9e22cd151aa9bda5b56b7bd642e39e3a323ab3c034391123af5d3a5399551533ba1c1746abd6bc9ee2ab4c7879b9bf0ac91e056d')
+
+build() {
+  cd pyenchant-${pkgver}
+
+  python3 setup.py build
+}
+
+package() {
+  cd pyenchant-${pkgver}
+  
+  python3 setup.py install --root="${pkgdir}" --optimize=1
+}



More information about the arch-commits mailing list