From owner-svn-ports-all@freebsd.org Thu Apr 18 17:05:55 2019 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id E4F001576A77; Thu, 18 Apr 2019 17:05:54 +0000 (UTC) (envelope-from marcus@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 86DEE6F502; Thu, 18 Apr 2019 17:05:54 +0000 (UTC) (envelope-from marcus@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 46CD521E8D; Thu, 18 Apr 2019 17:05:54 +0000 (UTC) (envelope-from marcus@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id x3IH5sOR053760; Thu, 18 Apr 2019 17:05:54 GMT (envelope-from marcus@FreeBSD.org) Received: (from marcus@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x3IH5rQf053757; Thu, 18 Apr 2019 17:05:53 GMT (envelope-from marcus@FreeBSD.org) Message-Id: <201904181705.x3IH5rQf053757@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: marcus set sender to marcus@FreeBSD.org using -f From: Joe Marcus Clarke Date: Thu, 18 Apr 2019 17:05:53 +0000 (UTC) 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 X-SVN-Group: ports-head X-SVN-Commit-Author: marcus X-SVN-Commit-Paths: in head/devel: . py-google-i18n-address X-SVN-Commit-Revision: 499279 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 86DEE6F502 X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.96 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-1.00)[-0.999,0]; NEURAL_HAM_SHORT(-0.97)[-0.965,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US]; NEURAL_HAM_LONG(-1.00)[-1.000,0] X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 18 Apr 2019 17:05:55 -0000 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 +# $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 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/