Date: Thu, 18 Apr 2019 17:05:53 +0000 (UTC) From: Joe Marcus Clarke <marcus@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r499279 - in head/devel: . py-google-i18n-address Message-ID: <201904181705.x3IH5rQf053757@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: marcus Date: Thu Apr 18 17:05:53 2019 New Revision: 499279 URL: https://svnweb.freebsd.org/changeset/ports/499279 Log: Add py-google-i18n-address. This is a Python package that allows one to create and validate localized addresses. Added: head/devel/py-google-i18n-address/ head/devel/py-google-i18n-address/Makefile (contents, props changed) head/devel/py-google-i18n-address/distinfo (contents, props changed) head/devel/py-google-i18n-address/pkg-descr (contents, props changed) Modified: head/devel/Makefile Modified: head/devel/Makefile ============================================================================== --- head/devel/Makefile Thu Apr 18 17:01:50 2019 (r499278) +++ head/devel/Makefile Thu Apr 18 17:05:53 2019 (r499279) @@ -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 Added: head/devel/py-google-i18n-address/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/py-google-i18n-address/Makefile Thu Apr 18 17:05:53 2019 (r499279) @@ -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> Added: head/devel/py-google-i18n-address/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/py-google-i18n-address/distinfo Thu Apr 18 17:05:53 2019 (r499279) @@ -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 Added: head/devel/py-google-i18n-address/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/py-google-i18n-address/pkg-descr Thu Apr 18 17:05:53 2019 (r499279) @@ -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/
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201904181705.x3IH5rQf053757>