diff options
author | adam <adam@pkgsrc.org> | 2019-06-18 14:40:48 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2019-06-18 14:40:48 +0000 |
commit | 0d9eebe5f81daf63f59d813dc44288f822653f44 (patch) | |
tree | 9fa925dd8481677602335c18c8b555a51e433226 /textproc | |
parent | e22c4c878d9804c6f4fdd8a9cd4077544963950e (diff) | |
download | pkgsrc-0d9eebe5f81daf63f59d813dc44288f822653f44.tar.gz |
py-Unidecode: updated to 1.1.0
unidecode 1.1.0
* Add more Latin letter variants in U+1F1xx page.
* Make it possible to use the Unidecode command-line utility via
"python -m unidecode"
* General clean up of code and documentation
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/py-Unidecode/Makefile | 6 | ||||
-rw-r--r-- | textproc/py-Unidecode/PLIST | 5 | ||||
-rw-r--r-- | textproc/py-Unidecode/distinfo | 10 |
3 files changed, 12 insertions, 9 deletions
diff --git a/textproc/py-Unidecode/Makefile b/textproc/py-Unidecode/Makefile index d84c8795d6c..77d5a3bfb59 100644 --- a/textproc/py-Unidecode/Makefile +++ b/textproc/py-Unidecode/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.8 2018/11/21 11:00:05 adam Exp $ +# $NetBSD: Makefile,v 1.9 2019/06/18 14:40:48 adam Exp $ -DISTNAME= Unidecode-1.0.23 +DISTNAME= Unidecode-1.1.0 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} CATEGORIES= textproc python MASTER_SITES= ${MASTER_SITE_PYPI:=U/Unidecode/} @@ -14,7 +14,7 @@ USE_LANGUAGES= # none post-install: cd ${DESTDIR}${PREFIX}/bin && \ - ${MV} unidecode unidecode-${PYVERSSUFFIX} || ${TRUE} + ${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 bc2c184fdb2..ac6804beaf5 100644 --- a/textproc/py-Unidecode/PLIST +++ b/textproc/py-Unidecode/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.3 2018/11/21 11:00:05 adam Exp $ +@comment $NetBSD: PLIST,v 1.4 2019/06/18 14:40:48 adam Exp $ bin/unidecode-${PYVERSSUFFIX} ${PYSITELIB}/${EGG_INFODIR}/PKG-INFO ${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt @@ -8,6 +8,9 @@ ${PYSITELIB}/${EGG_INFODIR}/top_level.txt ${PYSITELIB}/unidecode/__init__.py ${PYSITELIB}/unidecode/__init__.pyc ${PYSITELIB}/unidecode/__init__.pyo +${PYSITELIB}/unidecode/__main__.py +${PYSITELIB}/unidecode/__main__.pyc +${PYSITELIB}/unidecode/__main__.pyo ${PYSITELIB}/unidecode/util.py ${PYSITELIB}/unidecode/util.pyc ${PYSITELIB}/unidecode/util.pyo diff --git a/textproc/py-Unidecode/distinfo b/textproc/py-Unidecode/distinfo index f4aceca8328..84e4152b3c1 100644 --- a/textproc/py-Unidecode/distinfo +++ b/textproc/py-Unidecode/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.5 2018/11/21 11:00:05 adam Exp $ +$NetBSD: distinfo,v 1.6 2019/06/18 14:40:48 adam Exp $ -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 +SHA1 (Unidecode-1.1.0.tar.gz) = 265dd9544fcdb130e0a6295dfdf4746c708e8424 +RMD160 (Unidecode-1.1.0.tar.gz) = bd10c81b483c800c0ef2b50762e52a28bc3bfb84 +SHA512 (Unidecode-1.1.0.tar.gz) = 228721a37fde5640a5f5fa76333f7181388eed450215864aa56a5f252cb9e3550c3b85c9dcc56520f33394401d1eb686b0eec17c266d077548f1c8b46d45ceb3 +Size (Unidecode-1.1.0.tar.gz) = 212038 bytes |