From Wen Heping < wenheping2000 at hotmail dot com >, thanks!
OK sthen@
This module provides a few useful functions for manipulating module
names. Its main aim is to centralise some of the functions commonly used
by modules that manipulate other modules in some way, like converting
module names to relative paths.
From Wen Heping < wenheping2000 at hotmail dot com >, thanks!
OK sthen@
DateTime::Format::Flexible attempts to take any string you give it and parse
it into a DateTime object. The test file tests 2500+ variations of date/time
strings.
- use PERMIT_PACKAGE, maintain the information about patents in a
comment but we don't care about PERMIT_*_CDROM any more. additionally
opencv2 is not a multipackages port so -docs doesn't make sense anyway.
- remove base-gcc from COMPILER, base-gcc won't be used on a port
with ONLY_FOR_ARCHS set to ${GCC4_ARCHS} ${CLANG_ARCHS}
- remove ONLY_FOR_ARCHS, it's unnecessary now that base-gcc is
removed from COMPILER :)
- sync WANTLIB, bump REVISION
From the changelog:
* Fix tests failing on PyPy 7.1.1
* 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)
Moved package to PERMIT_PACKAGE and removed now-extraneous setting of
LC_CTYPE (lang/python module does that now by default).
OK sthen@
Update py-freezegun to 0.3.12. This version fixes incompatibilities
with Python 3.7.x fixing tests for any python3 ports using it.
OK jung@ (maintainer) sthen@
It also drops libclazylib.so, but that one isn't used by the ports tree.
There is something fishy with libClazyPlugin.so (renamed from
libClangLazy.so) which is directly used as a shared lib by
bin/clazy-standalone.
ok rsadowski@ (maintainer)