From owner-svn-ports-head@freebsd.org Fri May 1 15:41:42 2020 Return-Path: Delivered-To: svn-ports-head@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 65F072D8A8C; Fri, 1 May 2020 15:41:42 +0000 (UTC) (envelope-from dbaio@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 49DGh628h1z3Dm5; Fri, 1 May 2020 15:41:42 +0000 (UTC) (envelope-from dbaio@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 454C9A82D; Fri, 1 May 2020 15:41:42 +0000 (UTC) (envelope-from dbaio@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 041FfggV082009; Fri, 1 May 2020 15:41:42 GMT (envelope-from dbaio@FreeBSD.org) Received: (from dbaio@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 041Fffme081901; Fri, 1 May 2020 15:41:41 GMT (envelope-from dbaio@FreeBSD.org) Message-Id: <202005011541.041Fffme081901@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: dbaio set sender to dbaio@FreeBSD.org using -f From: "Danilo G. Baio" Date: Fri, 1 May 2020 15:41:41 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r533557 - in head/mail: . py-email-validator X-SVN-Group: ports-head X-SVN-Commit-Author: dbaio X-SVN-Commit-Paths: in head/mail: . py-email-validator X-SVN-Commit-Revision: 533557 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 01 May 2020 15:41:42 -0000 Author: dbaio Date: Fri May 1 15:41:41 2020 New Revision: 533557 URL: https://svnweb.freebsd.org/changeset/ports/533557 Log: Add mail/py-email-validator: Robust email address syntax and deliverability validation library This library validates that address are of the form x@y.com. This is the sort of validation you would want for a login form on a website. Key features: - Good for validating email addresses used for logins/identity. - Friendly error messages when validation fails (appropriate to show to end users). - (optionally) Checks deliverability: Does the domain name resolve? - Supports internationalized domain names and (optionally) internationalized local parts. - Normalizes email addresses (super important for internationalized addresses!) WWW: https://github.com/JoshData/python-email-validator PR: 246039 Submitted by: Goran Mekić Added: head/mail/py-email-validator/ head/mail/py-email-validator/Makefile (contents, props changed) head/mail/py-email-validator/distinfo (contents, props changed) head/mail/py-email-validator/pkg-descr (contents, props changed) Modified: head/mail/Makefile Modified: head/mail/Makefile ============================================================================== --- head/mail/Makefile Fri May 1 15:40:31 2020 (r533556) +++ head/mail/Makefile Fri May 1 15:41:41 2020 (r533557) @@ -504,6 +504,7 @@ SUBDIR += py-cyruslib SUBDIR += py-dkimpy SUBDIR += py-email_reply_parser + SUBDIR += py-email-validator SUBDIR += py-flask-mail SUBDIR += py-flufl.bounce SUBDIR += py-fuglu Added: head/mail/py-email-validator/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/mail/py-email-validator/Makefile Fri May 1 15:41:41 2020 (r533557) @@ -0,0 +1,24 @@ +# $FreeBSD$ + +PORTNAME= email-validator +DISTVERSION= 1.1.0 +CATEGORIES= mail python +MASTER_SITES= CHEESESHOP +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} +DISTNAME= email_validator-${PORTVERSION} + +MAINTAINER= meka@tilda.center +COMMENT= Robust email address syntax and deliverability validation library + +LICENSE= CC0-1.0 +LICENSE_FILE= ${WRKSRC}/LICENSE + +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}idna>=2.0.0:dns/py-idna@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}dnspython>=1.15.0:dns/py-dnspython@${PY_FLAVOR} + +USES= python +USE_PYTHON= autoplist concurrent distutils + +NO_ARCH= yes + +.include Added: head/mail/py-email-validator/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/mail/py-email-validator/distinfo Fri May 1 15:41:41 2020 (r533557) @@ -0,0 +1,3 @@ +TIMESTAMP = 1588339467 +SHA256 (email_validator-1.1.0.tar.gz) = 2d515ed56eca41a2c91bbe1e0b1054d604a2502417487b553d3d26962945eda2 +SIZE (email_validator-1.1.0.tar.gz) = 23239 Added: head/mail/py-email-validator/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/mail/py-email-validator/pkg-descr Fri May 1 15:41:41 2020 (r533557) @@ -0,0 +1,14 @@ +This library validates that address are of the form x@y.com. This is the sort +of validation you would want for a login form on a website. + +Key features: + +- Good for validating email addresses used for logins/identity. +- Friendly error messages when validation fails (appropriate to show to end + users). +- (optionally) Checks deliverability: Does the domain name resolve? +- Supports internationalized domain names and (optionally) internationalized + local parts. +- Normalizes email addresses (super important for internationalized addresses!) + +WWW: https://github.com/JoshData/python-email-validator