pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/textproc/py-enchant py-enchant: update to 2.0.0.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/4a623027b460
branches:  trunk
changeset: 336694:4a623027b460
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Sat Jul 20 22:56:54 2019 +0000

description:
py-enchant: update to 2.0.0.

Changes not found.

diffstat:

 textproc/py-enchant/Makefile         |   5 ++---
 textproc/py-enchant/distinfo         |  12 ++++++------
 textproc/py-enchant/patches/patch-ab |  11 +----------
 3 files changed, 9 insertions(+), 19 deletions(-)

diffs (53 lines):

diff -r bad0fbae3c49 -r 4a623027b460 textproc/py-enchant/Makefile
--- a/textproc/py-enchant/Makefile      Sat Jul 20 22:53:08 2019 +0000
+++ b/textproc/py-enchant/Makefile      Sat Jul 20 22:56:54 2019 +0000
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.16 2019/07/13 15:51:52 wiz Exp $
+# $NetBSD: Makefile,v 1.17 2019/07/20 22:56:54 wiz Exp $
 
-DISTNAME=      pyenchant-1.6.11
+DISTNAME=      pyenchant-2.0.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME:S/^py//}
-PKGREVISION=   1
 CATEGORIES=    textproc python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=p/pyenchant/}
 
diff -r bad0fbae3c49 -r 4a623027b460 textproc/py-enchant/distinfo
--- a/textproc/py-enchant/distinfo      Sat Jul 20 22:53:08 2019 +0000
+++ b/textproc/py-enchant/distinfo      Sat Jul 20 22:56:54 2019 +0000
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.8 2019/07/13 15:51:52 wiz Exp $
+$NetBSD: distinfo,v 1.9 2019/07/20 22:56:54 wiz Exp $
 
-SHA1 (pyenchant-1.6.11.tar.gz) = 0119a4ceaa849bc45efbca8d4f5afed537eefc8b
-RMD160 (pyenchant-1.6.11.tar.gz) = dd8b3e3259837a55b93dc58798404bed1d4b406c
-SHA512 (pyenchant-1.6.11.tar.gz) = fadc7382592c426af9b886e1d23e444b1067353aae35805ddba1d43ad62c23d569211f36fda421bd39039134e20310d0e2eafea05564cdb8e747581ca55fb79c
-Size (pyenchant-1.6.11.tar.gz) = 64137 bytes
-SHA1 (patch-ab) = 71d50996ed3cb92d9edb44a01b26e166d9807bb0
+SHA1 (pyenchant-2.0.0.tar.gz) = 92ca797bbef9660271c3a9269ff7eb841272044d
+RMD160 (pyenchant-2.0.0.tar.gz) = 418e2f231f11f4b7c23ab5e2217ad4971c407560
+SHA512 (pyenchant-2.0.0.tar.gz) = c985714bc8ad69b6580fa1dd546243da5f3f92e8681d846ed265b086c486ae7ed33754fba303b450be4c0cb20e975a9a10efbeb700ea5213a11ed00612a93af0
+Size (pyenchant-2.0.0.tar.gz) = 64022 bytes
+SHA1 (patch-ab) = d01891618ef6fb9e7bafa43db1d2e7f46034c5c0
diff -r bad0fbae3c49 -r 4a623027b460 textproc/py-enchant/patches/patch-ab
--- a/textproc/py-enchant/patches/patch-ab      Sat Jul 20 22:53:08 2019 +0000
+++ b/textproc/py-enchant/patches/patch-ab      Sat Jul 20 22:56:54 2019 +0000
@@ -1,4 +1,4 @@
-$NetBSD: patch-ab,v 1.4 2019/07/13 15:51:52 wiz Exp $
+$NetBSD: patch-ab,v 1.5 2019/07/20 22:56:54 wiz Exp $
 
 fix path of libenchant.
 
@@ -12,12 +12,3 @@
      yield os.environ.get("PYENCHANT_LIBRARY_PATH")
      # For linuxish systems, allow default soname lookup a chance to succeed.
      if sys.platform not in ("win32", "darwin"):
-@@ -309,7 +310,7 @@ dict_is_removed1.restype = c_int
- def dict_is_removed(dict,word):
-     return dict_is_removed1(dict,word,len(word))
- 
--dict_is_in_session1 = e.enchant_dict_is_in_session
-+dict_is_in_session1 = e.enchant_dict_is_added
- dict_is_in_session1.argtypes = [t_dict,c_char_p,c_size_t]
- dict_is_in_session1.restype = c_int
- def dict_is_in_session(dict,word):



Home | Main Index | Thread Index | Old Index