pkgsrc/textproc/py-phonenumbers/Makefile
adam 18d638ceed py-phonenumbers: updated to 8.10.3
What's new in 8.10.3
Better documentation for length_of_national_destination_code to emphasise that not every number has one.
Removed unused code in the AsYouTypeFormatter: We no longer have numbers in formatting matching patterns, only \d.

What's new in 8.10.0
AsYouTypeFormatter changed to better choose between rules when dialling locally; previously we used the international rules when the national prefix was present since this would exclude the local-only rules. However, there are some numbers that are not internationally diallable that do use the national prefix, and this logic precluded formatting them correctly.
2019-01-11 14:34:15 +00:00

19 lines
574 B
Makefile

# $NetBSD: Makefile,v 1.15 2019/01/11 14:34:15 adam Exp $
DISTNAME= phonenumbers-8.10.3
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= comms textproc python
MASTER_SITES= ${MASTER_SITE_PYPI:=p/phonenumbers/}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= https://github.com/daviddrysdale/python-phonenumbers
COMMENT= Library for formatting, storing and validating phone numbers
LICENSE= apache-2.0
USE_LANGUAGES= # none
REPLACE_PYTHON+= phonenumbers/util.py
.include "../../lang/python/application.mk"
.include "../../lang/python/egg.mk"
.include "../../mk/bsd.pkg.mk"