Add py-google-i18n-address.

This is a Python package that allows one to create and validate localized addresses.
This commit is contained in:
Joe Marcus Clarke 2019-04-18 17:05:53 +00:00
parent fd755a89b0
commit 668cfe9908
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=499279
4 changed files with 28 additions and 0 deletions

View file

@ -4630,6 +4630,7 @@
SUBDIR += py-gobject
SUBDIR += py-gobject3
SUBDIR += py-google-apputils
SUBDIR += py-google-i18n-address
SUBDIR += py-googleapis-common-protos
SUBDIR += py-grab
SUBDIR += py-graphene

View file

@ -0,0 +1,19 @@
# Created by: Joe Marcus Clarke <marcus@FreeBSD.org>
# $FreeBSD$
PORTNAME= google-i18n-address
PORTVERSION= 2.3.4
CATEGORIES= devel python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= marcus@FreeBSD.org
COMMENT= Build and validate addresses in localized formats
LICENSE= BSD3CLAUSE
LICENSE_FILE= ${WRKSRC}/LICENSE
USES= python
USE_PYTHON= distutils autoplist
.include <bsd.port.mk>

View file

@ -0,0 +1,3 @@
TIMESTAMP = 1555594976
SHA256 (google-i18n-address-2.3.4.tar.gz) = a1d2973403799170d2af275d6083211cd51b4fec14f0c8e09f94d6952e0d3238
SIZE (google-i18n-address-2.3.4.tar.gz) = 724403

View file

@ -0,0 +1,5 @@
Contents of this package will allow you to programatically build address forms
that adhere to rules of a particular region or country, validate local
addresses and format them to produce a valid address label for delivery.
WWW: https://pypi.org/project/google-i18n-address/