pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/textproc/py-Unidecode
Module Name: pkgsrc
Committed By: wiz
Date: Sun Jan 28 16:36:59 UTC 2018
Modified Files:
pkgsrc/textproc/py-Unidecode: Makefile distinfo
Log Message:
py-Unidecode: update to 1.0.22.
2018-01-05 unidecode 1.0.22
* Move to semantic version numbering, no longer following version
numbers from the original Perl module. This fixes an issue with
setuptools (>= 8) and others expecting major.minor.patch format.
(https://github.com/avian2/unidecode/issues/13)
* Add transliterations for currency signs U+20B0 through U+20BF
(thanks to Mike Swanson)
* Surround transliterations of vulgar fractions with spaces to avoid
incorrect combinations with adjacent numerals
(thanks to Jeffrey Gerard)
To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 pkgsrc/textproc/py-Unidecode/Makefile
cvs rdiff -u -r1.3 -r1.4 pkgsrc/textproc/py-Unidecode/distinfo
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-Unidecode/Makefile
diff -u pkgsrc/textproc/py-Unidecode/Makefile:1.5 pkgsrc/textproc/py-Unidecode/Makefile:1.6
--- pkgsrc/textproc/py-Unidecode/Makefile:1.5 Mon Sep 4 18:08:28 2017
+++ pkgsrc/textproc/py-Unidecode/Makefile Sun Jan 28 16:36:59 2018
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.5 2017/09/04 18:08:28 wiz Exp $
+# $NetBSD: Makefile,v 1.6 2018/01/28 16:36:59 wiz Exp $
-DISTNAME= Unidecode-0.04.21
+DISTNAME= Unidecode-1.0.22
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= textproc
MASTER_SITES= ${MASTER_SITE_PYPI:=U/Unidecode/}
@@ -11,7 +11,6 @@ COMMENT= ASCII transliterations of Unico
LICENSE= gnu-gpl-v2 # or newer
USE_LANGUAGES= # none
-EGG_NAME= ${DISTNAME:S/0.04/0.4/}
post-install:
cd ${DESTDIR}${PREFIX}/bin && ${MV} unidecode unidecode${PYVERSSUFFIX} || ${TRUE}
Index: pkgsrc/textproc/py-Unidecode/distinfo
diff -u pkgsrc/textproc/py-Unidecode/distinfo:1.3 pkgsrc/textproc/py-Unidecode/distinfo:1.4
--- pkgsrc/textproc/py-Unidecode/distinfo:1.3 Sun Jul 23 18:52:03 2017
+++ pkgsrc/textproc/py-Unidecode/distinfo Sun Jan 28 16:36:59 2018
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.3 2017/07/23 18:52:03 adam Exp $
+$NetBSD: distinfo,v 1.4 2018/01/28 16:36:59 wiz Exp $
-SHA1 (Unidecode-0.04.21.tar.gz) = a6c0f413bfc5d9de7bf7807b7b7589cea55f7b6b
-RMD160 (Unidecode-0.04.21.tar.gz) = 2c30cc6d15f2761ce7874710c9920968f270605f
-SHA512 (Unidecode-0.04.21.tar.gz) = 33fc546b3eefc4ba5feee90d584e49ccd81dd0ae00671f7e44f43cc3dc8a458b86ed6dbfacba6dac7539112408137fc1db6329cc42f31ee250755d841c7c29c2
-Size (Unidecode-0.04.21.tar.gz) = 205931 bytes
+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
Home |
Main Index |
Thread Index |
Old Index