[BACK]Return to Makefile CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / pkgsrc / textproc / py-phonenumbers

File: [cvs.NetBSD.org] / pkgsrc / textproc / py-phonenumbers / Makefile (download)

Revision 1.15, Fri Jan 11 14:34:15 2019 UTC (5 years, 3 months ago) by adam
Branch: MAIN
CVS Tags: pkgsrc-2019Q1-base, pkgsrc-2019Q1
Changes since 1.14: +2 -2 lines

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.

# $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"