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

Jelle van der Waa jelle at archlinux.org
Tue Sep 2 18:22:53 UTC 2014


    Date: Tuesday, September 2, 2014 @ 20:22:53
  Author: jelle
Revision: 118199

archrelease: copy trunk to community-any

Added:
  python-pyenchant/repos/community-any/PKGBUILD
    (from rev 118198, python-pyenchant/trunk/PKGBUILD)
Deleted:
  python-pyenchant/repos/community-any/PKGBUILD
  python-pyenchant/repos/community-any/pyenchant-setup.patch

-----------------------+
 PKGBUILD              |   93 +++++++++++++++++++++++-------------------------
 pyenchant-setup.patch |   11 -----
 2 files changed, 45 insertions(+), 59 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2014-09-02 18:22:47 UTC (rev 118198)
+++ PKGBUILD	2014-09-02 18:22:53 UTC (rev 118199)
@@ -1,48 +0,0 @@
-# $Id$
-# Contributor: Pierre Buard <pierre.buard at gmail.com>
-# Contributor: Allan McRae <allan at archlinux.org>
-# Contributor: Sebastien Piccand <sebcactus gmail com>
-# Maintainer: Daniel J Griffiths <ghost1227 at archlinux.us>
-
-pkgname=('python-pyenchant' 'python2-pyenchant')
-pkgver=1.6.5
-pkgrel=3
-arch=('any')
-url="http://www.rfk.id.au/software/pyenchant/"
-license=('LGPL')
-makedepends=('python2-setuptools' 'python-setuptools' 'enchant')
-source=("http://pypi.python.org/packages/source/p/pyenchant/pyenchant-${pkgver}.tar.gz" "pyenchant-setup.patch")
-md5sums=('565014a14a52fb0195d152dd492ea948'
-         '6f62ccd25690ef9f66f292200719b1dd')
-
-build() {
-  cp -r pyenchant-${pkgver} pyenchant2-${pkgver}
-
-  cd ${srcdir}/pyenchant-${pkgver}
-  
-  patch -Np1 -i $srcdir/pyenchant-setup.patch
-
-  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
-}

Copied: python-pyenchant/repos/community-any/PKGBUILD (from rev 118198, python-pyenchant/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2014-09-02 18:22:53 UTC (rev 118199)
@@ -0,0 +1,45 @@
+# $Id$
+# Contributor: Pierre Buard <pierre.buard at gmail.com>
+# Contributor: Allan McRae <allan at archlinux.org>
+# Contributor: Sebastien Piccand <sebcactus gmail com>
+# Maintainer: Daniel J Griffiths <ghost1227 at archlinux.us>
+
+pkgname=('python-pyenchant' 'python2-pyenchant')
+pkgver=1.6.6
+pkgrel=1
+arch=('any')
+url="https://pypi.python.org/pypi/pyenchant"
+license=('LGPL')
+makedepends=('python2-setuptools' 'python-setuptools' 'enchant')
+source=("http://pypi.python.org/packages/source/p/pyenchant/pyenchant-${pkgver}.tar.gz")
+md5sums=('9f5acfd87d04432bf8df5f9710a17358')
+
+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
+}

Deleted: pyenchant-setup.patch
===================================================================
--- pyenchant-setup.patch	2014-09-02 18:22:47 UTC (rev 118198)
+++ pyenchant-setup.patch	2014-09-02 18:22:53 UTC (rev 118199)
@@ -1,11 +0,0 @@
---- a/setup.py
-+++ b/setup.py
-@@ -6,8 +6,6 @@
- #
- 
- 
--import distribute_setup
--distribute_setup.use_setuptools()
- from setuptools import setup, find_packages, Extension
- from distutils.archive_util import make_archive
- 




More information about the arch-commits mailing list