pkgsrc/textproc/py-phonenumbers/Makefile
adam 19ef34f8f8 py-phonenumbers: updated to 8.10.12
What's new in 8.10.8

Making the application of alternate formats when finding phone numbers in text in strict-grouping and exact-match mode depend on the leading digits for each rule. This was always assumed but never actually done. This means that the false positive rate will decrease but also that more valid numbers are skipped. A subsequent CL will update patterns to increase recall.
2019-05-29 21:05:10 +00:00

19 lines
575 B
Makefile

# $NetBSD: Makefile,v 1.16 2019/05/29 21:05:10 adam Exp $
DISTNAME= phonenumbers-8.10.12
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"