pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/textproc/py-Unidecode py-Unidecode: updated to 1.0.23



details:   https://anonhg.NetBSD.org/pkgsrc/rev/5d4004d5d8fd
branches:  trunk
changeset: 325583:5d4004d5d8fd
user:      adam <adam%pkgsrc.org@localhost>
date:      Wed Nov 21 11:00:05 2018 +0000

description:
py-Unidecode: updated to 1.0.23

unidecode 1.0.23
* Improve transliteration of Hebrew letters
* Add transliterations for the phonetic block U+1D00 - U+1D7F
* Transliterate SI "micro" prefix as "u" instead of "micro" in the
  U+33xx block.
* Add U+33DE SQUARE V OVER M and U+33DF SQUARE A OVER M.
* Drop support for Python 2.6 and 3.3

diffstat:

 textproc/py-Unidecode/ALTERNATIVES |   2 +-
 textproc/py-Unidecode/Makefile     |   7 ++++---
 textproc/py-Unidecode/PLIST        |   4 ++--
 textproc/py-Unidecode/distinfo     |  10 +++++-----
 4 files changed, 12 insertions(+), 11 deletions(-)

diffs (54 lines):

diff -r 71fc493a7abf -r 5d4004d5d8fd textproc/py-Unidecode/ALTERNATIVES
--- a/textproc/py-Unidecode/ALTERNATIVES        Wed Nov 21 10:39:11 2018 +0000
+++ b/textproc/py-Unidecode/ALTERNATIVES        Wed Nov 21 11:00:05 2018 +0000
@@ -1,1 +1,1 @@
-bin/unidecode @PREFIX@/bin/unidecode@PYVERSSUFFIX@
+bin/unidecode @PREFIX@/bin/unidecode-@PYVERSSUFFIX@
diff -r 71fc493a7abf -r 5d4004d5d8fd textproc/py-Unidecode/Makefile
--- a/textproc/py-Unidecode/Makefile    Wed Nov 21 10:39:11 2018 +0000
+++ b/textproc/py-Unidecode/Makefile    Wed Nov 21 11:00:05 2018 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.7 2018/02/26 10:55:46 adam Exp $
+# $NetBSD: Makefile,v 1.8 2018/11/21 11:00:05 adam Exp $
 
-DISTNAME=      Unidecode-1.0.22
+DISTNAME=      Unidecode-1.0.23
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    textproc python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=U/Unidecode/}
@@ -13,7 +13,8 @@
 USE_LANGUAGES= # none
 
 post-install:
-       cd ${DESTDIR}${PREFIX}/bin && ${MV} unidecode unidecode${PYVERSSUFFIX} || ${TRUE}
+       cd ${DESTDIR}${PREFIX}/bin && \
+               ${MV} unidecode unidecode-${PYVERSSUFFIX} || ${TRUE}
 
 .include "../../lang/python/egg.mk"
 .include "../../mk/bsd.pkg.mk"
diff -r 71fc493a7abf -r 5d4004d5d8fd textproc/py-Unidecode/PLIST
--- a/textproc/py-Unidecode/PLIST       Wed Nov 21 10:39:11 2018 +0000
+++ b/textproc/py-Unidecode/PLIST       Wed Nov 21 11:00:05 2018 +0000
@@ -1,5 +1,5 @@
-@comment $NetBSD: PLIST,v 1.2 2017/07/23 18:52:03 adam Exp $
-bin/unidecode${PYVERSSUFFIX}
+@comment $NetBSD: PLIST,v 1.3 2018/11/21 11:00:05 adam Exp $
+bin/unidecode-${PYVERSSUFFIX}
 ${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
 ${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
 ${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
diff -r 71fc493a7abf -r 5d4004d5d8fd textproc/py-Unidecode/distinfo
--- a/textproc/py-Unidecode/distinfo    Wed Nov 21 10:39:11 2018 +0000
+++ b/textproc/py-Unidecode/distinfo    Wed Nov 21 11:00:05 2018 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.4 2018/01/28 16:36:59 wiz Exp $
+$NetBSD: distinfo,v 1.5 2018/11/21 11:00:05 adam Exp $
 
-SHA1 (Unidecode-1.0.22.tar.gz) = 16aa7932b34eda97af8aef318d3557302435cbff
-RMD160 (Unidecode-1.0.22.tar.gz) = 821010573d075f32c350af78c96fc68c5f6285d8
-SHA512 (Unidecode-1.0.22.tar.gz) = f7663b320040bc750bc10ac0ed222e4feeb22c903b103c148cfa31e9d4cbae146d9668dc45c6efc82e8ed28e0db28d5de5e3ef1259c712bf317f2c6b2543772a
-Size (Unidecode-1.0.22.tar.gz) = 208877 bytes
+SHA1 (Unidecode-1.0.23.tar.gz) = 3f528838eb68ce6e595626da28c474c096dd9dd7
+RMD160 (Unidecode-1.0.23.tar.gz) = 60d50eae7fc8c4da28073113aaefb0951c3c6d54
+SHA512 (Unidecode-1.0.23.tar.gz) = f3f48a1c06942caf06a9be29250af6f2ddb022cbee6236e2f9ab897af0b11517be3300b4a391dd89befd531b138eb1c163f9bfac178496c01ff2870b6a522f3e
+Size (Unidecode-1.0.23.tar.gz) = 210727 bytes



Home | Main Index | Thread Index | Old Index