From owner-dev-commits-ports-all@freebsd.org Sun Apr 18 07:08:34 2021 Return-Path: Delivered-To: dev-commits-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 B5C3B5F3E02; Sun, 18 Apr 2021 07:08:34 +0000 (UTC) (envelope-from git@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) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4FNLdZ1CD7z4Z7K; Sun, 18 Apr 2021 07:08:34 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 16AA4270CD; Sun, 18 Apr 2021 07:08:34 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 13I78XpI093809; Sun, 18 Apr 2021 07:08:33 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 13I78XgF093808; Sun, 18 Apr 2021 07:08:33 GMT (envelope-from git) Date: Sun, 18 Apr 2021 07:08:33 GMT Message-Id: <202104180708.13I78XgF093808@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Po-Chuan Hsieh Subject: git: 0c1b55540f3d - main - devel/py-marshmallow-enum: Add py-marshmallow-enum 1.5.1 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: sunpoet X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: 0c1b55540f3d83b29eb983df6948e861ab3d2adb Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 18 Apr 2021 07:08:34 -0000 The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=0c1b55540f3d83b29eb983df6948e861ab3d2adb commit 0c1b55540f3d83b29eb983df6948e861ab3d2adb Author: Po-Chuan Hsieh AuthorDate: 2021-04-18 04:55:37 +0000 Commit: Po-Chuan Hsieh CommitDate: 2021-04-18 05:41:49 +0000 devel/py-marshmallow-enum: Add py-marshmallow-enum 1.5.1 marshmallow-enum provides enum field for use with Marshmallow. WWW: https://github.com/justanr/marshmallow_enum --- devel/Makefile | 1 + devel/py-marshmallow-enum/Makefile | 22 ++++++++++++++++++++++ devel/py-marshmallow-enum/distinfo | 3 +++ devel/py-marshmallow-enum/pkg-descr | 3 +++ 4 files changed, 29 insertions(+) diff --git a/devel/Makefile b/devel/Makefile index 02df598a9552..964a97c53122 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -4637,6 +4637,7 @@ SUBDIR += py-marrow.mailer SUBDIR += py-marrow.util SUBDIR += py-marshmallow + SUBDIR += py-marshmallow-enum SUBDIR += py-matrix-angular-sdk SUBDIR += py-maturin SUBDIR += py-mccabe diff --git a/devel/py-marshmallow-enum/Makefile b/devel/py-marshmallow-enum/Makefile new file mode 100644 index 000000000000..ae8a4d0768c5 --- /dev/null +++ b/devel/py-marshmallow-enum/Makefile @@ -0,0 +1,22 @@ +# Created by: Po-Chuan Hsieh + +PORTNAME= marshmallow-enum +PORTVERSION= 1.5.1 +CATEGORIES= devel python +MASTER_SITES= CHEESESHOP +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} + +MAINTAINER= sunpoet@FreeBSD.org +COMMENT= Enum field for Marshmallow + +LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/LICENSE + +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}marshmallow>=2.0.0:devel/py-marshmallow@${PY_FLAVOR} + +USES= python +USE_PYTHON= autoplist concurrent distutils + +NO_ARCH= yes + +.include diff --git a/devel/py-marshmallow-enum/distinfo b/devel/py-marshmallow-enum/distinfo new file mode 100644 index 000000000000..9b5d9c23cc70 --- /dev/null +++ b/devel/py-marshmallow-enum/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1618319916 +SHA256 (marshmallow-enum-1.5.1.tar.gz) = 38e697e11f45a8e64b4a1e664000897c659b60aa57bfa18d44e226a9920b6e58 +SIZE (marshmallow-enum-1.5.1.tar.gz) = 4013 diff --git a/devel/py-marshmallow-enum/pkg-descr b/devel/py-marshmallow-enum/pkg-descr new file mode 100644 index 000000000000..c710eea57f15 --- /dev/null +++ b/devel/py-marshmallow-enum/pkg-descr @@ -0,0 +1,3 @@ +marshmallow-enum provides enum field for use with Marshmallow. + +WWW: https://github.com/justanr/marshmallow_enum