pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/textproc/py-enchant Update to 1.6.3:



details:   https://anonhg.NetBSD.org/pkgsrc/rev/ddea60286c7d
branches:  trunk
changeset: 580561:ddea60286c7d
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Mon Sep 13 10:36:50 2010 +0000

description:
Update to 1.6.3:

Version 1.6.3 of PyEnchant has been released, with the following changes:

  * Pre-compiled binary distributions for Mac OS X
  * Safer loading of bundled DLLs on Windows
  * New function get_enchant_version() to obtain the version of the underlying enchant library

diffstat:

 textproc/py-enchant/Makefile         |   4 ++--
 textproc/py-enchant/distinfo         |  12 ++++++------
 textproc/py-enchant/patches/patch-aa |   6 +++---
 textproc/py-enchant/patches/patch-ab |   8 ++++----
 4 files changed, 15 insertions(+), 15 deletions(-)

diffs (71 lines):

diff -r 5ec92125b2d2 -r ddea60286c7d textproc/py-enchant/Makefile
--- a/textproc/py-enchant/Makefile      Mon Sep 13 07:54:34 2010 +0000
+++ b/textproc/py-enchant/Makefile      Mon Sep 13 10:36:50 2010 +0000
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.4 2010/06/04 22:20:49 joerg Exp $
+# $NetBSD: Makefile,v 1.5 2010/09/13 10:36:50 wiz Exp $
 #
 
-DISTNAME=      pyenchant-1.6.2
+DISTNAME=      pyenchant-1.6.3
 PKGNAME=       ${DISTNAME:S/py/${PYPKGPREFIX}-/}
 CATEGORIES=    textproc
 MASTER_SITES=  http://pypi.python.org/packages/source/p/pyenchant/
diff -r 5ec92125b2d2 -r ddea60286c7d textproc/py-enchant/distinfo
--- a/textproc/py-enchant/distinfo      Mon Sep 13 07:54:34 2010 +0000
+++ b/textproc/py-enchant/distinfo      Mon Sep 13 10:36:50 2010 +0000
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.2 2010/06/01 05:28:11 obache Exp $
+$NetBSD: distinfo,v 1.3 2010/09/13 10:36:50 wiz Exp $
 
-SHA1 (pyenchant-1.6.2.tar.gz) = 54937a31dfdd1023f588ff599135b541f7845eb8
-RMD160 (pyenchant-1.6.2.tar.gz) = 8dc31b837e33d2fe517b9346077060767526861b
-Size (pyenchant-1.6.2.tar.gz) = 57761 bytes
-SHA1 (patch-aa) = 4afb6e32c84efb177f47b94fca4b91bae459a10d
-SHA1 (patch-ab) = ff02e814ff0cf66eca54608c545ae6e95456231f
+SHA1 (pyenchant-1.6.3.tar.gz) = 42d33947e7258dad60e48a2e4f73a45fea3cf37b
+RMD160 (pyenchant-1.6.3.tar.gz) = dc83ba42468a84dd4c79ea6d90587162e2730fea
+Size (pyenchant-1.6.3.tar.gz) = 60212 bytes
+SHA1 (patch-aa) = ec0423b39aca6634dbf801907ffa8caa2c0acedf
+SHA1 (patch-ab) = 67a6528acc227042a43efba87400d35d8a930da5
diff -r 5ec92125b2d2 -r ddea60286c7d textproc/py-enchant/patches/patch-aa
--- a/textproc/py-enchant/patches/patch-aa      Mon Sep 13 07:54:34 2010 +0000
+++ b/textproc/py-enchant/patches/patch-aa      Mon Sep 13 10:36:50 2010 +0000
@@ -1,8 +1,8 @@
-$NetBSD: patch-aa,v 1.1 2010/06/01 05:28:11 obache Exp $
+$NetBSD: patch-aa,v 1.2 2010/09/13 10:36:50 wiz Exp $
 
 avoid extra download of distribute-0.6.10.tar.gz.
 
---- setup.py.orig      2010-05-29 04:14:59.000000000 +0000
+--- setup.py.orig      2010-08-17 05:24:55.000000000 +0000
 +++ setup.py
 @@ -6,8 +6,8 @@
  #
@@ -13,5 +13,5 @@
 +#import distribute_setup
 +#distribute_setup.use_setuptools()
  from setuptools import setup, find_packages, Extension
+ from distutils.archive_util import make_archive
  
- import sys
diff -r 5ec92125b2d2 -r ddea60286c7d textproc/py-enchant/patches/patch-ab
--- a/textproc/py-enchant/patches/patch-ab      Mon Sep 13 07:54:34 2010 +0000
+++ b/textproc/py-enchant/patches/patch-ab      Mon Sep 13 10:36:50 2010 +0000
@@ -1,12 +1,12 @@
-$NetBSD: patch-ab,v 1.1 2010/06/01 05:28:11 obache Exp $
+$NetBSD: patch-ab,v 1.2 2010/09/13 10:36:51 wiz Exp $
 
 fix path of libenchant.
 
---- enchant/_enchant.py.orig   2010-03-06 07:27:42.000000000 +0000
+--- enchant/_enchant.py.orig   2010-08-17 04:15:25.000000000 +0000
 +++ enchant/_enchant.py
-@@ -67,6 +67,7 @@ if sys.platform == "win32":
- 
+@@ -64,6 +64,7 @@ e = None
  def _e_path_possibilities():
+     """Generator yielding possible locations of the enchant library."""
      yield os.environ.get("PYENCHANT_LIBRARY_PATH")
 +    yield "@PYENCHANT_LIBRARY_PATH@" 
      yield find_library("enchant")



Home | Main Index | Thread Index | Old Index