Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 7 Mar 2018 21:34:03 +0000 (UTC)
From:      Mark Felder <feld@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r463833 - in head/devel: . py-marshmallow
Message-ID:  <201803072134.w27LY39O061344@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: feld
Date: Wed Mar  7 21:34:03 2018
New Revision: 463833
URL: https://svnweb.freebsd.org/changeset/ports/463833

Log:
  Marshmallow is an ORM/ODM/framework-agnostic library for converting
  complex datatypes, such as objects, to and from native Python datatypes.
  
  WWW: https://pypi.python.org/pypi/marshmallow

Added:
  head/devel/py-marshmallow/
  head/devel/py-marshmallow/Makefile   (contents, props changed)
  head/devel/py-marshmallow/distinfo   (contents, props changed)
  head/devel/py-marshmallow/pkg-descr   (contents, props changed)
Modified:
  head/devel/Makefile

Modified: head/devel/Makefile
==============================================================================
--- head/devel/Makefile	Wed Mar  7 21:29:14 2018	(r463832)
+++ head/devel/Makefile	Wed Mar  7 21:34:03 2018	(r463833)
@@ -4594,6 +4594,7 @@
     SUBDIR += py-magic
     SUBDIR += py-mailcap-fix
     SUBDIR += py-manuel
+    SUBDIR += py-marshmallow
     SUBDIR += py-matrix-angular-sdk
     SUBDIR += py-mccabe
     SUBDIR += py-mdv

Added: head/devel/py-marshmallow/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/py-marshmallow/Makefile	Wed Mar  7 21:34:03 2018	(r463833)
@@ -0,0 +1,24 @@
+# Created by: Mark Felder <feld@FreeBSD.org>
+# $FreeBSD$
+
+PORTNAME=	marshmallow
+DISTVERSION=	3.0.0b7
+PORTREVISION=	0
+CATEGORIES=	devel python
+MASTER_SITES=	CHEESESHOP
+PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
+
+MAINTAINER=	feld@FreeBSD.org
+COMMENT=	Simplified object serialization for Python
+
+LICENSE=	MIT
+LICENSE_FILE=	${WRKSRC}/LICENSE
+
+RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}dateutil>0:devel/py-dateutil@${PY_FLAVOR} \
+		${PYTHON_PKGNAMEPREFIX}simplejson>0:devel/py-simplejson@${PY_FLAVOR}
+
+NO_ARCH=	yes
+USE_PYTHON=	autoplist concurrent distutils
+USES=		python
+
+.include <bsd.port.mk>

Added: head/devel/py-marshmallow/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/py-marshmallow/distinfo	Wed Mar  7 21:34:03 2018	(r463833)
@@ -0,0 +1,3 @@
+TIMESTAMP = 1520443194
+SHA256 (marshmallow-3.0.0b7.tar.gz) = dac05fc434aa21ba46e7a7d468c844c899e44f42380fba04dd896253fd7d7d52
+SIZE (marshmallow-3.0.0b7.tar.gz) = 148697

Added: head/devel/py-marshmallow/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/py-marshmallow/pkg-descr	Wed Mar  7 21:34:03 2018	(r463833)
@@ -0,0 +1,4 @@
+Marshmallow is an ORM/ODM/framework-agnostic library for converting
+complex datatypes, such as objects, to and from native Python datatypes.
+
+WWW: https://pypi.python.org/pypi/marshmallow



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