Received: by mail.netbsd.org (Postfix, from userid 605) id DF55684D71; Tue, 18 Jun 2019 14:40:49 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 68A1084D5E for ; Tue, 18 Jun 2019 14:40:49 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id cIfTA3mElEuw for ; Tue, 18 Jun 2019 14:40:48 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id D4FAB84CE3 for ; Tue, 18 Jun 2019 14:40:48 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id CEFBCFBF4; Tue, 18 Jun 2019 14:40:48 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_156086884811210" MIME-Version: 1.0 Date: Tue, 18 Jun 2019 14:40:48 +0000 From: "Adam Ciarcinski" Subject: CVS commit: pkgsrc/textproc/py-Unidecode To: pkgsrc-changes@NetBSD.org Reply-To: adam@netbsd.org X-Mailer: log_accum Message-Id: <20190618144048.CEFBCFBF4@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_156086884811210 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: adam Date: Tue Jun 18 14:40:48 UTC 2019 Modified Files: pkgsrc/textproc/py-Unidecode: Makefile PLIST distinfo Log Message: 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 To generate a diff of this commit: cvs rdiff -u -r1.8 -r1.9 pkgsrc/textproc/py-Unidecode/Makefile cvs rdiff -u -r1.3 -r1.4 pkgsrc/textproc/py-Unidecode/PLIST cvs rdiff -u -r1.5 -r1.6 pkgsrc/textproc/py-Unidecode/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_156086884811210 Content-Disposition: inline Content-Length: 2886 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/textproc/py-Unidecode/Makefile diff -u pkgsrc/textproc/py-Unidecode/Makefile:1.8 pkgsrc/textproc/py-Unidecode/Makefile:1.9 --- pkgsrc/textproc/py-Unidecode/Makefile:1.8 Wed Nov 21 11:00:05 2018 +++ pkgsrc/textproc/py-Unidecode/Makefile Tue Jun 18 14:40:48 2019 @@ -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" Index: pkgsrc/textproc/py-Unidecode/PLIST diff -u pkgsrc/textproc/py-Unidecode/PLIST:1.3 pkgsrc/textproc/py-Unidecode/PLIST:1.4 --- pkgsrc/textproc/py-Unidecode/PLIST:1.3 Wed Nov 21 11:00:05 2018 +++ pkgsrc/textproc/py-Unidecode/PLIST Tue Jun 18 14:40:48 2019 @@ -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.tx ${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 Index: pkgsrc/textproc/py-Unidecode/distinfo diff -u pkgsrc/textproc/py-Unidecode/distinfo:1.5 pkgsrc/textproc/py-Unidecode/distinfo:1.6 --- pkgsrc/textproc/py-Unidecode/distinfo:1.5 Wed Nov 21 11:00:05 2018 +++ pkgsrc/textproc/py-Unidecode/distinfo Tue Jun 18 14:40:48 2019 @@ -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 --_----------=_156086884811210--