From owner-svn-ports-all@freebsd.org Sat Feb 29 19:19:39 2020 Return-Path: Delivered-To: svn-ports-all@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 BE0B4266128; Sat, 29 Feb 2020 19:19:39 +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 48VGSC3tGfz3NRM; Sat, 29 Feb 2020 19:19:39 +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 1856A1F680; Sat, 29 Feb 2020 19:19:39 +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 01TJJcbI068627; Sat, 29 Feb 2020 19:19:38 GMT (envelope-from dbaio@FreeBSD.org) Received: (from dbaio@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 01TJJcVi068622; Sat, 29 Feb 2020 19:19:38 GMT (envelope-from dbaio@FreeBSD.org) Message-Id: <202002291919.01TJJcVi068622@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: dbaio set sender to dbaio@FreeBSD.org using -f From: "Danilo G. Baio" Date: Sat, 29 Feb 2020 19:19:38 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r527454 - in head/devel: . py-marrow.mailer py-marrow.mailer/files X-SVN-Group: ports-head X-SVN-Commit-Author: dbaio X-SVN-Commit-Paths: in head/devel: . py-marrow.mailer py-marrow.mailer/files X-SVN-Commit-Revision: 527454 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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: Sat, 29 Feb 2020 19:19:39 -0000 Author: dbaio Date: Sat Feb 29 19:19:37 2020 New Revision: 527454 URL: https://svnweb.freebsd.org/changeset/ports/527454 Log: Add devel/py-marrow.mailer: Python library to ease sending emails Marrow Mailer is a Python library to ease sending emails from your application. By using Marrow Mailer you can: - Easily construct plain text and HTML emails. - Improve the testability of your e-mail deliveries. - Use different mail delivery management strategies; e.g. immediate, deferred, or even multi-server. - Deliver e-mail through a number of alternative transports including SMTP, Amazon SES, sendmail, or even via direct on-disk mbox/maildir. - Multiple simultaneous configurations for more targeted delivery. WWW: https://github.com/marrow/mailer Added: head/devel/py-marrow.mailer/ head/devel/py-marrow.mailer/Makefile (contents, props changed) head/devel/py-marrow.mailer/distinfo (contents, props changed) head/devel/py-marrow.mailer/files/ head/devel/py-marrow.mailer/files/patch-setup.py (contents, props changed) head/devel/py-marrow.mailer/pkg-descr (contents, props changed) Modified: head/devel/Makefile Modified: head/devel/Makefile ============================================================================== --- head/devel/Makefile Sat Feb 29 19:18:38 2020 (r527453) +++ head/devel/Makefile Sat Feb 29 19:19:37 2020 (r527454) @@ -4581,6 +4581,8 @@ SUBDIR += py-magic SUBDIR += py-mailcap-fix SUBDIR += py-manuel + SUBDIR += py-marrow.mailer + SUBDIR += py-marrow.util SUBDIR += py-marshmallow SUBDIR += py-matrix-angular-sdk SUBDIR += py-mccabe Added: head/devel/py-marrow.mailer/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/py-marrow.mailer/Makefile Sat Feb 29 19:19:37 2020 (r527454) @@ -0,0 +1,23 @@ +# $FreeBSD$ + +PORTNAME= marrow.mailer +PORTVERSION= 4.0.3 +CATEGORIES= devel python +MASTER_SITES= CHEESESHOP +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} + +MAINTAINER= dbaio@FreeBSD.org +COMMENT= Python library to ease sending emails + +LICENSE= MIT + +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}marrow.util>=1.2.3:devel/py-marrow.util@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}requests>=0:www/py-requests@${PY_FLAVOR} \ + ${PY_FUTURES} + +USES= python +USE_PYTHON= autoplist concurrent distutils + +NO_ARCH= yes + +.include Added: head/devel/py-marrow.mailer/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/py-marrow.mailer/distinfo Sat Feb 29 19:19:37 2020 (r527454) @@ -0,0 +1,3 @@ +TIMESTAMP = 1582998600 +SHA256 (marrow.mailer-4.0.3.tar.gz) = 5c374b65ea4b9d99b986e9cf8ba859ef3776864f1284c77c852bb51695206ccd +SIZE (marrow.mailer-4.0.3.tar.gz) = 38464 Added: head/devel/py-marrow.mailer/files/patch-setup.py ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/py-marrow.mailer/files/patch-setup.py Sat Feb 29 19:19:37 2020 (r527454) @@ -0,0 +1,11 @@ +--- setup.py.orig 2019-09-14 01:23:39 UTC ++++ setup.py +@@ -55,7 +55,7 @@ setup( + "Topic :: Utilities", + ], + +- packages = find_packages(exclude=['examples', 'tests']), ++ packages = find_packages(exclude=['test', 'test.*']), + include_package_data = True, + package_data = {'': ['README.textile', 'LICENSE.txt']}, + namespace_packages = ['marrow'], Added: head/devel/py-marrow.mailer/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/py-marrow.mailer/pkg-descr Sat Feb 29 19:19:37 2020 (r527454) @@ -0,0 +1,12 @@ +Marrow Mailer is a Python library to ease sending emails from your application. + +By using Marrow Mailer you can: + - Easily construct plain text and HTML emails. + - Improve the testability of your e-mail deliveries. + - Use different mail delivery management strategies; e.g. immediate, deferred, + or even multi-server. + - Deliver e-mail through a number of alternative transports including SMTP, + Amazon SES, sendmail, or even via direct on-disk mbox/maildir. + - Multiple simultaneous configurations for more targeted delivery. + +WWW: https://github.com/marrow/mailer