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

Jelle van der Waa jelle at archlinux.org
Tue Jul 18 18:51:44 UTC 2017


    Date: Tuesday, July 18, 2017 @ 18:51:44
  Author: jelle
Revision: 245590

archrelease: copy trunk to community-any

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

----------+
 PKGBUILD |   92 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 46 insertions(+), 46 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2017-07-18 18:51:33 UTC (rev 245589)
+++ PKGBUILD	2017-07-18 18:51:44 UTC (rev 245590)
@@ -1,46 +0,0 @@
-# $Id$
-# 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' 'python2-pyenchant')
-pkgver=1.6.8
-pkgrel=2
-arch=('any')
-url="https://pypi.python.org/pypi/pyenchant"
-license=('LGPL')
-makedepends=('python2-setuptools' 'python-setuptools' 'enchant')
-source=('https://pypi.python.org/packages/73/73/49f95fe636ab3deed0ef1e3b9087902413bcdf74ec00298c3059e660cfbb/pyenchant-1.6.8.tar.gz')
-
-build() {
-  cp -r pyenchant-${pkgver} pyenchant2-${pkgver}
-
-  cd ${srcdir}/pyenchant-${pkgver}
-
-  python3 setup.py build
-
-  cd ${srcdir}/pyenchant2-${pkgver}
-
-  python2 setup.py build
-}
-
-package_python-pyenchant() {
-  pkgdesc="PyEnchant is a spellchecking library for Python3 based on the Enchant library"
-  depends=('python' 'enchant')
-
-  cd pyenchant-${pkgver}
-  
-  python3 setup.py install --root=${pkgdir} --optimize=1
-}
-
-package_python2-pyenchant() {
-  pkgdesc="PyEnchant is a spellchecking library for Python2 based on the Enchant library"
-  depends=('python2' 'enchant')
-
-  cd pyenchant2-${pkgver}
-  
-  python2 setup.py install --root=${pkgdir} --optimize=1
-}
-md5sums=('b59c06be2d6c7f79f521b569ee0e441b')

Copied: python-pyenchant/repos/community-any/PKGBUILD (from rev 245589, python-pyenchant/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2017-07-18 18:51:44 UTC (rev 245590)
@@ -0,0 +1,46 @@
+# $Id$
+# 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' 'python2-pyenchant')
+pkgver=1.6.9
+pkgrel=1
+arch=('any')
+url="https://pypi.python.org/pypi/pyenchant"
+license=('LGPL')
+makedepends=('python2-setuptools' 'python-setuptools' 'enchant')
+source=('https://pypi.python.org/packages/8e/3c/ffd2db9b46794dbeedd4383fba3383e4501476657fc8fe66e4d5f8cc3db2/pyenchant-1.6.9.tar.gz')
+
+build() {
+  cp -r pyenchant-${pkgver} pyenchant2-${pkgver}
+
+  cd ${srcdir}/pyenchant-${pkgver}
+
+  python3 setup.py build
+
+  cd ${srcdir}/pyenchant2-${pkgver}
+
+  python2 setup.py build
+}
+
+package_python-pyenchant() {
+  pkgdesc="PyEnchant is a spellchecking library for Python3 based on the Enchant library"
+  depends=('python' 'enchant')
+
+  cd pyenchant-${pkgver}
+  
+  python3 setup.py install --root=${pkgdir} --optimize=1
+}
+
+package_python2-pyenchant() {
+  pkgdesc="PyEnchant is a spellchecking library for Python2 based on the Enchant library"
+  depends=('python2' 'enchant')
+
+  cd pyenchant2-${pkgver}
+  
+  python2 setup.py install --root=${pkgdir} --optimize=1
+}
+md5sums=('37727d50d46abfa7a22d2d5c502fcb53')



More information about the arch-commits mailing list