diff options
author | adam <adam@pkgsrc.org> | 2018-11-21 11:00:05 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2018-11-21 11:00:05 +0000 |
commit | 747782414f515a8c723349a1646b1cd36c6b4387 (patch) | |
tree | 1169628e624982112ee61ab9b08edbfc132ccb93 /textproc | |
parent | 03b0cdf322c85316e135fa595a0da7f76f14d03f (diff) | |
download | pkgsrc-747782414f515a8c723349a1646b1cd36c6b4387.tar.gz |
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 (limited to 'textproc')
-rw-r--r-- | textproc/py-Unidecode/ALTERNATIVES | 2 | ||||
-rw-r--r-- | textproc/py-Unidecode/Makefile | 7 | ||||
-rw-r--r-- | textproc/py-Unidecode/PLIST | 4 | ||||
-rw-r--r-- | textproc/py-Unidecode/distinfo | 10 |
4 files changed, 12 insertions, 11 deletions
diff --git a/textproc/py-Unidecode/ALTERNATIVES b/textproc/py-Unidecode/ALTERNATIVES index 6d0f5ebeee5..8604b6c3fe5 100644 --- a/textproc/py-Unidecode/ALTERNATIVES +++ b/textproc/py-Unidecode/ALTERNATIVES @@ -1 +1 @@ -bin/unidecode @PREFIX@/bin/unidecode@PYVERSSUFFIX@ +bin/unidecode @PREFIX@/bin/unidecode-@PYVERSSUFFIX@ diff --git a/textproc/py-Unidecode/Makefile b/textproc/py-Unidecode/Makefile index fb66535046a..d84c8795d6c 100644 --- a/textproc/py-Unidecode/Makefile +++ b/textproc/py-Unidecode/Makefile @@ -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 @@ LICENSE= gnu-gpl-v2 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 --git a/textproc/py-Unidecode/PLIST b/textproc/py-Unidecode/PLIST index a31e7870e04..bc2c184fdb2 100644 --- a/textproc/py-Unidecode/PLIST +++ b/textproc/py-Unidecode/PLIST @@ -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 --git a/textproc/py-Unidecode/distinfo b/textproc/py-Unidecode/distinfo index b490e6655ba..f4aceca8328 100644 --- a/textproc/py-Unidecode/distinfo +++ b/textproc/py-Unidecode/distinfo @@ -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 |