A pretty simple update.
Changelog between last version and now:
2019-06-21 unidecode 1.1.1
* Fix tests failing on PyPy 7.1.1
2019-06-14 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" (thanks to Jon Dufresne)
* General clean up of code and documentation (thanks to Jon Dufresne)
I moved it to PERMIT_PACKAGE and deleted the now-extraneous setting of
LC_CTYPE. PLIST changed only slightly, looks like to enable the mentioned
calling via "python -m unidecode".
All regression tests pass.
Regression tests for consumers pass as well as they did before this
update. (audio/beets doesn't run becaue it wants responses for
python. The others have a couple failures, but they are the same
failures with the old 1.0.23).
--Kurt
Index: Makefile
===================================================================
RCS file: /cvs/ports/textproc/py-unidecode/Makefile,v
retrieving revision 1.13
diff -u -p -r1.13 Makefile
--- Makefile 28 Apr 2019 20:51:58 -0000 1.13
+++ Makefile 4 Jul 2019 05:43:17 -0000
@@ -2,17 +2,16 @@
COMMENT = US-ASCII transliterations of Unicode text
-MODPY_EGG_VERSION = 1.0.23
+MODPY_EGG_VERSION = 1.1.1
DISTNAME = Unidecode-${MODPY_EGG_VERSION}
PKGNAME = py-${DISTNAME:L}
-REVISION = 0
CATEGORIES = textproc devel
HOMEPAGE = https://pypi.python.org/pypi/Unidecode
# GPLv2+
-PERMIT_PACKAGE_CDROM = Yes
+PERMIT_PACKAGE = Yes
MODULES = lang/python
@@ -21,8 +20,6 @@ MODPY_SETUPTOOLS = Yes
FLAVORS = python3
FLAVOR ?=
-
-TEST_ENV = LC_CTYPE=C.UTF-8
post-install:
mv ${PREFIX}/bin/unidecode{,${MODPY_BIN_SUFFIX}}
Index: distinfo
===================================================================
RCS file: /cvs/ports/textproc/py-unidecode/distinfo,v
retrieving revision 1.6
diff -u -p -r1.6 distinfo
--- distinfo 7 Feb 2019 12:28:41 -0000 1.6
+++ distinfo 4 Jul 2019 05:43:17 -0000
@@ -1,2 +1,2 @@
-SHA256 (Unidecode-1.0.23.tar.gz) = i4U1S+j9DA4Qrb8GdfbcIxDlb9pD+o/gSRI7bEdeUvs=
-SIZE (Unidecode-1.0.23.tar.gz) = 210727
+SHA256 (Unidecode-1.1.1.tar.gz) = K2qrcQwqFkfpKONtacIedrRTzUVfTiYhAA5Usqm4zOg=
+SIZE (Unidecode-1.1.1.tar.gz) = 212151
Index: pkg/PLIST
===================================================================
RCS file: /cvs/ports/textproc/py-unidecode/pkg/PLIST,v
retrieving revision 1.4
diff -u -p -r1.4 PLIST
--- pkg/PLIST 25 Feb 2017 17:58:33 -0000 1.4
+++ pkg/PLIST 4 Jul 2019 05:43:17 -0000
@@ -8,8 +8,10 @@ lib/python${MODPY_VERSION}/site-packages
lib/python${MODPY_VERSION}/site-packages/Unidecode-${MODPY_EGG_VERSION}-py${MODPY_VERSION}.egg-info/top_level.txt
lib/python${MODPY_VERSION}/site-packages/unidecode/
lib/python${MODPY_VERSION}/site-packages/unidecode/__init__.py
+lib/python${MODPY_VERSION}/site-packages/unidecode/__main__.py
${MODPY_COMMENT}lib/python${MODPY_VERSION}/site-packages/unidecode/${MODPY_PYCACHE}/
lib/python${MODPY_VERSION}/site-packages/unidecode/${MODPY_PYCACHE}__init__.${MODPY_PYC_MAGIC_TAG}pyc
+lib/python${MODPY_VERSION}/site-packages/unidecode/${MODPY_PYCACHE}__main__.${MODPY_PYC_MAGIC_TAG}pyc
lib/python${MODPY_VERSION}/site-packages/unidecode/${MODPY_PYCACHE}util.${MODPY_PYC_MAGIC_TAG}pyc
lib/python${MODPY_VERSION}/site-packages/unidecode/${MODPY_PYCACHE}x000.${MODPY_PYC_MAGIC_TAG}pyc
lib/python${MODPY_VERSION}/site-packages/unidecode/${MODPY_PYCACHE}x001.${MODPY_PYC_MAGIC_TAG}pyc
No comments:
Post a Comment