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

Jelle van der Waa jelle at gemini.archlinux.org
Sun Aug 8 09:14:03 UTC 2021


    Date: Sunday, August 8, 2021 @ 09:14:03
  Author: jelle
Revision: 994869

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2021-08-08 09:13:40 UTC (rev 994868)
+++ PKGBUILD	2021-08-08 09:14:03 UTC (rev 994869)
@@ -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.0
-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=('63ca44aea9e7af3fecf554dc6156513c42d278a92170bd6b88b71a737def2e9fe7f7d2ecafd5fea2b860b4d5de55c9e8a6e4b30a58d6f28533bba71cc407850c')
-
-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 994868, python-pyenchant/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2021-08-08 09:14:03 UTC (rev 994869)
@@ -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.1
+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=('3d1229307b070fa83bd8a287a787b40edfba31e748ca37a94f71caa4b355a9de829f3133db9772a57f0aa922fbd4f32c67c986e86c8905633b3940dd20be32ed')
+
+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