Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 18 Apr 2021 07:08:33 GMT
From:      Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 0c1b55540f3d - main - devel/py-marshmallow-enum: Add py-marshmallow-enum 1.5.1
Message-ID:  <202104180708.13I78XgF093808@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by sunpoet:

URL: https://cgit.FreeBSD.org/ports/commit/?id=0c1b55540f3d83b29eb983df6948e861ab3d2adb

commit 0c1b55540f3d83b29eb983df6948e861ab3d2adb
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2021-04-18 04:55:37 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
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 <sunpoet@FreeBSD.org>
+
+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 <bsd.port.mk>
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202104180708.13I78XgF093808>