pkgsrc-Changes archive

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

CVS commit: pkgsrc/textproc/py-enchant



Module Name:    pkgsrc
Committed By:   wiz
Date:           Sat Jul 20 22:56:54 UTC 2019

Modified Files:
        pkgsrc/textproc/py-enchant: Makefile distinfo
        pkgsrc/textproc/py-enchant/patches: patch-ab

Log Message:
py-enchant: update to 2.0.0.

Changes not found.


To generate a diff of this commit:
cvs rdiff -u -r1.16 -r1.17 pkgsrc/textproc/py-enchant/Makefile
cvs rdiff -u -r1.8 -r1.9 pkgsrc/textproc/py-enchant/distinfo
cvs rdiff -u -r1.4 -r1.5 pkgsrc/textproc/py-enchant/patches/patch-ab

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/textproc/py-enchant/Makefile
diff -u pkgsrc/textproc/py-enchant/Makefile:1.16 pkgsrc/textproc/py-enchant/Makefile:1.17
--- pkgsrc/textproc/py-enchant/Makefile:1.16    Sat Jul 13 15:51:52 2019
+++ pkgsrc/textproc/py-enchant/Makefile Sat Jul 20 22:56:54 2019
@@ -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/}
 

Index: pkgsrc/textproc/py-enchant/distinfo
diff -u pkgsrc/textproc/py-enchant/distinfo:1.8 pkgsrc/textproc/py-enchant/distinfo:1.9
--- pkgsrc/textproc/py-enchant/distinfo:1.8     Sat Jul 13 15:51:52 2019
+++ pkgsrc/textproc/py-enchant/distinfo Sat Jul 20 22:56:54 2019
@@ -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

Index: pkgsrc/textproc/py-enchant/patches/patch-ab
diff -u pkgsrc/textproc/py-enchant/patches/patch-ab:1.4 pkgsrc/textproc/py-enchant/patches/patch-ab:1.5
--- pkgsrc/textproc/py-enchant/patches/patch-ab:1.4     Sat Jul 13 15:51:52 2019
+++ pkgsrc/textproc/py-enchant/patches/patch-ab Sat Jul 20 22:56:54 2019
@@ -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 @@ fix path of libenchant.
      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